libuv/test
Shigeki Ohtsu 09faee40eb windows: fix environment_creation test
abc945bc04 fails environment_creation test
2012-08-29 04:31:25 +02:00
..
fixtures
benchmark-async-pummel.c test: add missing return statement 2012-07-09 18:46:57 +02:00
benchmark-async.c bench: add async handle benchmark 2012-06-29 02:29:50 +02:00
benchmark-fs-stat.c test: avoid compiler complaints about implicit double-to-int cast 2012-08-13 22:31:45 +02:00
benchmark-getaddrinfo.c
benchmark-list.h bench: add timed and non-timed udp pummel benchmarks 2012-08-25 22:37:18 +02:00
benchmark-loop-count.c
benchmark-million-timers.c bench: add lots-of-timers benchmark 2012-06-09 18:42:06 +02:00
benchmark-ping-pongs.c
benchmark-pound.c unix, test: make NANOSEC a 64 bits unsigned int 2012-06-07 17:00:01 +02:00
benchmark-pump.c
benchmark-sizes.c test: add uv_fs_poll_t to benchmark-sizes.c 2012-08-20 16:31:54 +02:00
benchmark-spawn.c
benchmark-tcp-write-batch.c
benchmark-thread.c
benchmark-udp-pummel.c bench: add timed and non-timed udp pummel benchmarks 2012-08-25 22:37:18 +02:00
blackhole-server.c
dns-server.c
echo-server.c
run-benchmarks.c
run-tests.c test: fix implicit function declaration warnings 2012-06-03 01:17:24 +02:00
runner-unix.c test: prevent running the tests as root 2012-06-26 00:42:11 +02:00
runner-unix.h
runner-win.c windows: use WCHAR consistently 2012-08-13 22:31:48 +02:00
runner-win.h
runner.c test: avoid compiler complaints about implicit double-to-int cast 2012-08-13 22:31:45 +02:00
runner.h
task.h test: make fmt() function global 2012-06-29 02:29:21 +02:00
test-active.c test: add test for uv_is_active and uv_is_closing 2012-08-27 23:57:48 +02:00
test-async.c
test-callback-order.c
test-callback-stack.c
test-connection-fail.c
test-cwd-and-chdir.c
test-delayed-accept.c unix, windows: remove handle init counters 2012-08-10 02:00:11 +02:00
test-dlerror.c
test-error.c
test-fail-always.c
test-fs-event.c test: add failing fs_event test 2012-07-28 14:40:03 +02:00
test-fs-poll.c unix, windows: stat: never pass NULL to cb 2012-06-20 17:56:37 +02:00
test-fs.c win: map ERROR_PRIVILEGE_NOT_HELD to UV_EPERM 2012-06-25 16:37:08 +02:00
test-get-currentexe.c
test-get-loadavg.c
test-get-memory.c
test-getaddrinfo.c
test-getsockname.c
test-hrtime.c test: allow 80 ms intervals in hrtime test 2012-07-03 22:33:10 +02:00
test-idle.c
test-ipc-send-recv.c
test-ipc.c
test-list.h test: add test for uv_is_active and uv_is_closing 2012-08-27 23:57:48 +02:00
test-loop-handles.c
test-multiple-listen.c
test-mutexes.c
test-pass-always.c
test-ping-pong.c
test-pipe-bind-error.c
test-pipe-connect-error.c
test-platform-output.c
test-poll-close.c test: remove unused function poll_cb_fail() 2012-06-29 02:34:09 +02:00
test-poll.c test-poll: make spurious wakeup detection slightly less strict 2012-06-02 21:12:10 +02:00
test-process-title.c unix: fix format string vulnerability in freebsd.c 2012-07-19 16:26:54 +02:00
test-ref.c
test-run-once.c
test-semaphore.c unix, windows: add semaphore functions 2012-06-03 04:04:05 +02:00
test-shutdown-close.c Raise UV_ECANCELED on premature close. 2012-07-27 15:13:29 +02:00
test-shutdown-eof.c
test-signal.c windows: un-break the build 2012-08-13 22:31:45 +02:00
test-spawn.c windows: fix environment_creation test 2012-08-29 04:31:25 +02:00
test-stdio-over-pipes.c
test-tcp-bind6-error.c
test-tcp-bind-error.c
test-tcp-close-while-connecting.c Raise UV_ECANCELED on premature close. 2012-07-27 15:13:29 +02:00
test-tcp-close.c
test-tcp-connect6-error.c
test-tcp-connect-error-after-write.c test: rename test tcp_dont_connect_after_write 2012-06-04 17:35:56 +02:00
test-tcp-connect-error.c
test-tcp-connect-timeout.c
test-tcp-flags.c
test-tcp-shutdown-after-write.c test: fix test-tcp-shutdown-after-write bug 2012-06-08 03:11:53 +02:00
test-tcp-unexpected-read.c test: fix intermittent failure of tcp_unexpected_read on windows 2012-08-13 22:31:46 +02:00
test-tcp-write-error.c
test-tcp-write-to-half-open-connection.c
test-tcp-writealot.c test: avoid compiler warnings due to size_t truncation 2012-06-04 18:04:49 +02:00
test-thread.c
test-threadpool.c
test-timer-again.c
test-timer.c
test-tty.c
test-udp-dgram-too-big.c
test-udp-ipv6.c
test-udp-multicast-join.c
test-udp-multicast-ttl.c
test-udp-options.c
test-udp-send-and-recv.c
test-util.c
test-walk-handles.c