Lines Matching refs:test
54 * test: fix -Wpointer-to-int-cast on 32 bits systems (Ben Noordhuis)
72 * test: disable env var test under win32+asan (Ben Noordhuis)
81 * test,ci: fix [AM]San, disable ASLR (Ben Noordhuis)
103 * test: use newer ASSERT_MEM_EQ macro (Ben Noordhuis)
119 * test: remove the obsolete HAVE_KQUEUE macro (Andy Pan)
130 * test: fix the flaky test-tcp-reuseport (Andy Pan)
168 * test: handle zero-length udp datagram (Ben Noordhuis)
172 * test,openbsd: remove superfluous ifdef guard (Ben Noordhuis)
184 * test: pipe_overlong_path handle ENAMETOOLONG (Abdirahim Musse)
198 * test: rmdir can return `EEXIST` or `ENOTEMPTY` (Richard Lau)
200 * test: check for `UV_CHANGE` or `UV_RENAME` event (Richard Lau)
236 * test: delete test with invalid assumption (Ben Noordhuis)
240 * test: run android tests on ci (Edigleysson Silva (Edy))
260 * test: don't run tcp_writealot under msan (Ben Noordhuis)
270 * test: check if ipv6 link-local traffic is routable (Ben Noordhuis)
296 * test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse)
338 * test: empty strings are not valid IDNA (Santiago Gimeno)
347 * test: fix license blurb (Ben Noordhuis)
357 * test: enable disabled tcp_connect6_error_fault (Ben Noordhuis)
359 * test: enable disabled fs_link (Ben Noordhuis)
361 * test: enable disabled spawn_same_stdout_stderr (Ben Noordhuis)
391 * test: skip tests when ipv6 is not available (Santiago Gimeno)
407 * test: switch to new-style ASSERT_EQ macros (Pleuvens)
411 * test: fix get_passwd2 on IBM i (Abdirahim Musse)
417 * test: switch from ASSERT_* to ASSERT_PTR_* (Pleuvens)
423 * test: 192.0.2.0/24 is the actual -TEST-NET-1 (prubel)
460 * test: remove erroneous RETURN_SKIP (Ben Noordhuis)
492 * test,win: fix -Wunused-variable warning (Ben Noordhuis)
494 * test,win: fix -Wformat warning (Ben Noordhuis)
502 * test: add uv_cancel test for threadpool (Trevor Norris)
539 * test: fix musl libc.a dlerror() test expectation (Ben Noordhuis)
601 * win,test: change format of TEST_PIPENAME's (Santiago Gimeno)
615 * test: fix -Wunused-but-set-variable warnings (Ben Noordhuis)
633 * test: fix some unreachable code warnings (Santiago Gimeno)
637 * test: unflake fs_event_watch_dir test (Ben Noordhuis)
645 * build: enable platform_output test on qemu (Ben Noordhuis)
667 * test: fix some warnings when compiling tests (panran)
681 * test: fix ThreadSanitizer thread leak warning (Ben Noordhuis)
683 * test: fix ThreadSanitizer data race warning (Ben Noordhuis)
685 * test: fix ThreadSanitizer data race warning (Ben Noordhuis)
687 * test: fix ThreadSanitizer data race warning (Ben Noordhuis)
689 * test: cond-skip fork_threadpool_queue_work_simple (Ben Noordhuis)
691 * test: cond-skip signal_multiple_loops (Ben Noordhuis)
693 * test: cond-skip tcp_writealot (Ben Noordhuis)
699 * build,test: fix distcheck errors (Jameson Nash)
701 * test: remove bad tty window size assumption (Ben Noordhuis)
707 * test: remove timing-sensitive check (Ben Noordhuis)
715 * test: make valgrind happy (Trevor Norris)
719 * test: fix visual studio 2015 build error (Ben Noordhuis)
723 * test: silence more valgrind warnings (Trevor Norris)
743 * test: don't use static buffer for formatting (Ben Noordhuis)
749 * test: disable signal test under ASan and MSan (Ben Noordhuis)
759 * test: add ASSERT_OK (Trevor Norris)
779 * test: add additional assert (Mohammed Keyvanzadeh)
793 * test: fix -Wbool-compare compiler warning (Ben Noordhuis)
840 * test: remove unused declarations in tcp_rst test (V-for-Vasili)
846 * test: fix flaky file watcher test (Ben Noordhuis)
856 * test: separate some static variables by test cases (Hannah Shi)
872 * test: rewrite embed test (Ben Noordhuis)
880 * test: remove disabled callback_order test (Ben Noordhuis)
886 * aix,test: uv_backend_fd is not supported by poll (V-for-Vasili)
961 * test: test with maximum recvmmsg buffer (Ondřej Surý)
971 * test: fix flaky uv_fs_lutime test (Momtchil Momtchev)
983 * test: remove flaky test ipc_closed_handle (Ben Noordhuis)
1003 * test: fix benchmark-ping-udp (Ryan Liptak)
1019 * test: fix flaky udp_mmsg test (Santiago Gimeno)
1021 * test: fix ipc_send_recv_pipe flakiness (Ben Noordhuis)
1031 * test: use closefd in runner-unix.c (Guilherme Íscaro)
1058 * run test named ip6_sin6_len (Jameson Nash)
1066 * test: fix typo in test-tty-escape-sequence-processing.c (Ikko Ashimine)
1082 * test: remove `dns-server.c` as it is not used anywhere (Darshan Sen)
1132 * win,test: fix a few typos (AJ Heller)
1149 * test: move to ASSERT_NULL and ASSERT_NOT_NULL test macros (tjarlama)
1173 * test: fix test-udp-send-unreachable (Ondřej Surý)
1179 * test: remove string + int warning on udp-pummel (Juan José Arboleda)
1183 * test: fix stack-use-after-scope (Zhao Zhili)
1218 * test: log to stdout to conform TAP spec (bbara)
1267 * test: wrong pointer arithmetic multiplier (Erkhes N)
1310 * test: fix pump and tcp_write_batch benchmarks (Santiago Gimeno)
1334 * test: remove unnecessary uv_fs_stat() calls (Ben Noordhuis)
1338 * test: ensure reliable floating point comparison (Jameson Nash)
1348 * test-getaddrinfo: use example.invalid (Drew DeVault)
1366 * test: fix some warnings (Issam E. Maghni)
1372 * test: fix 'incompatible pointer types' warnings (cjihrig)
1397 * test: fix compiler warning (Vladimír Čunát)
1433 * test: add udp-mmsg test (Ryan Liptak)
1459 * test: fix thread race in process_title_threadsafe (Ben Noordhuis)
1463 * test: give hrtime test a custom 20s timeout (Jameson Nash)
1465 * build: add more failed test, for qemu version bump (gengjiawen)
1477 * test: avoid double evaluation in ASSERT_BASE macro (tjarlama)
1492 * test: use last matching qemu version (cjihrig)
1496 * test: skip signal_multiple_loops test on QEMU (gengjiawen)
1500 * test: extend fs_event_error_reporting timeout (cjihrig)
1531 * test: skip poll_duplex and poll_unidirectional on PASE (Xu Meng)
1595 * test: support common user profile on IBMi (Xu Meng)
1597 * build: test on more platforms via QEMU in CI (gengjiawen)
1629 * zos,test: fix spawn_empty_env for shared library build (Richard Lau)
1637 * test: add a bunch of ASSERT macros (Santiago Gimeno)
1639 * test: remove unused extern declaration (Ben Noordhuis)
1641 * test: canonicalize argv[0] in exepath test (Ben Noordhuis)
1643 * test: simplify platform_init() (Ben Noordhuis)
1647 * test: Test EBADF tty handling (Kevin Adler)
1655 * test: pass test when hostname is single character (毛毛)
1688 * ibmi: skip unsupported fs test cases (Xu Meng)
1692 * test,udp6: fix udp_ipv6 test flakiness (Jameson Nash)
1694 * test: fix fs_event_watch_dir_recursive flakiness (Santiago Gimeno)
1732 * test: fixed udp4_echo_server implementation (Marek Vavrusa)
1734 * test: added udp ping benchmark (1,10,100 pingers) (Marek Vavrusa)
1750 * test: skip some UDP tests on IBMi (Xu Meng)
1752 * test: skip some spawn test cases on IBMi (Xu Meng)
1756 * test: add UV_TIMEOUT_MULTIPLIER environment var (Ben Noordhuis)
1760 * test: skip the pwd_shell test on IBMi (Xu Meng)
1766 * test: handle EINTR, fix EOF check in poll test (Ben Noordhuis)
1787 * test: fix env-vars flakiness (cjihrig)
1789 * test: avoid truncating output lines (Jameson Nash)
1822 * test: fix test failure under NetBSD and OpenBSD (David Carlier)
1824 * test: skip some test cases on IBMi (Xu Meng)
1826 * test: skip uv_(get|set)_process_title on IBMi (Xu Meng)
1834 * test: disallow running the test suite as root (cjihrig)
1840 * test: fix pthread memory leak (Trevor Norris)
1862 * test: fix -fno-common build errors (Ben Noordhuis)
1866 * test: fix fs birth time test failure (Ben Noordhuis)
1937 * build: Add link for test/fixtures/lorem_ipsum.txt (Andrew Paprocki)
1951 * test: fix order of operations in test (cjihrig)
1955 * build: remove duplicated test in build files (ZYSzys)
1973 * darwin,test: include AvailabilityMacros.h (Saúl Ibarra Corretgé)
1975 * darwin,test: update loop time after sleeping (Saúl Ibarra Corretgé)
2002 * test: fix typo in DYLD_LIBRARY_PATH (Ben Noordhuis)
2012 * test: fix udp-multicast-join tests (Santiago Gimeno)
2014 * test: remove assertion in fs_statfs test (cjihrig)
2034 * test: add specific source multicast tests (Santiago Gimeno)
2054 * test: fix -Wsign-compare warning (Ben Noordhuis)
2083 * test: avoid AF_LOCAL (Carlo Marcelo Arenas Belón)
2097 * test: fix gcc 8 warnings for tests (Nhan Khong)
2105 * test: fix test runner on MinGW (Crunkle)
2118 * test: allow UV_ECONNRESET in tcp_try_write_error (cjihrig)
2151 * test: give hrtime test a custom 10s timeout (Ben Noordhuis)
2172 * test: increase test timeout (cjihrig)
2195 * test: test zero-sized uv_fs_sendfile() writes (Ben Noordhuis)
2234 * fs: add test for copyfile() respecting permissions (Rich Trott)
2244 * distcheck: remove duplicate test/ entry (Jameson Nash)
2267 * test: relax uv_hrtime() test assumptions (Ben Noordhuis)
2297 * test,sunos: disable UV_DISCONNECT handling (Andrew Paprocki)
2301 * test,sunos: use unistd.h code branch (Andrew Paprocki)
2305 * test,sunos: fix statement not reached warnings (Andrew Paprocki)
2309 * test,sunos: test-ipc.c lacks newline at EOF (Andrew Paprocki)
2311 * test: change spawn_stdin_stdout return to void (Andrew Paprocki)
2313 * test: remove call to floor() in test driver (Andrew Paprocki)
2371 * test: fix test-ipc spawn_helper exit_cb (Santiago Gimeno)
2373 * test: fix test-ipc tests (Santiago Gimeno)
2377 * win,test: de-flake fs_event_watch_dir_short_path (Refael Ackermann)
2394 * test: fix platform_output test on cygwin (damon-kwok)
2408 * test: add uv_inet_ntop(AF_INET) coverage (Ben Noordhuis)
2435 * test: avoid memory leak for test_output (Carlo Marcelo Arenas Belón)
2455 * test: make sure that reading a directory fails (Sakthipriyan Vairamani)
2459 * test: fix test runner getenv async-signal-safety (Ben Noordhuis)
2461 * test: fix test runner execvp async-signal-safety (Ben Noordhuis)
2463 * test,unix: fix race in test runner (Ben Noordhuis)
2488 * test: handle uv_os_setpriority() windows edge case (cjihrig)
2509 * test: add uv_barrier_wait serial thread test (Ali Ijaz Sheikh)
2549 * test: fix compiler warnings (Jamie Davis)
2557 * test: increase upper bound in condvar_5 (Jamie Davis)
2583 * test: fix warning in test-tcp-open (Santiago Gimeno)
2614 * test: make test-condvar call uv_cond_wait (Jamie Davis)
2634 * src,test: fix idiosyncratic comment style (Bert Belder)
2636 * test: fs_fchmod_archive_readonly must return a value (Bert Belder)
2643 * test: add vectored uv_write() ping-pong tests (Bert Belder)
2649 * test: improve output from IPC test helpers (Bert Belder)
2651 * test: add test for IPC deadlock on Windows (
2657 * test: use custom timeout for getaddrinfo_fail_sync (Ben Noordhuis)
2663 * src,test: s/olny/only (cjihrig)
2677 * test: speedup process-title-threadsafe on macOS (cjihrig)
2689 * build: add test suite option to cmake build (Ben Noordhuis)
2764 * test,openbsd: use RETURN_SKIP in UDP IPv6 tests (Alex Arslan)
2766 * test,openbsd: fix multicast test (Alex Arslan)
2786 * test: fix tcp_oob test flakiness (Santiago Gimeno)
2800 * test: fix connect_unspecified (Santiago Gimeno)
2814 * test,freebsd: fix flaky poll tests (Santiago Gimeno)
2816 * test: increase connection timeout to 1 second (jBarz)
2825 * test: fix incorrect asserts (cjihrig)
2827 * test: fix a typo in test-fork.c (Felix Yan)
2833 * test: check uv_cond_timedwait more carefully (Jamie Davis)
2859 * test: add tests for bad inputs (Joyee Cheung)
2863 * test: add additional fs memory management checks (cjihrig)
2889 * test: add threadpool init/teardown test (Bartosz Sosnowski)
2905 * test: remove custom timeout for thread test on ppc (Ben Noordhuis)
2907 * test: allow multicast not permitted status (Jérémy Lal)
2909 * test: allow net unreachable status in udp test (Ben Noordhuis)
2920 * zos,test: accept SIGKILL for flaky test (jBarz)
2926 * zos,test: decrease pings to avoid timeout (jBarz)
2958 * win: fix test runner build with mingw64 (Ben Noordhuis)
2960 * win: remove unused variable in test/test-fs.c (Ben Noordhuis)
2968 * test: add threadpool init/teardown test (Bartosz Sosnowski)
2970 * test: avoid malloc() in threadpool test (Ben Noordhuis)
2972 * test: lower number of tasks in threadpool test (Ben Noordhuis)
2978 * test: fix test-spawn compilation (Bartosz Sosnowski)
3000 * test: fix -Wstrict-prototypes warnings (Ben Noordhuis)
3012 * test: keep platform_output as first test (Bartosz Sosnowski)
3018 * test: fix const qualification compiler warning (Ben Noordhuis)
3026 * test: no extra new line in skipped test output (Bartosz Sosnowski)
3051 * test: add NetBSD support to test-udp-ipv6.c (Kamil Rytarowski)
3059 * test: clean up semaphore after use (jBarz)
3075 * test: sort the tests alphabetically (Sakthipriyan Vairamani)
3089 * test: fix udp_multicast_join6 on NetBSD (Kamil Rytarowski)
3112 * zos, test: flush out the oob data in callback (jBarz)
3134 * Revert "win, test: fix double close in test runner" (Bartosz Sosnowski)
3136 * win, test: remove surplus CloseHandle (Bartosz Sosnowski)
3191 * win, test: fix double close in test runner (Bartosz Sosnowski)
3195 * test,zos: skip chown root test (jBarz)
3197 * test,zos: use gid=-1 to test spawn_setgid_fails (jBarz)
3277 * test: fix tests on OpenBSD (Santiago Gimeno)
3279 * test: fix -Wformat warning (Santiago Gimeno)
3325 * test,osx: fix flaky kill test (Santiago Gimeno)
3329 * unix,test: deadstore fixes (Rasmus Christian Pedersen)
3347 * test: add test for uv_udp_send() fix (Trevor Norris)
3383 * win,test: support stdout output larger than 1kb (Bartosz Sosnowski)
3387 * test: fix VC++ compilation warning (Rasmus Christian Pedersen)
3399 * test: fix flaky tcp-write-queue-order (Santiago Gimeno)
3407 * test: fix -Wstrict-prototypes compiler warnings (Ben Noordhuis)
3411 * test: factor out fsevents skip explanation (Brad King)
3413 * test: skip fork fsevent cases when lacking support (Brad King)
3433 * test: skip self-connecting tests on cygwin (Brad King)
3478 * win,test: don't write uninitialized buffer to tty (Bert Belder)
3551 * test: fix test_close_accept flakiness on Centos5 (Santiago Gimeno)
3569 * test: silence build warnings (Kári Tristan Helgason)
3579 * test: make tap output the default (Ben Noordhuis)
3581 * test: don't dump output for skipped tests (Ben Noordhuis)
3583 * test: improve formatting of diagnostic messages (Ben Noordhuis)
3585 * test: remove unused RETURN_TODO macro (Ben Noordhuis)
3597 * test: skip tty_pty test if pty is not available (Luca Bruno)
3613 * test: close server before initiating new connection (John Barboza)
3615 * test: account for multiple handles in one ipc read (John Barboza)
3633 * test: fix OOB buffer access (Saúl Ibarra Corretgé)
3635 * test: don't close CRT fd handed off to uv_pipe_t (Saúl Ibarra Corretgé)
3637 * test: fix android build error. (sunjin.lee)
3649 * test: make tcp_close_while_connecting more resilient (Saúl Ibarra Corretgé)
3665 * test: improve tap output on test failures (Santiago Gimeno)
3667 * test: refactor fs_event_close_in_callback (Julien Gilli)
3681 * test: use RETURN_SKIP in spawn_setuid_setgid test (Santiago Gimeno)
3687 * test: improve spawn_setuid_setgid test (Santiago Gimeno)
3689 * test: fix building pty test on Android (Saúl Ibarra Corretgé)
3699 * test: fix test-tcp-writealot flakiness on arm (Santiago Gimeno)
3701 * test: fix fs_event_watch_dir flakiness on arm (Santiago Gimeno)
3713 * test: fix fs_fstat on Android (Vit Gottwald)
3715 * win, test: fix fs_event_watch_dir_recursive (Bartosz Sosnowski)
3729 * test: fix tcp_close_while_connecting CI failures (Ben Noordhuis)
3731 * test: make threadpool_cancel_single deterministic (Ben Noordhuis)
3733 * test: make threadpool saturation reliable (Ben Noordhuis)
3747 * test: fix sign-compare warning (Will Speak)
3756 * test: handle root home directories (cjihrig)
3760 * test: skip early bind tests if no IPv6 is supported (Saúl Ibarra Corretgé)
3776 * test: fix fs_event_watch_file_current_dir for AIX (Imran Iqbal)
3790 * test: skip fs_event_close_in_callback on AIX (Imran Iqbal)
3794 * test: set a big send buffer size for tcp_write_queue_order (Andrius Bentkus)
3804 * test: fix -Wformat warnings in platform test (Ben Noordhuis)
3808 * test: fix POLLHDRUP related failures for AIX (Imran Iqbal)
3826 * test: skip emfile on AIX (Imran Iqbal)
3849 * doc: indicate where new test files need to be added (Dave)
3851 * test,unix: fix logic error in test runner (Ben Noordhuis)
3859 * test: fixup eintr_handling (Saúl Ibarra Corretgé)
3863 * test,win: fix compilation with shared lib (Alexis Murzeau)
3865 * test: fix race condition in pipe-close-stdout (Imran Iqbal)
3871 * test: fix threadpool_multiple_event_loops for AIX (Imran Iqbal)
3881 * test,win: fix compilation warning (Saúl Ibarra Corretgé)
3883 * test: use uv_loop_close and assert its result (Nan Xiang)
3897 * test: assume no IPv6 if interfaces cannot be listed (Nan Xiang)
3905 * test: fix threadpool_multiple_event_loops on PPC (Imran Iqbal)
3907 * test: reduce timeout in tcp_close_while_connecting (Imran Iqbal)
3913 * test: fix deadlocks in uv_cond_wait (Katsutoshi Horie)
3937 * test: fix poll_bad_fdtype for AIX (Imran Iqbal)
3959 * test: add missing copyright header (cjihrig)
3967 * test: use %ld for printing uid/gid (Ben Noordhuis)
3996 * win, test: fix compilation warning (Saúl Ibarra Corretgé)
4010 * test: don't abort on setrlimit() failure (Ben Noordhuis)
4018 * test: fix fs_event_watch_file_currentdir flakiness (Santiago Gimeno)
4022 * test: use FQDN in getaddrinfo_fail test (Wink Saville)
4036 * test: skip process_title for AIX (Imran Iqbal)
4044 * test,freebsd: skip udp_dual_stack if not supported (Santiago Gimeno)
4050 * test: fix -Wtautological-pointer-compare warnings (Saúl Ibarra Corretgé)
4054 * test: fix test/test-tty.c for AIX (Imran Iqbal)
4068 * test: test that uv_close() doesn't corrupt QUEUE (Andrey Mazo)
4072 * test: fix self-deadlocks in thread_rwlock_trylock (Ben Noordhuis)
4076 * test: fix test udp_multicast_join6 for AIX (Imran Iqbal)
4093 * test: add tests for the uv_rwlock implementation (Bert Belder)
4124 * test,freebsd: fix ipc_listen_xx_write tests (Santiago Gimeno)
4169 * test: Fix two memory leaks (Karl Skomski)
4179 * test: plug small memory leak in unix test runner (Ben Noordhuis)
4229 * test: retry select() on EINTR, honor milliseconds (Ben Noordhuis)
4233 * test: conditionally skip udp_ipv6_multicast_join6 (heshamsafi)
4254 * test,unix: reduce stack size of watchdog threads (Ben Noordhuis)
4272 * test: fix compilation warning (Saúl Ibarra Corretgé)
4276 * win,test: fix shared library build (Saúl Ibarra Corretgé)
4278 * test: fix compilation warning (Santiago Gimeno)
4322 * test: fix `platform_output` netmask printing. (Andrew Paprocki)
4357 * test: fix race condition in multithreaded test (Ben Noordhuis)
4361 * test: use UV_TTY_MODE_* values in tty test (Ben Noordhuis)
4379 * test: fix tty_file, close handle if initialized (Saúl Ibarra Corretgé)
4396 * test: spawn child replacing std{out,err} to stderr (Saúl Ibarra Corretgé)
4402 * test: remove LOG and LOGF variadic macros (Saúl Ibarra Corretgé)
4430 * test: add test for deferred TCP write failure (Saúl Ibarra Corretgé)
4467 * test: use modified path in test (cjihrig)
4504 * test: fix test-spawn on MinGW32 (Luis Martinez de Bartolome)
4517 * test: back-port uv_loop_configure() test (Ben Noordhuis)
4526 * test: skip TTY select test if /dev/tty can't be opened (Saúl Ibarra Corretgé)
4541 * test: enable test-tcp-try-write on windows (Bert Belder)
4556 * test: fix spawn test with autotools build (Ben Noordhuis)
4558 * test: skip ipv6 tests when ipv6 is not supported (Ben Noordhuis)
4592 * test: skip udp_options6 if there no IPv6 support (Saúl Ibarra Corretgé)
4614 * test: test that closing a poll handle doesn't corrupt the stack (Bert Belder)
4622 * test: fix test-fs-file-loop on Windows (Bert Belder)
4624 * test: fix test-cwd-and-chdir (Bert Belder)
4631 * test: skip spawn_setuid_setgid if we get EACCES (Saúl Ibarra Corretgé)
4633 * test: silence some Clang warnings (Saúl Ibarra Corretgé)
4635 * test: relax osx_select_many_fds (Saúl Ibarra Corretgé)
4637 * test: fix compilation warnings when building with Clang (Saúl Ibarra
4648 * test: improve compatibility for dlerror test (Marc Schlaich)
4650 * test: check dlerror is "no error" in no error case (Marc Schlaich)
4654 * test: fix cwd_and_chdir test on Unix (Saúl Ibarra Corretgé)
4656 * test: add uv_cwd output to platform_output test (Saúl Ibarra Corretgé)
4674 * test: test that closing a poll handle doesn't corrupt the stack (Bert Belder)
4688 * test: improve compatibility for dlerror test (Marc Schlaich)
4690 * test: check dlerror is "no error" in no error case (Marc Schlaich)
4709 * test: canonicalize test runner path (Ben Noordhuis)
4711 * test: fix compilation warnings (Saúl Ibarra Corretgé)
4713 * test: skip tty test if detected width and height are 0 (Saúl Ibarra Corretgé)
4727 * test: raise fd limit for OSX select test (Saúl Ibarra Corretgé)
4879 * test: add test for closing and recreating default loop (Saúl Ibarra Corretgé)
4887 * test: don't close connection on write error (Trevor Norris)
4899 * test: use less requests on tcp-write-queue-order (Saúl Ibarra Corretgé)
4919 * test: fix watcher_cross_stop on Windows (Saúl Ibarra Corretgé)
4977 * test: disable tcp_close_accept on Windows (Saúl Ibarra Corretgé)
5686 * test: fix epoll_wait() usage in test-embed.c (Ben Noordhuis)
5834 * test: simplify test-ip6-addr.c (Ben Noordhuis)
5858 * test: fix signed/unsigned comparison warnings (Ben Noordhuis)
5880 * test: replace sprintf() with snprintf() (Ben Noordhuis)
5882 * test: replace strcpy() with strncpy() (Ben Noordhuis)
5892 * test: add windows-only snprintf() function (Ben Noordhuis)
5908 * test: open stdout fd in write-only mode (Ben Noordhuis)
5916 * test: fix signed/unsigned compiler warning (Ben Noordhuis)
5918 * test: add 'start timer from check handle' test (Ben Noordhuis)
5930 * test: fix fs_fstat test on sunos (Ben Noordhuis)
5932 * test: fix fs_chown when running as root (Ben Noordhuis)
5934 * test: fix spawn_setgid_fails and spawn_setuid_fails (Ben Noordhuis)
6034 * test: fix a compilation problem in test-osx-select.c that was caused by the
6086 * test: fix a compilation problem in test-osx-select.c that was caused by the
6094 * test: update the idle-starvation test to verify that idle handles are called
6151 * build: make `make test` link against .a again (Ben Noordhuis)
6157 * test: fix process_title failing on linux (Miroslav Bajtoš)
6159 * test, sunos: disable process_title test (Miroslav Bajtoš)
6161 * test: add error logging to tty unit test (Miroslav Bajtoš)
6177 * stream: fix small nit in select hack, add test (Fedor Indutny)
6193 * build: make `make test` link against .a again (Ben Noordhuis)
6331 * test: add tap output for windows (Timothy J. Fontaine)