libuv/test
Jameson Nash 612a8262b8 2025.01.15, Version 1.50.0 (Stable)
Changes since version 1.49.2:
 
 * ci: run macOS and iOS tests also on macOS 14 (Saúl Ibarra Corretgé)
 
 * unix,win: map ENOEXEC errno (Saúl Ibarra Corretgé)
 
 * test: skip multicast join test on ENOEXEC (Saúl Ibarra Corretgé)
 
 * ci: make sure the macOS firewall is disabled (Saúl Ibarra Corretgé)
 
 * darwin,test: squelch EBUSY error on multicast join (Saúl Ibarra Corretgé)
 
 * build: update minimum cmake to 3.10 (Ben Noordhuis)
 
 * kqueue: use EVFILT_USER for async if available (Jameson Nash)
 
 * unix,win: fix off-by-one in uv_wtf8_to_utf16() (Ben Noordhuis)
 
 * doc: add scala-native-loop to LINKS.md (Julian A Avar C)
 
 * unix: fix build breakage on haiku, openbsd, etc (Jeffrey H. Johnson)
 
 * kqueue: lower overhead in uv__io_check_fd (Andy Pan)
 
 * doc: move cjihrig back to active maintainers (cjihrig)
 
 * build(deps): bump actions/checkout from 3 to 4 (dependabot[bot])
 
 * unix,pipe: fix handling null buffer in uv_pipe_get{sock,peer}name (Saúl
   Ibarra Corretgé)
 
 * unix,win: harmonize buffer checking (Saúl Ibarra Corretgé)
 
 * unix,win: add support for detached threads (Juan José Arboleda)
 
 * src: add uv_thread_set/getname() methods (Santiago Gimeno)
 
 * build: fix qemu builds (Ben Noordhuis)
 
 * win: drop support for windows 8 (Ben Noordhuis)
 
 * linux: fix uv_cpu_info() arm cpu model detection (Ben Noordhuis)
 
 * linux: always use io_uring for epoll batching (Ben Noordhuis)
 
 * doc: clarify repeating timer behavior more (Ben Noordhuis)
 
 * unix,win: handle nbufs=0 in uv_udp_try_send (Ben Noordhuis)
 
 * win: use GetQueuedCompletionStatusEx directly (Saúl Ibarra Corretgé)
 
 * win: enable uv_thread_{get,set}name on MinGW (Saúl Ibarra Corretgé)
 
 * win: drop support for the legacy MinGW (Saúl Ibarra Corretgé)
 
 * win,fs: get (most) fstat when no permission (Jameson Nash)
 
 * win: plug uv_fs_event_start memory leak (amcgoogan)
 
 * test: address FreeBSD kernel bug causing NULL path in fsevents (Juan José
   Arboleda)
 
 * unix: refactor udp sendmsg code (Ben Noordhuis)
 
 * unix,win: add uv_udp_try_send2 (Ben Noordhuis)
 
 * test: fix flaky flaky udp_mmsg test (Juan José Arboleda)
 
 * build: enable fdsan in Android (Juan José Arboleda)
 
 * test: fix udp-multicast-join for FreeBSD (Juan José Arboleda)
 
 * win: fix leak processing fs event (Saúl Ibarra Corretgé)
 
 * src: set a default thread name for workers (Rafael Gonzaga)
 
 * misc: implement uv_getrusage_thread (Juan José Arboleda)
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEYS8OrZQBYiN530QC8ow8jaM8A74FAmeH+OkACgkQ8ow8jaM8
 A75yQBAAiYL5OQM5nxSoEzOn9gBi3ssuvJX6549gytYRLQKyhHCeS43i+YFVeWbw
 OjQa59M2BuYz11YoHW5Vu/1ohU06CCugvwJ9QKSvEfsDcmtBIAJp4RO5XaGTtnlB
 k7PqJj/BrX+MyH8JzeioxILHuitlemwBy8fqrguxIqlO8XnT6H2lFtqwJsD/OvTj
 O5a2kjdyK0773LraOsv18XJBWWQ8dfebxZgVvYY2Vi461CpZKgq85uKYrBpQLkqK
 oVY9VrDRNkDQZGJgJiC3FqtNudw0W15y3vuEVoYTkaKbQzoAqx7HP3GyQaGc0186
 afGediLfb1SkVscbwVQMDB7UvJjJaGd9DNQoa7PorjtAn/l+tsrZpCGFGqwRmGIC
 w8s7/pmlyKTtsMgKV3WUmTvB6XDgWt70OK4viCpbf2COdoRWjTvdMkAq1FEv/E7B
 QWlzyqItuJ1Z556mnKy0ifCG5V/eW8HlaMhJARAsQDVeKzquTMvrvJNm8iKVKpFh
 8Y1OR+0nGc3l7Id9x8drKNWfGif11LraJXHUJmrfj9OLLHaE613krvXwahyogxap
 yTmtWDOcVS9z37xAh/JAd7eX7Aj157OhXy4ax55q2+9akp+jfTyvDRTgQHtAcq0J
 k21+HSnUwFVzyR8Ux8Vz2O+w7WXNOeatOK5UPZ+wKxtZ1Q7ylog=
 =pGW8
 -----END PGP SIGNATURE-----

