summaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* :snprintf_float: don't blindly set RLIMIT_DATA and RLIMIT_AS to 1 MB -- raiseEnji Cooper2017-07-061-3/+10
* Expect :snprintf_float to segfaultEnji Cooper2017-07-061-0/+4
* Skip tests depending on coredumps if coredumps are disabled via kern.coredump.John Baldwin2017-05-161-0/+12
* lib/libc/gen/realpath_test: make check result from getcwd(3)Enji Cooper2017-05-151-0/+10
* Fix up previous commitEnji Cooper2017-05-121-4/+5
* ssp_test:read:: query the value of MAXPATHLEN via getconf(1)Enji Cooper2017-05-121-1/+2
* Remove expected failure now that it was fixed in r317660.Brooks Davis2017-05-021-4/+0
* Annotate all changes made in r316178-r316180 with __FreeBSD__Enji Cooper2017-03-302-0/+36
* t_msgctl: Fix the same msgsnd() misuse as t_msgsndConrad Meyer2017-03-291-2/+2
* Follow-up to r316179: More of the sameConrad Meyer2017-03-291-6/+6
* t_msgsnd: Use msgsnd()'s msgsz argument correctly to avoid overflowConrad Meyer2017-03-291-1/+1
* Remove all expected failures from lib/libc/locale/io_test for FreeBSDEnji Cooper2017-03-201-11/+0
* Add clock_nanosleep()Eric van Gyzen2017-03-191-0/+4
* Add additional __FreeBSD_version guards around the hsearch_r testcasesEnji Cooper2017-03-011-0/+2
* Add #else case in run(..) to fix test on non-{amd64,arm64,mips} afterEnji Cooper2017-02-071-0/+3