# Dummy test, doesn't test anything but infrastructure dummy # Create LISTEN endpoint, close it immediately listen_close # Create LISTEN endpoint, set it NBIO, close it listen_nbio_close # Try to CONNECT to a nonexistent process connect_nonexistent # Try to CONNECT to a process that isn't listening connect_not_listening # LISTEN, CONNECT, close connecter, close listener l_c_cc_cl # LISTEN, CONNECT, close listener, close connecter l_c_cl_cc # LISTEN, CONNECT, ACCEPT, close all listen_connect_accept # LISTEN, ACCEPT, CONNECT, close all listen_accept_connect # Various invalid ACCEPTs badaccept # LISTEN, poll for ACCEPT, CONNECT, check that poll worked listen_poll_accept # LISTEN, NBIO ACCEPT with poll, CONNECT listen_nbio_accept # Connection: small writes small_writes # Connection: big writes big_writes # Split reads and writes split # EOF with nothing queued empty_eof # Peer disappears dead_peer # get-peer-IDs peer_ids # Wait-for-accept connect_completion # killed-during-accept kill_accept # killed-during-read kill_read # killed-during-write kill_write