libuv/test
Saúl Ibarra Corretgé 901e28384b
test: use correct type for uv_fileno arguments (#4673)
Fixes a -Wincompatible-pointer-types error on Windows, since uv_os_fd_t
is not int but HANDLE.
2026-03-25 20:29:59 -04:00
..
fixtures
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-ping-udp.c
benchmark-pound.c
benchmark-pump.c
benchmark-queue-work.c
benchmark-sizes.c
benchmark-spawn.c
benchmark-tcp-write-batch.c
benchmark-thread.c
benchmark-udp-pummel.c
blackhole-server.c
echo-server.c
run-benchmarks.c test: simplify ASSERT_OK macro for static analysis (#4830) 2025-07-16 12:39:56 -04:00
run-tests.c test,win: fix -Wcast-function-type warnings (#4867) 2025-08-24 20:22:04 +02:00
runner-unix.c
runner-unix.h
runner-win.c test,win: fix race in test runner (#5066) 2026-03-16 13:04:26 -04:00
runner-win.h
runner.c android: fix termux build (#5093) 2026-03-24 09:59:50 +01:00
runner.h test: add macros to run fs tests with io_uring (#4963 1/2) 2025-12-08 10:31:45 +01:00
task.h test,win: fix race in test runner (#5066) 2026-03-16 13:04:26 -04:00
test-active.c
test-async-null-cb.c
test-async.c
test-barrier.c
test-callback-stack.c
test-close-fd.c
test-close-order.c
test-condvar.c
test-connect-unspecified.c test: merge uv_tcp_connect callbacks (#4761) 2025-04-20 15:17:49 -04:00
test-connection-fail.c
test-cwd-and-chdir.c
test-default-loop-close.c
test-delayed-accept.c
test-dlerror.c
test-eintr-handling.c
test-embed.c qnx: add qnx 8 support (#4801) 2025-06-30 08:26:11 +02:00
test-emfile.c
test-env-vars.c
test-error.c
test-fail-always.c
test-fork.c
test-fs-copyfile.c test: run more fs tests using io_uring too (#4970) 2025-12-20 22:30:42 +01:00
test-fs-event.c test: skip multievent tests on macOS with TSAN enabled (#4763) 2025-04-22 22:09:25 +02:00
test-fs-fd-hash.c win: shrink fd hash table from 2592k to 162k (#4869) 2025-08-24 20:22:54 +02:00
test-fs-open-flags.c
test-fs-poll.c
test-fs-readdir.c test: run more fs tests using io_uring too (#4970) 2025-12-20 22:30:42 +01:00
test-fs.c unix: remove sunpro references (#5017) 2026-02-02 23:15:38 +01:00
test-get-currentexe.c unix: make OpenBSD uv_exepath work 2026-02-05 11:45:49 +01:00
test-get-loadavg.c
test-get-memory.c
test-get-passwd.c
test-getaddrinfo.c unix,win: support NULL loop for sync uv_getaddrinfo 2026-02-19 13:18:14 +01:00
test-gethostname.c
test-getnameinfo.c
test-getsockname.c
test-getters-setters.c
test-gettimeofday.c
test-handle-fileno.c
test-homedir.c
test-hrtime.c
test-idle.c
test-idna.c win: fix off-by-one in utf-16 to wtf-8 conversion (#5050) 2026-03-13 11:59:12 +01:00
test-io-64-safe.c io: make libuv 64-bit safe (#5076) 2026-03-24 10:32:27 -04:00
test-iouring-pollhup.c
test-ip4-addr.c
test-ip6-addr.c
test-ip-name.c
test-ipc-heavy-traffic-deadlock-bug.c
test-ipc-send-recv.c
test-ipc.c
test-list.h io: make libuv 64-bit safe (#5076) 2026-03-24 10:32:27 -04:00
test-loop-alive.c
test-loop-close.c
test-loop-configure.c
test-loop-handles.c
test-loop-oom.c
test-loop-stop.c
test-loop-time.c
test-metrics.c
test-multiple-listen.c
test-mutexes.c
test-not-readable-nor-writable-on-read-error.c
test-not-writable-after-shutdown.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
test-pipe-connect-error.c
test-pipe-connect-multiple.c
test-pipe-connect-prepare.c
test-pipe-getsockname.c test: fix -Wunused-function warning (#5090) 2026-03-21 13:18:43 +01: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
test-poll-close-doesnt-corrupt-stack.c
test-poll-close.c
test-poll-closesocket.c
test-poll-multiple-handles.c
test-poll-oob.c test: use correct type for uv_fileno arguments (#4673) 2026-03-25 20:29:59 -04:00
test-poll.c test: remove unused headers and use newer ASSERT macros (#4760) 2026-03-16 21:51:03 -04:00
test-process-priority.c qnx: add qnx 8 support (#4801) 2025-06-30 08:26:11 +02:00
test-process-title-threadsafe.c test: skip slow process title test on asan+macos (#4825) 2025-07-06 16:19:51 +02:00
test-process-title.c qnx: add qnx 8 support (#4801) 2025-06-30 08:26:11 +02:00
test-queue-foreach-delete.c
test-random.c
test-readable-on-eof.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-simultaneous.c
test-shutdown-twice.c
test-signal-multiple-loops.c
test-signal-pending-on-close.c
test-signal.c
test-socket-buffer-size.c
test-spawn.c test,win: fix -Wcast-function-type warnings (#4867) 2025-08-24 20:22:04 +02:00
test-stdio-over-pipes.c
test-strscpy.c
test-strtok.c
test-tcp-alloc-cb-fail.c
test-tcp-bind6-error.c
test-tcp-bind-error.c
test-tcp-close-accept.c test: simplify ASSERT_OK macro for static analysis (#4830) 2025-07-16 12:39:56 -04:00
test-tcp-close-after-read-timeout.c
test-tcp-close-reset.c
test-tcp-close-while-connecting.c
test-tcp-close.c
test-tcp-connect6-error.c
test-tcp-connect-error-after-write.c test,win: fix -Wunused-function warnings (#4866) 2025-08-24 20:21:46 +02:00
test-tcp-connect-error.c
test-tcp-connect-timeout.c
test-tcp-create-socket-early.c
test-tcp-flags.c tcp: support customizing TCP_KEEPINTVL and TCP_KEEPCNT 2025-05-21 08:43:53 +02:00
test-tcp-oob.c
test-tcp-open.c
test-tcp-read-stop-start.c
test-tcp-read-stop.c
test-tcp-reuseport.c test: disable tcp_reuseport test under qemu (#5005) 2026-01-23 11:07:15 +01:00
test-tcp-rst.c test: use correct type for uv_fileno arguments (#4673) 2026-03-25 20:29:59 -04:00
test-tcp-shutdown-after-write.c
test-tcp-try-write-error.c
test-tcp-try-write.c
test-tcp-unexpected-read.c
test-tcp-write-after-connect.c
test-tcp-write-fail.c unix,win: check nbufs argument is reasonable (#5014) 2026-02-01 13:03:07 +01:00
test-tcp-write-in-a-row.c test,win: fix -Wunused-function warnings (#4866) 2025-08-24 20:21:46 +02:00
test-tcp-write-queue-order.c
test-tcp-write-to-half-open-connection.c
test-tcp-writealot.c
test-test-macros.c
test-thread-affinity.c test: remove conditionals from uv_thread_self usage 2026-03-06 09:44:50 +01:00
test-thread-equal.c
test-thread-name.c test: remove conditionals from uv_thread_self usage 2026-03-06 09:44:50 +01:00
test-thread-priority.c test: make thread_priority robust against system default nice levels (#4901) 2025-10-03 11:32:58 -04:00
test-thread.c
test-threadpool-cancel.c test: fix -Wuninitialized-const-pointer warning (#4990) 2026-01-07 23:24:28 +01:00
test-threadpool.c
test-timer-again.c
test-timer-from-check.c
test-timer.c
test-tmpdir.c
test-tty-duplicate-key.c
test-tty-escape-sequence-processing.c
test-tty.c aix,ibmi: fix test suite build breakage (#5020) 2026-02-04 22:45:38 +01:00
test-udp-alloc-cb-fail.c
test-udp-bind.c
test-udp-connect6.c
test-udp-connect.c
test-udp-create-socket-early.c
test-udp-dgram-too-big.c
test-udp-ipv6.c qnx: add qnx 8 support (#4801) 2025-06-30 08:26:11 +02:00
test-udp-mmsg.c unix: enforce recvmmsg buffer size requirements (#5095) 2026-03-23 21:25:33 +01:00
test-udp-multicast-interface6.c
test-udp-multicast-interface.c
test-udp-multicast-join6.c qnx: add qnx 8 support (#4801) 2025-06-30 08:26:11 +02:00
test-udp-multicast-join.c qnx: add qnx 8 support (#4801) 2025-06-30 08:26:11 +02:00
test-udp-multicast-ttl.c
test-udp-open.c
test-udp-options.c
test-udp-recv-cb-close-pollerr.c linux: fix crash if poll callback closes handle before POLLERR (#5039) 2026-03-06 15:00:09 -05:00
test-udp-recv-in-a-row.c
test-udp-recvmsg-unreachable-error.c linux: add MSG_ERRQUEUE ipv4/ipv6 udp support (#4902) 2025-10-06 16:45:58 +02:00
test-udp-reuseport.c test: disable udp_reuseport test under qemu (#5002) 2026-01-21 22:34:30 +01:00
test-udp-send-and-recv.c
test-udp-send-fail.c udp: validate nbufs in send functions 2026-03-14 12:05:35 +01:00
test-udp-send-hang-loop.c
test-udp-send-immediate.c
test-udp-send-unreachable.c linux: add MSG_ERRQUEUE ipv4/ipv6 udp support (#4902) 2025-10-06 16:45:58 +02:00
test-udp-sendmmsg-error.c
test-udp-try-send.c test: remove unused headers and use newer ASSERT macros (#4760) 2026-03-16 21:51:03 -04:00
test-uname.c
test-walk-handles.c
test-watcher-cross-stop.c