libuv/test
ZYSzys 8b1e352ffa
build: remove duplicated test in build files
Remove duplicated test-ip6-addr.c in cmake build file
and gyp file.

PR-URL: https://github.com/libuv/libuv/pull/2494
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
2019-10-07 22:12:29 -04:00
..
fixtures unix: make uv_fs_read() fill all buffers 2019-06-20 12:06:31 +02:00
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 test,unix: fix race in test runner 2018-10-30 20:44:16 +01:00
run-benchmarks.c
run-tests.c test: change spawn_stdin_stdout return to void 2019-03-16 13:22:56 -04:00
runner-unix.c test,unix: fix race in test runner 2018-10-30 20:44:16 +01:00
runner-unix.h
runner-win.c test: fix test runner on MinGW 2019-08-07 14:46:47 -04:00
runner-win.h warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
runner.c test,unix: fix race in test runner 2018-10-30 20:44:16 +01:00
runner.h
task.h test: fix gcc 8 warnings for tests 2019-08-06 12:01:15 -04:00
test-active.c
test-async-null-cb.c
test-async.c
test-barrier.c test: add uv_barrier_wait serial thread test 2018-10-08 11:14:41 +02:00
test-callback-order.c
test-callback-stack.c
test-close-fd.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
test-close-order.c
test-condvar.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
test-connect-unspecified.c
test-connection-fail.c
test-cwd-and-chdir.c unix: make uv_cwd() report UV_ENOBUFS 2019-06-20 12:04:16 +02:00
test-default-loop-close.c
test-delayed-accept.c
test-dlerror.c
test-eintr-handling.c
test-embed.c
test-emfile.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
test-env-vars.c win: fix reading hidden env vars 2019-09-17 22:07:34 +02:00
test-error.c
test-fail-always.c
test-fork.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
test-fs-copyfile.c fs: fix uv_fs_copyfile if same src and dst 2019-06-23 14:37:11 +02:00
test-fs-event.c fsevents: regression in watching / 2019-09-26 16:07:46 +02:00
test-fs-fd-hash.c win: add UV_FS_O_FILEMAP 2019-07-16 18:20:10 +02:00
test-fs-open-flags.c win: add UV_FS_O_FILEMAP 2019-07-16 18:20:10 +02:00
test-fs-poll.c unix,win: fix uv_fs_poll_stop() when active 2019-05-06 15:02:01 +02:00
test-fs-readdir.c test: fix order of operations in test 2019-10-06 16:07:01 +02:00
test-fs.c test: remove assertion in fs_statfs test 2019-08-20 10:33:32 -04:00
test-get-currentexe.c
test-get-loadavg.c
test-get-memory.c unix,win: add uv_get_constrained_memory() 2019-05-15 11:35:05 -04:00
test-get-passwd.c
test-getaddrinfo.c
test-gethostname.c src,include: define UV_MAXHOSTNAMESIZE 2019-02-05 08:46:28 -05:00
test-getnameinfo.c
test-getsockname.c
test-getters-setters.c
test-gettimeofday.c unix,win: introduce uv_timeval64_t 2019-04-11 14:08:17 -04:00
test-handle-fileno.c
test-homedir.c
test-hrtime.c test: relax uv_hrtime() test assumptions 2019-02-21 13:02:44 +01:00
test-idle.c
test-idna.c unix,win: support IDNA 2008 in uv_getaddrinfo() 2018-10-30 20:50:23 +01:00
test-ip4-addr.c unix: set sin_len and sin6_len 2019-10-04 23:58:18 +02:00
test-ip6-addr.c unix: set sin_len and sin6_len 2019-10-04 23:58:18 +02:00
test-ipc-heavy-traffic-deadlock-bug.c test: fix test-ipc tests 2019-01-15 09:49:33 +01:00
test-ipc-send-recv.c unix: don't send handle twice on partial write 2018-12-30 20:13:48 +01:00
test-ipc.c test: fix gcc 8 warnings for tests 2019-08-06 12:01:15 -04:00
test-list.h unix,win: add uv_random() 2019-09-18 08:09:14 +02:00
test-loop-alive.c
test-loop-close.c
test-loop-configure.c
test-loop-handles.c test: remove call to floor() in test driver 2019-03-16 13:22:56 -04:00
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 warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
test-pipe-connect-error.c
test-pipe-connect-multiple.c
test-pipe-connect-prepare.c
test-pipe-getsockname.c test: avoid AF_LOCAL 2019-08-01 22:16:31 +02:00
test-pipe-pending-instances.c
test-pipe-sendmsg.c
test-pipe-server-close.c
test-pipe-set-fchmod.c
test-pipe-set-non-blocking.c
test-platform-output.c unix,win: add uv_os_uname() 2019-01-14 10:47:20 -05:00
test-poll-close-doesnt-corrupt-stack.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
test-poll-close.c
test-poll-closesocket.c
test-poll-oob.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
test-poll.c test,sunos: disable UV_DISCONNECT handling 2019-03-16 13:20:31 -04:00
test-process-priority.c test: handle uv_os_setpriority() windows edge case 2018-09-25 20:56:37 -04:00
test-process-title-threadsafe.c Revert "darwin: speed up uv_set_process_title()" 2019-08-03 21:23:43 +02:00
test-process-title.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
test-queue-foreach-delete.c test: fix gcc 8 warnings for tests 2019-08-06 12:01:15 -04:00
test-random.c unix,win: add uv_random() 2019-09-18 08:09:14 +02:00
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 warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
test-signal-pending-on-close.c unix,signal: keep handle active if pending signal 2019-08-19 22:39:06 +02:00
test-signal.c
test-socket-buffer-size.c
test-spawn.c test: fix typo in DYLD_LIBRARY_PATH 2019-08-17 16:02:56 +02:00
test-stdio-over-pipes.c test,unix: fix race in test runner 2018-10-30 20:44:16 +01:00
test-strscpy.c unix: harden string copying, introduce strscpy() 2018-12-04 17:08:09 +01:00
test-tcp-alloc-cb-fail.c
test-tcp-bind6-error.c
test-tcp-bind-error.c tcp: add uv_tcp_close_reset method 2019-08-19 23:41:15 +02:00
test-tcp-close-accept.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
test-tcp-close-reset.c test: fix -Wsign-compare warning 2019-09-06 22:48:06 +02:00
test-tcp-close-while-connecting.c
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-tcp-flags.c
test-tcp-oob.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
test-tcp-open.c
test-tcp-read-stop.c
test-tcp-shutdown-after-write.c
test-tcp-try-write-error.c test: allow UV_ECONNRESET in tcp_try_write_error 2019-06-27 17:23:53 -04:00
test-tcp-try-write.c
test-tcp-unexpected-read.c
test-tcp-write-after-connect.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
test-tcp-write-fail.c
test-tcp-write-queue-order.c
test-tcp-write-to-half-open-connection.c
test-tcp-writealot.c
test-thread-equal.c
test-thread.c thread: allow specifying stack size for new thread 2019-02-08 21:15:01 +01:00
test-threadpool-cancel.c unix,win: add uv_random() 2019-09-18 08:09:14 +02:00
test-threadpool.c
test-timer-again.c
test-timer-from-check.c
test-timer.c timer: fix uv_timer_start on closing timer 2019-08-23 20:42:37 +02:00
test-tmpdir.c win: fix uv_os_tmpdir when env var is 260 chars 2019-07-03 14:18:04 +02:00
test-tty-duplicate-key.c win: fix duplicate tty vt100 fn key 2019-02-10 10:04:18 -05:00
test-tty.c warnings: fix code that emits compiler warnings 2018-11-29 11:21:44 -05:00
test-udp-alloc-cb-fail.c
test-udp-bind.c
test-udp-connect.c udp: add support for UDP connected sockets 2019-03-16 12:05:37 -04:00
test-udp-create-socket-early.c
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: add specific source multicast tests 2019-08-23 21:12:58 +02:00
test-udp-multicast-join.c test: add specific source multicast tests 2019-08-23 21:12:58 +02:00
test-udp-multicast-ttl.c
test-udp-open.c unix: support sockaddr_un in uv_udp_send() 2019-04-11 11:04:43 -04:00
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
test-uname.c unix,win: add uv_os_uname() 2019-01-14 10:47:20 -05:00
test-walk-handles.c
test-watcher-cross-stop.c
test.gyp build: remove duplicated test in build files 2019-10-07 22:12:29 -04:00