libuv/test
Saúl Ibarra Corretgé 12bb46c095 windows: fix handling closed socket while poll handle is closing
fixes #1278

(backport from master for v0.10 branch)
2014-06-17 20:16:43 +02:00
..
fixtures
benchmark-async-pummel.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
benchmark-async.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
benchmark-fs-stat.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
benchmark-getaddrinfo.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
benchmark-list.h
benchmark-loop-count.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
benchmark-million-async.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
benchmark-million-timers.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
benchmark-multi-accept.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
benchmark-ping-pongs.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
benchmark-pound.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
benchmark-pump.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
benchmark-sizes.c
benchmark-spawn.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
benchmark-tcp-write-batch.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
benchmark-thread.c
benchmark-udp-pummel.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
blackhole-server.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
dns-server.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
echo-server.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
run-benchmarks.c test: add tap output 2013-02-22 23:06:17 +01:00
run-tests.c test: add tap output 2013-02-22 23:06:17 +01:00
runner-unix.c test: add RETURN_SKIP and RETURN_TODO macros 2013-05-08 15:43:54 -07:00
runner-unix.h Add copyright headers, license file. 2011-04-18 11:11:30 -07:00
runner-win.c test: add RETURN_SKIP and RETURN_TODO macros 2013-05-08 15:43:54 -07:00
runner-win.h test: fix windows #include bug 2012-10-03 00:58:04 +02:00
runner.c test: add RETURN_SKIP and RETURN_TODO macros 2013-05-08 15:43:54 -07:00
runner.h test: add RETURN_SKIP and RETURN_TODO macros 2013-05-08 15:43:54 -07:00
task.h test: add RETURN_SKIP and RETURN_TODO macros 2013-05-08 15:43:54 -07:00
test-active.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-async.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-barrier.c
test-callback-order.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-callback-stack.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-condvar.c
test-connection-fail.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-cwd-and-chdir.c
test-delayed-accept.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-dlerror.c
test-embed.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-emfile.c test: back-port EMFILE test from master branch 2013-11-25 12:58:39 +01:00
test-error.c
test-fail-always.c
test-fs-event.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-fs-poll.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-fs.c test: fix signed/unsigned compiler warning 2013-06-26 13:40:40 +02:00
test-get-currentexe.c
test-get-loadavg.c
test-get-memory.c
test-getaddrinfo.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-getsockname.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-hrtime.c
test-idle.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-ipc-send-recv.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-ipc.c code style: strip trailing whitespace 2013-12-20 19:38:37 -08:00
test-list.h windows: fix handling closed socket while poll handle is closing 2014-06-17 20:16:43 +02:00
test-loop-handles.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-loop-stop.c windows: fix uv_stop in ONCE and NOWAIT modes 2013-02-25 18:26:58 +01:00
test-multiple-listen.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-mutexes.c
test-osx-select.c test: use c-style comments 2013-05-29 18:32:25 +03:00
test-pass-always.c
test-ping-pong.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-pipe-bind-error.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-pipe-connect-error.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-pipe-server-close.c test: make test-pipe-server-close pass on linux 2013-12-21 02:34:44 -08:00
test-platform-output.c
test-poll-close.c code style: strip trailing whitespace 2013-12-20 19:38:37 -08:00
test-poll-closesocket.c windows: fix handling closed socket while poll handle is closing 2014-06-17 20:16:43 +02:00
test-poll.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-process-title.c test, sunos: disable process_title test 2013-05-14 13:36:32 +02:00
test-ref.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-run-nowait.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-run-once.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-semaphore.c
test-shutdown-close.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-shutdown-eof.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-shutdown-twice.c unix: correct error when calling uv_shutdown twice 2014-02-15 16:55:06 +01:00
test-signal-multiple-loops.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-signal.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-spawn.c test: fix EPIPE race in spawn_closed_process_io 2014-06-09 08:47:18 -07:00
test-stdio-over-pipes.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-tcp-bind6-error.c unix, windows: make uv_*_bind() error codes consistent 2013-01-18 12:18:23 +01:00
test-tcp-bind-error.c unix, windows: make uv_*_bind() error codes consistent 2013-01-18 12:18:23 +01:00
test-tcp-close-accept.c unix: fix reopened fd bug 2013-11-12 15:02:59 +04:00
test-tcp-close-while-connecting.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-tcp-close.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-tcp-connect6-error.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-tcp-connect-error-after-write.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-tcp-connect-error.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-tcp-connect-timeout.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-tcp-flags.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-tcp-open.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-tcp-read-stop.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-tcp-shutdown-after-write.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-tcp-unexpected-read.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-tcp-write-to-half-open-connection.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-tcp-writealot.c unix: don't write more than IOV_MAX iovecs 2013-04-08 19:51:30 +04:00
test-thread.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-threadpool-cancel.c test: make threadpool tests valgrind-compliant 2013-01-16 23:59:58 +01:00
test-threadpool.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-timer-again.c unix, windows: make uv_now() return uint64_t 2013-02-20 16:58:45 +01:00
test-timer-from-check.c test: add 'start timer from check handle' test 2013-06-26 13:56:32 +02:00
test-timer.c unix: make timers handle large timeouts 2013-03-21 14:54:36 +01:00
test-tty.c test: open stdout fd in write-only mode 2013-06-18 23:53:03 +02:00
test-udp-dgram-too-big.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-udp-ipv6.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-udp-multicast-join.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-udp-multicast-ttl.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-udp-open.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-udp-options.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-udp-send-and-recv.c unix: don't clear flags after closing UDP handle 2013-03-28 16:08:42 +01:00
test-util.c
test-walk-handles.c unix, windows: rename uv_run2 to uv_run 2013-01-16 23:35:29 +01:00
test-watcher-cross-stop.c test: add regression test for 29fdb3471 2013-10-31 01:16:02 +04:00