libuv/test
Bartosz Sosnowski c6cca31463 test: fix test-spawn compilation
Unbreaks libuv compilation on Windows.

PR-URL: https://github.com/libuv/libuv/pull/1641
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
2017-11-22 20:43:02 +01:00
..
fixtures win, unix: add uv_dlerror() and uv_dlerror_free() 2012-03-02 16:39:21 +01:00
benchmark-async-pummel.c
benchmark-async.c unix, windows: removed unused status parameter 2014-03-17 21:42:36 +01:00
benchmark-fs-stat.c
benchmark-getaddrinfo.c
benchmark-list.h
benchmark-loop-count.c
benchmark-million-async.c unix, windows: removed unused status parameter 2014-03-17 21:42:36 +01:00
benchmark-million-timers.c test: remove LOG and LOGF variadic macros 2015-04-12 18:44:34 +02:00
benchmark-multi-accept.c
benchmark-ping-pongs.c
benchmark-pound.c test: remove LOG and LOGF variadic macros 2015-04-12 18:44:34 +02:00
benchmark-pump.c test: fix -Wstrict-prototypes warnings 2017-10-05 22:26:55 +02:00
benchmark-sizes.c test: remove LOG and LOGF variadic macros 2015-04-12 18:44:34 +02:00
benchmark-spawn.c test: remove LOG and LOGF variadic macros 2015-04-12 18:44:34 +02:00
benchmark-tcp-write-batch.c
benchmark-thread.c Make the thread_create benchmark not time out 2012-03-09 17:53:48 +01:00
benchmark-udp-pummel.c
blackhole-server.c tcp: uv_tcp_dualstack() 2014-01-19 23:07:42 +00:00
dns-server.c
echo-server.c
run-benchmarks.c
run-tests.c unix: keep track of bound sockets sent via spawn 2017-11-20 18:36:26 +01:00
runner-unix.c unix,benchmark: use fd instead of FILE* after fork 2017-06-23 09:41:02 +02:00
runner-unix.h
runner-win.c win, test: remove surplus CloseHandle 2017-09-06 09:26:58 -04:00
runner-win.h
runner.c test: no extra new line in skipped test output 2017-11-06 09:33:40 -05:00
runner.h
task.h test: skip self-connecting tests on cygwin 2017-05-21 16:12:30 +02:00
test-active.c
test-async-null-cb.c sunos: fix cmpxchgi and cmpxchgl type error 2017-07-01 00:24:42 +02:00
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-connection-fail.c
test-cwd-and-chdir.c
test-default-loop-close.c
test-delayed-accept.c
test-dlerror.c win: include filename in dlopen error message 2017-07-13 23:06:11 +02:00
test-eintr-handling.c
test-embed.c
test-emfile.c
test-env-vars.c
test-error.c
test-fail-always.c
test-fork.c zos: skip fork_threadpool_queue_work_simple 2017-10-17 22:34:07 +02:00
test-fs-copyfile.c unix: truncate destination in uv_fs_copyfile() 2017-09-20 09:19:44 -04:00
test-fs-event.c
test-fs-poll.c
test-fs.c win: remove unused variable in test/test-fs.c 2017-11-18 13:12:06 +01:00
test-get-currentexe.c
test-get-loadavg.c
test-get-memory.c
test-get-passwd.c
test-getaddrinfo.c
test-gethostname.c
test-getnameinfo.c
test-getsockname.c
test-handle-fileno.c
test-homedir.c
test-hrtime.c
test-idle.c
test-ip4-addr.c
test-ip6-addr.c unix,win: add uv_if_{indextoname,indextoiid} 2017-11-06 09:54:47 -05:00
test-ipc-send-recv.c cygwin: disable non-functional ipc handle send 2017-05-21 16:12:28 +02:00
test-ipc.c unix,stream: return error on closed handle passing 2017-06-23 09:38:15 +02:00
test-list.h test: add threadpool init/teardown test 2017-11-20 20:35:23 +01:00
test-loop-alive.c
test-loop-close.c test: add threadpool init/teardown test 2017-11-20 20:35:23 +01:00
test-loop-configure.c
test-loop-handles.c
test-loop-stop.c
test-loop-time.c
test-multiple-listen.c
test-mutexes.c unix,win: add uv_mutex_init_recursive() 2017-10-02 10:01:09 -04:00
test-osx-select.c
test-pass-always.c
test-ping-pong.c cygwin: implement support for cygwin and msys2 2017-05-21 16:12:21 +02:00
test-pipe-bind-error.c test: skip self-connecting tests on cygwin 2017-05-21 16:12:30 +02:00
test-pipe-close-stdout-read-stdin.c
test-pipe-connect-error.c
test-pipe-connect-multiple.c test: skip self-connecting tests on cygwin 2017-05-21 16:12:30 +02:00
test-pipe-connect-prepare.c
test-pipe-getsockname.c test: skip self-connecting tests on cygwin 2017-05-21 16:12:30 +02:00
test-pipe-pending-instances.c win: fix setting pipe pending instances after bind 2015-08-24 23:20:35 +02:00
test-pipe-sendmsg.c cygwin: disable non-functional ipc handle send 2017-05-21 16:12:28 +02:00
test-pipe-server-close.c test: skip self-connecting tests on cygwin 2017-05-21 16:12:30 +02:00
test-pipe-set-fchmod.c pipe: allow access from other users 2017-11-06 15:45:00 +01:00
test-pipe-set-non-blocking.c
test-platform-output.c unix,win: add uv_os_getppid() 2017-11-01 10:32:12 -04: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-poll-oob.c poll: add support for OOB TCP and GPIO interrupts 2017-07-12 23:04:34 +02:00
test-poll.c netbsd: disable poll_bad_fdtype on NetBSD 2017-10-02 09:23:22 -04:00
test-process-title.c cygwin: implement support for cygwin and msys2 2017-05-21 16:12:21 +02: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: clean up semaphore after use 2017-09-25 22:43:44 +02:00
test-signal.c
test-socket-buffer-size.c
test-spawn.c test: fix test-spawn compilation 2017-11-22 20:43:02 +01:00
test-stdio-over-pipes.c
test-tcp-alloc-cb-fail.c
test-tcp-bind6-error.c
test-tcp-bind-error.c
test-tcp-close-accept.c
test-tcp-close-while-connecting.c test: fix tcp_close_while_connecting CI failures 2016-10-14 01:57:15 +02: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 cygwin: implement support for cygwin and msys2 2017-05-21 16:12:21 +02:00
test-tcp-flags.c
test-tcp-oob.c zos, test: flush out the oob data in callback 2017-08-21 13:11:35 +02:00
test-tcp-open.c win: allow bound/connected socket in uv_tcp_open() 2017-08-08 17:19:20 +02:00
test-tcp-read-stop.c
test-tcp-shutdown-after-write.c unix, windows: removed unused status parameter 2014-03-17 21:42:36 +01:00
test-tcp-try-write.c
test-tcp-unexpected-read.c
test-tcp-write-after-connect.c unix: fix tcp write after bad connect freezing 2014-08-21 16:23:43 +02:00
test-tcp-write-fail.c
test-tcp-write-queue-order.c
test-tcp-write-to-half-open-connection.c tcp: uv_tcp_dualstack() 2014-01-19 23:07:42 +00:00
test-tcp-writealot.c
test-thread-equal.c
test-thread.c win: issue memory barrier in uv_thread_join() 2017-11-20 20:59:33 +01:00
test-threadpool-cancel.c
test-threadpool.c
test-timer-again.c
test-timer-from-check.c
test-timer.c
test-tmpdir.c
test-tty.c
test-udp-alloc-cb-fail.c
test-udp-bind.c
test-udp-create-socket-early.c cygwin: implement support for cygwin and msys2 2017-05-21 16:12:21 +02:00
test-udp-dgram-too-big.c
test-udp-ipv6.c test: add NetBSD support to test-udp-ipv6.c 2017-09-23 20:26:02 -04:00
test-udp-multicast-interface6.c
test-udp-multicast-interface.c
test-udp-multicast-join6.c test: fix udp_multicast_join6 on NetBSD 2017-10-02 09:38:20 -04:00
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-hang-loop.c
test-udp-send-immediate.c
test-udp-send-unreachable.c
test-udp-try-send.c win,udp: implements uv_udp_try_send 2017-07-01 17:20:15 +02:00
test-walk-handles.c
test-watcher-cross-stop.c cygwin: implement support for cygwin and msys2 2017-05-21 16:12:21 +02:00