libuv/test
2012-09-17 23:22:04 +02:00
..
fixtures win, unix: add uv_dlerror() and uv_dlerror_free() 2012-03-02 16:39:21 +01:00
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 unix,win: Make uv_freeaddrinfo to clean up addrinfo 2011-09-23 09:31:01 -07:00
benchmark-list.h bench: add tcp accept benchmarks 2012-09-17 23:22:04 +02:00
benchmark-loop-count.c bench: add new idle loop count benchmark 2012-05-31 02:46:18 +02:00
benchmark-million-timers.c bench: add lots-of-timers benchmark 2012-06-09 18:42:06 +02:00
benchmark-multi-accept.c bench: add tcp accept benchmarks 2012-09-17 23:22:04 +02:00
benchmark-ping-pongs.c Fix typos. 2011-11-30 14:35:13 +01:00
benchmark-pound.c unix, test: make NANOSEC a 64 bits unsigned int 2012-06-07 17:00:01 +02:00
benchmark-pump.c make uv_pipe_connect return void 2011-11-04 16:06:53 -07:00
benchmark-sizes.c test: add uv_fs_poll_t to benchmark-sizes.c 2012-08-20 16:31:54 +02:00
benchmark-spawn.c unix: allow specifying FDs to be inherited by a child process 2012-05-29 00:05:12 +02:00
benchmark-tcp-write-batch.c test: move container_of() macro into task.h 2012-01-18 15:56:40 +01:00
benchmark-thread.c Make the thread_create benchmark not time out 2012-03-09 17:53:48 +01:00
benchmark-udp-pummel.c bench: add timed and non-timed udp pummel benchmarks 2012-08-25 22:37:18 +02:00
blackhole-server.c test: move container_of() macro into task.h 2012-01-18 15:56:40 +01:00
dns-server.c test: fix compiler warnings 2012-03-16 02:46:51 +01:00
echo-server.c test: unlink UNIX socket before starting pipe echo server 2012-04-18 02:39:33 +02:00
run-benchmarks.c test, bench: add --list option to runners, prints available tests 2011-08-06 23:57:28 +02:00
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 Add copyright headers, license file. 2011-04-18 11:11:30 -07:00
runner-win.c windows: use WCHAR consistently 2012-08-13 22:31:48 +02:00
runner-win.h Fix typos. 2011-11-30 14:35:13 +01:00
runner.c test: avoid compiler complaints about implicit double-to-int cast 2012-08-13 22:31:45 +02:00
runner.h platform api 2011-12-14 17:50:36 -08:00
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: fix a race condition in 'async' test 2012-04-18 01:28:26 +02:00
test-callback-order.c test: add callback order test 2012-05-22 16:04:11 +02:00
test-callback-stack.c Fix typos. 2011-11-30 14:35:13 +01:00
test-connection-fail.c Fix typos. 2011-11-30 14:35:13 +01:00
test-cwd-and-chdir.c Test cwd_and_chdir: don't chdir to "" or "c:" 2012-03-09 16:31:02 +01:00
test-delayed-accept.c unix, windows: remove handle init counters 2012-08-10 02:00:11 +02:00
test-dlerror.c unix, win: rework uv_dlopen() API 2012-05-03 19:36:40 +02:00
test-error.c error reporting: return sensible messages for synthetic errors 2011-10-06 01:17:46 +02:00
test-fail-always.c Benchmark runner 2011-04-19 04:47:21 +02:00
test-fs-event.c darwin: use FSEvents to watch directory changes 2012-09-12 23:38:57 +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 aix: add initial platform support for aix using gcc/gxlc 2012-09-14 01:23:28 +02:00
test-get-currentexe.c Fix test-get-currentexe on darwin. 2011-09-08 14:20:06 -07:00
test-get-loadavg.c os: implement loadavg (not working on cygwin/win) 2011-10-04 18:15:14 +02:00
test-get-memory.c Tests: don't use %zu placeholder in printf statements 2012-04-11 22:54:02 +02:00
test-getaddrinfo.c unix,win: Make uv_freeaddrinfo to clean up addrinfo 2011-09-23 09:31:01 -07:00
test-getsockname.c Fix typos. 2011-11-30 14:35:13 +01:00
test-hrtime.c test: allow 80 ms intervals in hrtime test 2012-07-03 22:33:10 +02:00
test-idle.c Remove uv_init calls from tests and benchmarks 2011-09-12 11:32:41 -07:00
test-ipc-send-recv.c test: remove stale UNIX socket before running test 2012-05-26 01:42:40 +02:00
test-ipc.c unix: allow specifying FDs to be inherited by a child process 2012-05-29 00:05:12 +02:00
test-list.h unix, windows: add uv_tcp_open and uv_udp_open 2012-09-17 18:09:51 +02:00
test-loop-handles.c test: clean up test-loop-handles.c 2012-05-29 17:35:30 +02:00
test-multiple-listen.c windows: don't fail uv_listen with UV_EALREADY if already listening. fixes #227. 2011-10-26 13:48:53 -07:00
test-mutexes.c Wrap platform mutex and rwlock APIs. 2011-11-18 12:42:08 +01:00
test-pass-always.c Benchmark runner 2011-04-19 04:47:21 +02:00
test-ping-pong.c Add uv_is_closing() 2012-04-01 21:05:50 +02:00
test-pipe-bind-error.c test: remove stale UNIX socket before running test 2012-05-26 01:42:40 +02:00
test-pipe-connect-error.c unix: replace handle->next_watcher 2012-04-04 05:22:20 -07:00
test-platform-output.c Tests: don't use %zu placeholder in printf statements 2012-04-11 22:54:02 +02:00
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 unix, windows: add stat() based file watcher 2012-05-31 20:32:24 +02:00
test-run-once.c unix, windows: make uv_run_once() return a bool 2012-05-23 20:49:03 +02:00
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 and bench: assert return values of *_init functions in tests 2011-09-15 22:33:48 +02:00
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 windows: allow specifying FDs to be inherited by a child process 2012-05-28 23:59:58 +02:00
test-tcp-bind6-error.c Remove uv_init calls from tests and benchmarks 2011-09-12 11:32:41 -07:00
test-tcp-bind-error.c Remove uv_init calls from tests and benchmarks 2011-09-12 11:32:41 -07:00
test-tcp-close-while-connecting.c Raise UV_ECANCELED on premature close. 2012-07-27 15:13:29 +02:00
test-tcp-close.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
test-tcp-connect6-error.c unix: bad connect addresses should error with EINVAL 2011-10-04 16:46:39 -07:00
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 unix: bad connect addresses should error with EINVAL 2011-10-04 16:46:39 -07:00
test-tcp-connect-timeout.c test: add tcp connect timeout test 2012-05-18 01:19:56 +02:00
test-tcp-flags.c unix: add TCP keepalive and no-delay control knobs 2011-10-21 16:08:26 -07:00
test-tcp-open.c unix, windows: add uv_tcp_open and uv_udp_open 2012-09-17 18:09:51 +02:00
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 Tests: make test-tcp-write-error pass on XP 2012-05-04 13:02:55 -07:00
test-tcp-write-to-half-open-connection.c windows: turn WSAECONNABORTED from WSARecv to UV_ECONNRESET 2011-11-09 14:57:41 -08:00
test-tcp-writealot.c test: avoid compiler warnings due to size_t truncation 2012-06-04 18:04:49 +02:00
test-thread.c aix: add initial platform support for aix using gcc/gxlc 2012-09-14 01:23:28 +02:00
test-threadpool.c Remove uv_init calls from tests and benchmarks 2011-09-12 11:32:41 -07:00
test-timer-again.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
test-timer.c unix: update timer if already active 2012-05-26 02:09:59 +02:00
test-tty.c unix: replace C99/C++ comments, fix build 2012-03-15 01:09:16 +01:00
test-udp-dgram-too-big.c Remove uv_init calls from tests and benchmarks 2011-09-12 11:32:41 -07:00
test-udp-ipv6.c Remove uv_init calls from tests and benchmarks 2011-09-12 11:32:41 -07:00
test-udp-multicast-join.c test-multicast-join: don't attempt to bind to a multicast address 2012-01-31 17:29:21 +01:00
test-udp-multicast-ttl.c test: fix compiler warnings 2012-03-16 02:46:51 +01:00
test-udp-open.c unix, windows: add uv_tcp_open and uv_udp_open 2012-09-17 18:09:51 +02:00
test-udp-options.c unix, windows: rework reference counting scheme 2012-05-17 07:07:53 +02:00
test-udp-send-and-recv.c Remove uv_init calls from tests and benchmarks 2011-09-12 11:32:41 -07:00
test-util.c util: add uv_strlcpy() and uv_strlcat() functions 2011-11-23 17:29:02 +01:00
test-walk-handles.c unix, windows: add uv_walk() 2012-05-30 02:33:39 +02:00