1 2 3 4 5 6 7 8 9 10 11
|
exclude :test_accept_nonblock, "needs investigation"
exclude :test_accept_nonblock_error, "needs investigation"
exclude :test_connect_nonblock, "needs investigation"
exclude :test_connect_nonblock_no_exception, "needs investigation"
exclude :test_recv_nonblock_no_exception, "needs investigation"
exclude :test_recvmsg_nonblock_error, "needs investigation"
exclude :test_recvfrom_nonblock_no_exception, "needs investigation"
exclude :test_socket_recvfrom_nonblock, "needs investigation"
exclude :test_tcp_recv_nonblock, "needs investigation"
exclude :test_udp_recv_nonblock, "needs investigation"
exclude :test_udp_recvfrom_nonblock, "needs investigation"
|