aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests/lib
Commit message (Expand)AuthorAgeFilesLines
* netbsd-tests: Remove an xfail annotationMark Johnston2024-08-291-3/+0
* man filesystems: fix more xrefs after move to s4Alexander Ziaee2024-06-281-3/+3
* Prepare the system for _FORTIFY_SOURCEKyle Evans2024-05-131-0/+3
* libc: Add unit tests for N2630 and possible collateral damage.Dag-Erling Smørgrav2023-08-281-0/+6
* netbsd-tests: libc: fix strvis(3) overflow testsKyle Evans2023-08-201-1/+1
* libc: fix some overflow scenarios in vis(3)Kyle Evans2023-08-081-0/+66
* libexecinfo: Enable backtrace_test.backtrace_fmt_basic on amd64 againDmitry Chagin2023-06-291-5/+0
* netbsd-tests: Remove some pointless sleeps from message queue testsMark Johnston2023-03-103-6/+0
* libc: Add tests for strchrnul(3).Dag-Erling Smørgrav2023-02-022-6/+299
* libc: Update mktime(3) / timegm(3) tests.Dag-Erling Smørgrav2023-01-251-11/+10
* libc: Fix longjmp/_longjmp(buf, 0) for AArch64 and RISC-VJessica Clarke2023-01-091-5/+45
* h_resolv: Fix a buffer overflow in load().John Baldwin2022-12-281-5/+5
* netbsd-tests: Fix the libc stat_socket testMark Johnston2022-01-141-7/+4
* Revert "Disable flaky test lib.libc.sys.setrlimit_test.setrlimit_stack"Mark Johnston2022-01-141-3/+0
* Revert "t_setrlimit: Adjust resource limit to 20M"Marcin Wojtas2021-12-201-4/+0
* t_setrlimit: Adjust resource limit to 20MDawid Gorecki2021-12-201-0/+4
* Add tests for posix_spawn_file_actions_add{chdir,fchdir}_np(3)Konstantin Belousov2021-11-301-0/+75
* netbsd h_raw.c test: fake use of sum to avoid warningKonstantin Belousov2021-11-291-0/+2
* t_mlock.c: Remove null_errno, it is write-onlyKonstantin Belousov2021-11-291-8/+0
* Disable flaky test lib.libc.sys.setrlimit_test.setrlimit_stackLi-Wen Hsu2021-11-281-0/+3
* time_t is pathological: use %j + cast to print it.Warner Losh2021-10-011-1/+1
* sem_clockwait_np test: fix usage of ATF APIEric van Gyzen2021-10-011-2/+4
* sem test: move sem_clockwait_np tests into individual casesEric van Gyzen2021-10-011-24/+102
* sem_clockwait_np test: relax time constraint on VMsEric van Gyzen2021-10-011-6/+25
* libc/tests: Correctly compare si_status from wait6()Jilles Tjoelker2021-07-251-1/+1
* t_getgroups: No longer expected to failWarner Losh2021-06-021-3/+0
* lib/msun: Allow building tests with WARNS=6Alex Richardson2021-03-224-14/+13
* Allow ssp_test:read to pass more reliablyAlex Richardson2021-03-011-1/+1
* Update libm tests from NetBSDAlex Richardson2021-02-2221-321/+944
* libc: Fix t_spawn_fileactions test after ATF updateAlex Richardson2021-02-182-24/+45
* Fix two failing tests after ATF updateAlex Richardson2021-02-152-6/+23
* lib/libc/tests/rpc: Correctly set timeoutAlex Richardson2021-02-131-0/+10
* Fix lib/msun/test builds on platforms without 80-bit long doublesDimitry Andric2021-02-111-0/+4
* Fix incorrect hypotl(3) result with subnormal numbersDimitry Andric2021-02-101-0/+20
* Add test case for 93fc67896550 (incorrect powf(3) result)Dimitry Andric2021-02-091-0/+22
* Un-XFAIL two tests with Clang > 10Alex Richardson2021-01-281-2/+2
* libc: tests: hook CPUSET(9) test up to the buildKyle Evans2020-12-311-0/+40
* libc: regex: partial revert of r368358Kyle Evans2020-12-053-2/+6
* libregex: implement \b and \B (word boundary, not word boundary)Kyle Evans2020-12-051-1/+1
* Significantly speed up libthr/mutex_test and make more reliableAlex Richardson2020-11-261-15/+100
* [tests] Fix itimer test warning-errors on gcc-6.4Adrian Chadd2020-10-151-2/+2
* fix setitimer test for returned it_valueEric van Gyzen2020-10-011-2/+4
* librt: tests: fix minor issues with higher WARNSKyle Evans2020-09-101-2/+1
* MFV r365599: import fix for a libexecinfo warning at higher WARNSKyle Evans2020-09-101-3/+3
* regex(3): Interpret many escaped ordinary characters as EESCAPEKyle Evans2020-07-292-2/+4
* Temporarily disable failing case in CI of amd64:Li-Wen Hsu2020-05-181-0/+5
* MFV r357687: Import NFS fix for O_SEARCH testsKyle Evans2020-02-091-21/+12
* O_SEARCH test: mark revokex an expected fail on NFSKyle Evans2020-02-071-0/+22
* MFV r357635: imnport v1.9 of the O_SEARCH testsKyle Evans2020-02-061-2/+2
* O_SEARCH test: drop O_SEARCH|O_RDWR local diffKyle Evans2020-02-051-4/+0