aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* netbsd-tests: Remove some pointless sleeps from message queue testsMark Johnston2023-03-203-6/+0
* libc: Add tests for strchrnul(3).Dag-Erling Smørgrav2023-02-092-6/+299
* Bring our tzcode up to date.Dag-Erling Smørgrav2023-01-311-11/+10
* libc: Fix longjmp/_longjmp(buf, 0) for AArch64 and RISC-VJessica Clarke2023-01-311-5/+45
* t_setrlimit: Adjust resource limit to 20MDawid Gorecki2022-01-231-0/+4
* netbsd-tests: Fix the libc stat_socket testMark Johnston2022-01-211-7/+4
* Add tests for posix_spawn_file_actions_add{chdir,fchdir}_np(3)Konstantin Belousov2021-12-071-0/+75
* netbsd h_raw.c test: fake use of sum to avoid warningKonstantin Belousov2021-12-061-0/+2
* t_mlock.c: Remove null_errno, it is write-onlyKonstantin Belousov2021-12-061-8/+0
* t_getgroups: No longer expected to failWarner Losh2021-07-071-3/+0
* Allow ssp_test:read to pass more reliablyAlex Richardson2021-04-221-1/+1
* libc: Fix t_spawn_fileactions test after ATF updateAlex Richardson2021-03-172-24/+45
* Fix two failing tests after ATF updateAlex Richardson2021-03-172-6/+23
* lib/libc/tests/rpc: Correctly set timeoutAlex Richardson2021-03-171-0/+10
* 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
* [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
* regex(3): Interpret many escaped ordinary characters as EESCAPEKyle Evans2020-07-292-2/+4
* 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
* O_SEARCH tests: plug trivial fd leakKyle Evans2020-02-051-0/+1
* Provide O_SEARCHKyle Evans2020-02-021-2/+76
* netbsd-tests: libc: use correct modes in O_SEARCH testsKyle Evans2020-01-281-10/+10
* Adjust tests after page fault changes in r352807Jilles Tjoelker2019-09-291-4/+0
* Temporarily skip flakey test case lib.libc.sys.stat_test.stat_socketLi-Wen Hsu2019-09-171-0/+3
* Only skip problematic test in CI env.Li-Wen Hsu2019-09-111-1/+2
* libc: remove getsEd Maste2019-09-011-0/+18
* Temporarily skip lib.libc.regex.exhaust_test.regcomp_too_big andLi-Wen Hsu2019-07-221-0/+4
* Add missing mode in open(2) calls with O_CREAT.Brooks Davis2019-07-166-14/+14
* Provide separate accounting for user-wired pages.Mark Johnston2019-05-131-1/+1
* MFV r345515: netbsd-tests: import memory bump for libc/regex/t_exhaustKyle Evans2019-03-261-5/+6
* Make mbstowcs_basic test pass, now that we have more ctype definitions.Yuri Pankov2018-11-171-1/+1
* Reset persistent mbstates when rune locale encoding changes.Yuri Pankov2018-11-091-3/+0
* strptime: make %k and %l specifiers match their description inYuri Pankov2018-11-031-1/+12
* Connect libc/tests/time to the build, adding test cases for strptime()Yuri Pankov2018-10-302-5/+35
* Replace __riscv__ with __riscv.Ruslan Bukin2018-08-031-2/+2
* Stop writing past the end of the buffer in the msgget_limit test. The valueAndrew Turner2018-07-191-1/+0
* nanosleep(2): Fix bogus incrementing of rmtp by tc_tick_sbt on [EINTR].Bryan Drewery2018-02-141-0/+81
* Convert tools/regression/sockets/socketpair to ATFAlan Somers2018-02-101-5/+55
* Update limits on makecontext() arguments in the setcontext_link test.John Baldwin2018-01-311-12/+12
* mlock(2): correct documentation for error conditions.Alan Somers2018-01-221-18/+99
* regex(3): Handle invalid {} constructs consistently and adjust testsKyle Evans2017-08-082-6/+30
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-072-4/+4
* Add regression test for recent regex(3) breakageKyle Evans2017-07-211-0/+3
* Remove an extraneous strlen from t_setdomainname.cAlan Somers2017-07-121-1/+1
* Fix cleanup in lib/libc/gen/setdomainname_testAlan Somers2017-07-061-16/+50