libuv/test
Ben Noordhuis 9aab5d4837 Revert "unix: improve uv_guess_handle() implementation"
This reverts commit 98bcddc8dd.

It's making a lot of tests in the node.js test suite fail.
2013-01-11 13:40:25 +01:00
..
fixtures win, unix: add uv_dlerror() and uv_dlerror_free() 2012-03-02 16:39:21 +01:00
benchmark-async-pummel.c bench: print benchmark name in async/async_pummel 2012-11-16 02:24:22 +01:00
benchmark-async.c bench: print benchmark name in async/async_pummel 2012-11-16 02:24:22 +01:00
benchmark-fs-stat.c test: fix signed/unsigned comparison warnings 2012-11-02 14:32:14 +01:00
benchmark-getaddrinfo.c test, bench: make functions/variables static 2013-01-06 22:31:48 +01:00
benchmark-list.h bench: add 'million async handles' benchmark 2012-12-24 12:19:10 +01:00
benchmark-loop-count.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
benchmark-million-async.c bench: add 'million async handles' benchmark 2012-12-24 12:19:10 +01:00
benchmark-million-timers.c bench: close timer handles before deleting loop 2012-11-13 15:56:55 +01:00
benchmark-multi-accept.c bench: remove dead and buggy code 2012-11-16 02:24:23 +01:00
benchmark-ping-pongs.c test, bench: ANSI-fy function prototypes 2013-01-06 22:31:48 +01:00
benchmark-pound.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
benchmark-pump.c test, bench: make functions/variables static 2013-01-06 22:31:48 +01: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 test, bench: make functions/variables static 2013-01-06 22:31:48 +01:00
benchmark-tcp-write-batch.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
benchmark-thread.c Make the thread_create benchmark not time out 2012-03-09 17:53:48 +01:00
benchmark-udp-pummel.c unix: set proper loop errno for udp write req cb 2012-11-19 04:02:42 +01:00
blackhole-server.c test: move container_of() macro into task.h 2012-01-18 15:56:40 +01:00
dns-server.c test, bench: make functions/variables static 2013-01-06 22:31:48 +01:00
echo-server.c test: don't assert on UV_EPIPE in echo-server.c 2012-11-01 15:39:11 +01: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, bench: replace strlen() with sizeof() 2012-12-14 11:47:54 +01:00
runner-unix.c test, bench: ANSI-fy function prototypes 2013-01-06 22:31:48 +01:00
runner-unix.h Add copyright headers, license file. 2011-04-18 11:11:30 -07:00
runner-win.c windows: fix application crashed popup in debug version 2012-10-10 17:15:25 +02:00
runner-win.h test: fix windows #include bug 2012-10-03 00:58:04 +02:00
runner.c test: make fmt() not leak memory 2012-12-24 12:03:25 +01:00
runner.h test, bench: ANSI-fy function prototypes 2013-01-06 22:31:48 +01:00
task.h test, bench: ANSI-fy function prototypes 2013-01-06 22:31:48 +01:00
test-active.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-async.c test, bench: make functions/variables static 2013-01-06 22:31:48 +01:00
test-barrier.c unix, windows: add thread barrier support 2012-10-09 17:30:52 +02:00
test-callback-order.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-callback-stack.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-condvar.c Add support for condition variables on all platforms 2012-10-05 13:03:55 +02:00
test-connection-fail.c test, bench: make functions/variables static 2013-01-06 22:31:48 +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 test, bench: ANSI-fy function prototypes 2013-01-06 22:31:48 +01:00
test-dlerror.c unix, win: rework uv_dlopen() API 2012-05-03 19:36:40 +02:00
test-embed.c test: fix #if defined checks 2013-01-06 22:36:54 +01: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 test: fix #if defined checks 2013-01-06 22:36:54 +01:00
test-fs-poll.c test: fix compiler warning 2012-11-07 16:20:18 +01:00
test-fs.c test, bench: make functions/variables static 2013-01-06 22:31:48 +01: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 test, bench: remove unused includes 2012-12-14 11:48:04 +01:00
test-getsockname.c test, bench: ANSI-fy function prototypes 2013-01-06 22:31:48 +01:00
test-hrtime.c test: allow 80 ms intervals in hrtime test 2012-07-03 22:33:10 +02:00
test-idle.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-ipc-send-recv.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-ipc.c test, bench: make functions/variables static 2013-01-06 22:31:48 +01:00
test-list.h Revert "unix: improve uv_guess_handle() implementation" 2013-01-11 13:40:25 +01:00
test-loop-handles.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-multiple-listen.c test, bench: ANSI-fy function prototypes 2013-01-06 22:31:48 +01: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 test: remove unused function declaration 2013-01-06 22:31:48 +01:00
test-pipe-bind-error.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-pipe-connect-error.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02: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: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-poll.c test, bench: ANSI-fy function prototypes 2013-01-06 22:31:48 +01: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: simplify tcp_ref2b 2013-01-06 22:31:48 +01:00
test-run-nowait.c Implemented uv_run2 2012-12-18 16:11:23 +01:00
test-run-once.c Implemented uv_run2 2012-12-18 16:11:23 +01:00
test-semaphore.c unix, windows: add semaphore functions 2012-06-03 04:04:05 +02:00
test-shutdown-close.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-shutdown-eof.c test, bench: make functions/variables static 2013-01-06 22:31:48 +01:00
test-signal-multiple-loops.c unix: support signal handlers outside the main loop 2012-10-17 01:25:02 +02:00
test-signal.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-spawn.c test, bench: make functions/variables static 2013-01-06 22:31:48 +01:00
test-stdio-over-pipes.c test, bench: make functions/variables static 2013-01-06 22:31:48 +01:00
test-tcp-bind6-error.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-tcp-bind-error.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-tcp-close-while-connecting.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-tcp-close.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-tcp-connect6-error.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-tcp-connect-error-after-write.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-tcp-connect-error.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-tcp-connect-timeout.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-tcp-flags.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-tcp-open.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-tcp-read-stop.c unix: fix event loop stall 2012-12-13 20:17:12 +01:00
test-tcp-shutdown-after-write.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-tcp-unexpected-read.c test: fix close of uninitialized handle 2012-11-11 03:24:25 +01:00
test-tcp-write-error.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-tcp-write-to-half-open-connection.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-tcp-writealot.c test: move loop cleanup code to the individual tests 2012-10-17 01:24: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-cancel.c unix: ensure done_cb gets called after uv_cancel() 2012-12-28 18:09:39 +01:00
test-threadpool.c unix: rework uv_cancel() api 2012-12-13 13:46:38 +01:00
test-timer-again.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-timer.c test: fix signed/unsigned comparison warnings 2012-11-02 14:32:14 +01:00
test-tty.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-udp-dgram-too-big.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-udp-ipv6.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-udp-multicast-join.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-udp-multicast-ttl.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-udp-open.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-udp-options.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-udp-send-and-recv.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00
test-util.c util: add uv_strlcpy() and uv_strlcat() functions 2011-11-23 17:29:02 +01:00
test-walk-handles.c test: move loop cleanup code to the individual tests 2012-10-17 01:24:49 +02:00