summaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix expectations for testcases per bsdgrep vs gnu grep from base/portsEnji Cooper2017-04-131-0/+60
* bsdgrep: create additional tests for coverage on recent fixesEd Maste2017-04-0517-1/+132
* 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 sem_clockwait_np()Eric van Gyzen2017-02-231-1/+148
* Oops... put the atf_tc_expect_fail in the testcase definition, not theEnji Cooper2017-02-071-5/+5
* Expect the t_precision long double checks to fail on FreeBSD/i386Enji Cooper2017-02-071-0/+5
* Add #else case in run(..) to fix test on non-{amd64,arm64,mips} afterEnji Cooper2017-02-071-0/+3
* MFhead@r313380Enji Cooper2017-02-071-0/+5
|\
| * Expect :floatunditf to fail on FreeBSD/i386Enji Cooper2017-02-071-0/+5
* | Expect :hsearch_r_nonexistent to fail on FreeBSDEnji Cooper2017-02-071-0/+3
* | Uncomment more of the hsearch_r testcasesEnji Cooper2017-02-071-9/+9
* | Merge in changes from ^/vendor/NetBSD/tests/dist@r313245Enji Cooper2017-02-047-1057/+2399