libuv/test
Ben Noordhuis ff0ae10496 unix: preserve loop->data across loop init/done
Libuv leaves loop->data unchanged in uv_loop_init() and uv_loop_done()
on Windows but it clobbered it on UNIX platforms.  This commit fixes
that inconsistency.

PR-URL: https://github.com/libuv/libuv/pull/951
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Saúl Ibarra Corretgé <saghul@gmail.com>
2016-07-30 10:49:19 +02:00
..
fixtures
benchmark-async-pummel.c
benchmark-async.c
benchmark-fs-stat.c
benchmark-getaddrinfo.c
benchmark-list.h
benchmark-loop-count.c
benchmark-million-async.c
benchmark-million-timers.c
benchmark-multi-accept.c
benchmark-ping-pongs.c
benchmark-pound.c
benchmark-pump.c
benchmark-sizes.c
benchmark-spawn.c
benchmark-tcp-write-batch.c
benchmark-thread.c
benchmark-udp-pummel.c
blackhole-server.c
dns-server.c
echo-server.c
run-benchmarks.c
run-tests.c
runner-unix.c test: improve formatting of diagnostic messages 2016-06-10 10:08:13 +02:00
runner-unix.h
runner-win.c test: improve formatting of diagnostic messages 2016-06-10 10:08:13 +02:00
runner-win.h
runner.c test: remove unused RETURN_TODO macro 2016-06-10 10:08:15 +02:00
runner.h test: improve formatting of diagnostic messages 2016-06-10 10:08:13 +02:00
task.h test: remove unused RETURN_TODO macro 2016-06-10 10:08:15 +02:00
test-active.c
test-async-null-cb.c
test-async.c
test-barrier.c
test-callback-order.c
test-callback-stack.c
test-close-fd.c
test-close-order.c
test-condvar.c test: fix deadlocks in uv_cond_wait 2016-03-03 09:29:39 +01:00
test-connection-fail.c
test-cwd-and-chdir.c
test-default-loop-close.c
test-delayed-accept.c
test-dlerror.c
test-eintr-handling.c
test-embed.c
test-emfile.c test: skip emfile on AIX 2016-05-12 23:11:04 +02:00
test-error.c
test-fail-always.c
test-fs-event.c win: compare entire filename in watch events 2016-06-24 10:36:04 -04:00
test-fs-poll.c unix, win: consistently null-terminate buffers 2016-03-03 09:20:41 +01:00
test-fs.c win: support sub-second precision in uv_fs_futimes() 2016-05-29 11:58:46 +02:00
test-get-currentexe.c
test-get-loadavg.c
test-get-memory.c
test-get-passwd.c test: handle root home directories 2016-04-08 11:08:46 -04:00
test-getaddrinfo.c
test-getnameinfo.c
test-getsockname.c
test-handle-fileno.c
test-homedir.c test: handle root home directories 2016-04-08 11:08:46 -04:00
test-hrtime.c
test-idle.c
test-ip4-addr.c
test-ip6-addr.c
test-ipc-send-recv.c test: account for multiple handles in one ipc read 2016-07-18 10:26:04 +01:00
test-ipc.c
test-list.h win: compare entire filename in watch events 2016-06-24 10:36:04 -04:00
test-loop-alive.c
test-loop-close.c unix: preserve loop->data across loop init/done 2016-07-30 10:49:19 +02:00
test-loop-configure.c
test-loop-handles.c
test-loop-stop.c
test-loop-time.c
test-multiple-listen.c
test-mutexes.c
test-osx-select.c
test-pass-always.c
test-ping-pong.c
test-pipe-bind-error.c
test-pipe-close-stdout-read-stdin.c
test-pipe-connect-error.c
test-pipe-connect-multiple.c
test-pipe-connect-prepare.c
test-pipe-getsockname.c unix, win: consistently null-terminate buffers 2016-03-03 09:20:41 +01:00
test-pipe-pending-instances.c
test-pipe-sendmsg.c
test-pipe-server-close.c
test-pipe-set-non-blocking.c
test-platform-output.c test: silence build warnings 2016-06-03 01:18:17 +02:00
test-poll-close-doesnt-corrupt-stack.c test: silence build warnings 2016-06-03 01:18:17 +02:00
test-poll-close.c
test-poll-closesocket.c test: silence build warnings 2016-06-03 01:18:17 +02:00
test-poll.c unix: allow nesting of kqueue fds in uv_poll_start 2016-05-24 17:12:31 +02:00
test-process-title.c unix,win: make uv_get_process_title() stricter 2016-07-14 09:47:23 -04:00
test-queue-foreach-delete.c
test-ref.c
test-run-nowait.c
test-run-once.c
test-semaphore.c
test-shutdown-close.c
test-shutdown-eof.c
test-shutdown-twice.c
test-signal-multiple-loops.c
test-signal.c
test-socket-buffer-size.c
test-spawn.c
test-stdio-over-pipes.c
test-tcp-bind6-error.c
test-tcp-bind-error.c
test-tcp-close-accept.c test: close server before initiating new connection 2016-07-18 10:22:36 +01:00
test-tcp-close-while-connecting.c test: reduce timeout in tcp_close_while_connecting 2016-03-03 09:15:21 +01:00
test-tcp-close.c
test-tcp-connect6-error.c
test-tcp-connect-error-after-write.c
test-tcp-connect-error.c
test-tcp-connect-timeout.c
test-tcp-create-socket-early.c test: skip early bind tests if no IPv6 is supported 2016-04-10 09:53:25 -03:00
test-tcp-flags.c
test-tcp-oob.c
test-tcp-open.c
test-tcp-read-stop.c
test-tcp-shutdown-after-write.c
test-tcp-try-write.c
test-tcp-unexpected-read.c
test-tcp-write-after-connect.c
test-tcp-write-fail.c
test-tcp-write-queue-order.c test: set a big send buffer size for tcp_write_queue_order 2016-04-21 20:28:33 +02:00
test-tcp-write-to-half-open-connection.c
test-tcp-writealot.c
test-thread-equal.c
test-thread.c
test-threadpool-cancel.c
test-threadpool.c
test-timer-again.c
test-timer-from-check.c
test-timer.c
test-tmpdir.c test: add missing copyright header 2016-03-24 13:17:31 -04:00
test-tty.c test: skip tty_pty test if pty is not available 2016-06-21 12:32:00 -04:00
test-udp-bind.c
test-udp-create-socket-early.c test: skip early bind tests if no IPv6 is supported 2016-04-10 09:53:25 -03:00
test-udp-dgram-too-big.c
test-udp-ipv6.c
test-udp-multicast-interface6.c
test-udp-multicast-interface.c
test-udp-multicast-join6.c
test-udp-multicast-join.c
test-udp-multicast-ttl.c
test-udp-open.c
test-udp-options.c
test-udp-send-and-recv.c
test-udp-send-immediate.c
test-udp-send-unreachable.c
test-udp-try-send.c
test-walk-handles.c
test-watcher-cross-stop.c