aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Increase timeout for timedmutex_test:mutex2, timedmutex_test:mutex3Ruslan Bukin2018-08-061-0/+12
* Replace __riscv__ with __riscv.Ruslan Bukin2018-08-031-2/+2
* Fix tmpfs detection in the sys/fs/tmpfs testsAlan Somers2018-07-211-3/+3
* Stop writing past the end of the buffer in the msgget_limit test. The valueAndrew Turner2018-07-191-1/+0
* netbsd-tests: bsdgrep(1): Add a test for -m, tooKyle Evans2018-06-071-0/+17
* netbsd-tests: grep(1): Add test for -c flagKyle Evans2018-06-071-0/+17
* Fix build post r330299Brooks Davis2018-03-021-2/+0
* nanosleep(2): Fix bogus incrementing of rmtp by tc_tick_sbt on [EINTR].Bryan Drewery2018-02-141-0/+81
* Fix Coverity CIDs in the sys/kern/sysv_test testsAlan Somers2018-02-131-3/+4
* Convert tools/regression/sockets/socketpair to ATFAlan Somers2018-02-101-5/+55
* Fix and enable SysV IPC tests.Brooks Davis2018-02-051-16/+12
* Update limits on makecontext() arguments in the setcontext_link test.John Baldwin2018-01-311-12/+12
* Remove t_grep:mmap_eof_not_eol testKyle Evans2018-01-291-25/+0
* mlock(2): correct documentation for error conditions.Alan Somers2018-01-221-18/+99
* bsdgrep: add some additional tests for fgrepKyle Evans2017-08-241-0/+56
* regex(3): Handle invalid {} constructs consistently and adjust testsKyle Evans2017-08-082-6/+30
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-072-4/+4
* bsdgrep(1): Don't exit before processing every fileKyle Evans2017-07-251-0/+19
* 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
* Expect :mmap_eof_not_eol to failEnji Cooper2017-06-271-0/+2
* Add abstime kqueue(2) timers and expand struct kevent members.Konstantin Belousov2017-06-172-8/+0
* Add testcases for `cat -b`Enji Cooper2017-06-063-0/+24
* Add additional testcases for cat(1)Enji Cooper2017-06-065-0/+58
* bsdgrep: add --mmap testsEd Maste2017-05-261-0/+42
* bsdgrep: Correct per-line line metadata printingEd Maste2017-05-201-1/+35
* bsdgrep: emit more than MAX_LINE_MATCHES per lineEd Maste2017-05-201-0/+21
* sys/fs/tmpfs/vnd_test: make md(4) allocation dynamicEnji Cooper2017-05-191-17/+16
* Skip tests depending on coredumps if coredumps are disabled via kern.coredump.John Baldwin2017-05-161-0/+12
* bsdgrep: add more tests for different binary flagsEd Maste2017-05-151-0/+36
* lib/libc/gen/realpath_test: make check result from getcwd(3)Enji Cooper2017-05-151-0/+10
* bsdgrep: don't allow negative -A / -B / -CEd Maste2017-05-151-0/+23
* 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 that no longer fails with gnu grep in baseEnji Cooper2017-05-091-5/+0
* bsdgrep: don't ouptut matches with -c, -l, -LEd Maste2017-05-051-0/+29
* Remove expected failure now that it was fixed in r317660.Brooks Davis2017-05-021-4/+0
* bsdgrep: fix -w flag matching with an empty patternEd Maste2017-05-025-0/+69
* bsdgrep: revise test case which will soon become a failureEd Maste2017-05-021-1/+1
* bsdgrep: fix -w -v matching improperly with certain patternsEd Maste2017-05-021-0/+24
* Add more sanity tests for grep, egrep, and fgrepEnji Cooper2017-04-221-0/+63
* Remove the expected failures for :context and :context2 with bsdgrep(1)Enji Cooper2017-04-221-12/+0
* bsdgrep: fix zero-length matches without the -o flagEd Maste2017-04-171-0/+15