Merge tag 'v1.50.0' into merge_1.50.0
2025-02-26 19:13:27 +00:00
..
fixtures unix,win: fix memory leak in uv_fs_scandir() (#3760) 2022-09-22 09:25:55 +02:00
benchmark-async-pummel.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-async.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-fs-stat.c test: don't use static buffer for formatting (#3953) 2023-04-14 16:54:28 +02:00
benchmark-getaddrinfo.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-list.h bench: add bench to check uv_loop_alive (#4065 1/2) 2023-06-21 11:31:25 -06:00
benchmark-loop-count.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-million-async.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-million-timers.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-multi-accept.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-ping-pongs.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-ping-udp.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-pound.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-pump.c test: switch from ASSERT_* to ASSERT_PTR_* (#4163) 2023-10-12 20:47:44 +02:00
benchmark-queue-work.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-sizes.c test: remove LOG and LOGF variadic macros 2015-04-12 18:44:34 +02:00
benchmark-spawn.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-tcp-write-batch.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-thread.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
benchmark-udp-pummel.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
blackhole-server.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
echo-server.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
run-benchmarks.c benchmark: remove unreachable code 2021-04-04 17:47:37 +02:00
run-tests.c 2024.02.07, Version 1.48.0 (Stable) 2024-02-09 19:52:08 +00:00
runner-unix.c unix: skip prohibited syscalls on tvOS and watchOS (#4043) 2023-06-23 11:09:53 +02:00
runner-unix.h Add copyright headers, license file. 2011-04-18 11:11:30 -07:00
runner-win.c 2024.02.07, Version 1.48.0 (Stable) 2024-02-09 19:52:08 +00:00
runner-win.h 2019.05.22, Version 1.29.1 (Stable) 2019-06-07 14:22:16 -04:00
runner.c build: enable fdsan in Android 2024-12-16 09:01:15 +01:00
runner.h test: simplify platform_init() 2020-03-27 23:51:32 +01:00
task.h 2025.01.15, Version 1.50.0 (Stable) 2025-02-26 19:13:27 +00:00
test-active.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-async-multi.c 2023.05.19, Version 1.45.0 (Stable) 2023-05-23 09:09:41 -04:00
test-async-null-cb.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-async.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-barrier.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-buf.c 2022.07.12, Version 1.44.2 (Stable) 2022-08-01 14:49:47 -04:00
test-callback-stack.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-close-fd.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-close-order.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-condvar.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-connect-unspecified.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-connection-fail.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-cwd-and-chdir.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-default-loop-close.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-delayed-accept.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-dlerror.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-eintr-handling.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-embed.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-emfile.c test: run android tests on ci (#4517) 2024-09-17 21:30:24 +02:00
test-env-vars.c test: disable env var test under win32+asan (#4342) 2024-03-07 09:46:57 +01:00
test-error.c win: remap ERROR_NOACCESS and ERROR_BUFFER_OVERFLOW (#4567) 2024-10-17 15:37:00 -04:00
test-fail-always.c Benchmark runner 2011-04-19 04:47:21 +02:00
test-fork.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-fs-copyfile.c 2025.01.15, Version 1.50.0 (Stable) 2025-02-26 19:13:27 +00:00
test-fs-event.c 2025.01.15, Version 1.50.0 (Stable) 2025-02-26 19:13:27 +00:00
test-fs-fd-hash.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-fs-open-flags.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-fs-poll.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-fs-readdir.c 2025.01.15, Version 1.50.0 (Stable) 2025-02-26 19:13:27 +00:00
test-fs.c 2025.01.15, Version 1.50.0 (Stable) 2025-02-26 19:13:27 +00:00
test-get-currentexe.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-get-loadavg.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-get-memory.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-get-passwd.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-getaddrinfo.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-gethostname.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-getnameinfo.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-getsockname.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-getters-setters.c 2024.02.07, Version 1.48.0 (Stable) 2024-02-09 19:52:08 +00:00
test-gettimeofday.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-handle-fileno.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-homedir.c win: fix env var in uv_os_homedir and uv_os_tmpdir (#4464) 2024-07-29 17:50:11 -04:00
test-hrtime.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-idle.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-idna.c build(deps): bump actions/checkout from 3 to 4 (#4490) 2024-11-21 08:38:56 -05:00
test-iouring-pollhup.c linux: don't delay EPOLL_CTL_DEL operations (#4328) 2024-03-21 09:23:08 +01:00
test-ip4-addr.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-ip6-addr.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-ip-name.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-ipc-heavy-traffic-deadlock-bug.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-ipc-send-recv.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-ipc.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-list.h 2025.01.15, Version 1.50.0 (Stable) 2025-02-26 19:13:27 +00:00
test-loop-alive.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-loop-close.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-loop-configure.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-loop-handles.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-loop-stop.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-loop-time.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-metrics.c 2024.02.07, Version 1.48.0 (Stable) 2024-02-09 19:52:08 +00:00
test-multiple-listen.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-mutexes.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-not-readable-nor-writable-on-read-error.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-not-writable-after-shutdown.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-osx-select.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-pass-always.c Benchmark runner 2011-04-19 04:47:21 +02:00
test-ping-pong.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-pipe-bind-error.c 2025.01.15, Version 1.50.0 (Stable) 2025-02-26 19:13:27 +00:00
test-pipe-close-stdout-read-stdin.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-pipe-connect-error.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-pipe-connect-multiple.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-pipe-connect-prepare.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-pipe-getsockname.c 2025.01.15, Version 1.50.0 (Stable) 2025-02-26 19:13:27 +00:00
test-pipe-pending-instances.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-pipe-sendmsg.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-pipe-server-close.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-pipe-set-fchmod.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-pipe-set-non-blocking.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-platform-output.c 2025.01.15, Version 1.50.0 (Stable) 2025-02-26 19:13:27 +00:00
test-poll-close-doesnt-corrupt-stack.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-poll-close.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-poll-closesocket.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-poll-multiple-handles.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-poll-oob.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-poll.c 2025.01.15, Version 1.50.0 (Stable) 2025-02-26 19:13:27 +00:00
test-process-priority.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-process-title-threadsafe.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-process-title.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-queue-foreach-delete.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-random.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-readable-on-eof.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-ref.c build: ubsan fixes (#4254) 2024-08-05 17:15:53 -04:00
test-run-nowait.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-run-once.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-semaphore.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-shutdown-close.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-shutdown-eof.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-shutdown-simultaneous.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-shutdown-twice.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-signal-multiple-loops.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-signal-pending-on-close.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-signal.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-socket-buffer-size.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-spawn.c 2025.01.15, Version 1.50.0 (Stable) 2025-02-26 19:13:27 +00:00
test-stdio-over-pipes.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-strscpy.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-strtok.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-alloc-cb-fail.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-bind6-error.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-bind-error.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-close-accept.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-close-after-read-timeout.c test: switch from ASSERT_* to ASSERT_PTR_* (#4163) 2023-10-12 20:47:44 +02:00
test-tcp-close-reset.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-tcp-close-while-connecting.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-close.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-connect6-error.c test: check if ipv6 link-local traffic is routable (#4220) 2023-11-14 22:09:30 +01:00
test-tcp-connect-error-after-write.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-connect-error.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-connect-timeout.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-create-socket-early.c test: switch from ASSERT_* to ASSERT_PTR_* (#4163) 2023-10-12 20:47:44 +02:00
test-tcp-flags.c unix,win: error on zero delay tcp keepalive 2024-03-22 22:11:23 +01:00
test-tcp-oob.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-open.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-read-stop-start.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-read-stop.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-reuseport.c unix: support SO_REUSEPORT with load balancing for UDP (#4419) 2024-06-20 17:17:17 +02:00
test-tcp-rst.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-tcp-shutdown-after-write.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-try-write-error.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-try-write.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-unexpected-read.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-write-after-connect.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-write-fail.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-write-in-a-row.c test: skip tcp-write-in-a-row on IBM i (#4197) 2023-12-12 15:19:02 -05:00
test-tcp-write-queue-order.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-write-to-half-open-connection.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-tcp-writealot.c test: don't run tcp_writealot under msan (#4214) 2023-11-10 20:17:31 +01:00
test-test-macros.c test: avoid double evaluation in ASSERT_BASE macro 2020-08-12 13:13:02 -04:00
test-thread-affinity.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-thread-equal.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-thread-name.c src: set a default thread name for workers (#4664) 2025-01-08 13:58:28 +01:00
test-thread-priority.c unix,win: utility for setting priority for thread (#4075) 2023-11-14 11:30:46 +01:00
test-thread.c unix,win: add support for detached threads (#4621) 2024-11-26 08:44:38 -05:00
test-threadpool-cancel.c 2024.02.07, Version 1.48.0 (Stable) 2024-02-09 19:52:08 +00:00
test-threadpool.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-timer-again.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-timer-from-check.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-timer.c unix,win: fix busy loop with zero timeout timers (#4250) 2023-12-22 12:40:50 +01:00
test-tmpdir.c win: fix env var in uv_os_homedir and uv_os_tmpdir (#4464) 2024-07-29 17:50:11 -04:00
test-tty-duplicate-key.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-tty-escape-sequence-processing.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-tty.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-udp-alloc-cb-fail.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-udp-bind.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-udp-connect6.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-udp-connect.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-udp-create-socket-early.c test: switch from ASSERT_* to ASSERT_PTR_* (#4163) 2023-10-12 20:47:44 +02:00
test-udp-dgram-too-big.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-udp-ipv6.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-udp-mmsg.c test: fix flaky flaky udp_mmsg test (#4652) 2024-12-15 20:24:20 +01:00
test-udp-multicast-interface6.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-udp-multicast-interface.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-udp-multicast-join6.c 2025.01.15, Version 1.50.0 (Stable) 2025-02-26 19:13:27 +00:00
test-udp-multicast-join.c build(deps): bump actions/checkout from 3 to 4 (#4490) 2024-11-21 08:38:56 -05:00
test-udp-multicast-ttl.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-udp-open.c 2023.11.06, Version 1.47.0 (Stable) 2023-11-21 18:41:12 +00:00
test-udp-options.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-udp-recv-in-a-row.c test: handle zero-length udp datagram (#4344) 2024-07-29 16:30:08 -04:00
test-udp-reuseport.c unix: support SO_REUSEPORT with load balancing for UDP (#4419) 2024-06-20 17:17:17 +02:00
test-udp-send-and-recv.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-udp-send-hang-loop.c test: 192.0.2.0/24 is the actual -TEST-NET-1 (#4133) 2023-10-18 00:24:34 +02:00
test-udp-send-immediate.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-udp-send-unreachable.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-udp-sendmmsg-error.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-udp-try-send.c unix,win: add uv_udp_try_send2 2024-12-13 21:52:59 +01:00
test-uname.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-walk-handles.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00
test-watcher-cross-stop.c test: switch to new-style ASSERT_EQ macros (#4159) 2023-10-06 19:50:15 +02:00