aboutsummaryrefslogtreecommitdiff
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Make this compile with WARNS=6 and clang/gccEnji Cooper2015-01-221-5/+9
* Garbage collect a prove test wrapperEnji Cooper2015-01-201-15/+0
* Add a ${CP} alias for copying files in the build.Will Andrews2015-01-161-1/+1
* Revert r273630 as the panic was fixed by r274619Steven Hartland2014-11-171-2/+0
* Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase andEnji Cooper2014-11-162-77/+1
* Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andEnji Cooper2014-11-162-300/+0
* Remove test-arc4random from this Makefile so others can continue to useEnji Cooper2014-11-161-1/+1
* Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase andEnji Cooper2014-11-161-89/+0
* Remove incorrect semicolon.Stefan Farfeleder2014-10-261-1/+1
* Bail out of the script on FreeBSD due to deterministic panic issueEnji Cooper2014-10-251-0/+2
* Bail out of the script on FreeBSD due to deterministic panic issueEnji Cooper2014-10-251-0/+2
* Bail out of the script on FreeBSD due to deterministic panic issueEnji Cooper2014-10-251-0/+2
* Bail out of the script on FreeBSD due to deterministic panic issueEnji Cooper2014-10-251-0/+2
* Move the redirection to stderr out of the cmd variable assignmentEnji Cooper2014-10-251-2/+2
* - Print out "Bail out!" in die(..) so prove terminates immediatelyEnji Cooper2014-10-251-1/+2
* Import pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d4521b0e4aa141317553ca4...Enji Cooper2014-09-24212-10470/+0
* Use 'cc' for the C compiler instead of 'gcc'.Will Andrews2014-09-181-1/+1
* Fix ACL tests to correctly work with ZFS; previous version used wrongEdward Tomasz Napierala2014-09-123-3/+3
* Add diagnostic printfs and disable test # 4 on i386Enji Cooper2014-09-101-0/+9
* Expand the tests structure in test_small(..) to workaround theEnji Cooper2014-09-091-19/+14
* Be ANSI-C compliant when defining CX_LIMITED_RANGE #pragmaEnji Cooper2014-09-092-2/+2
* Integrate lib/libutil into the build/kyuaEnji Cooper2014-08-1312-1448/+0
* Integrate lib/libnv into the build/kyuaEnji Cooper2014-08-057-1441/+0
* Integrate lib/libmp into the build/kyuaEnji Cooper2014-08-043-233/+0
* Use the right lengths.Xin LI2014-07-252-2/+2
* Make this compilable on latest Linux'es without warnings.Konstantin Belousov2014-07-081-2/+7
* Remove ia64.Marcel Moolenaar2014-07-076-576/+1
* - Use strlen instead of hardcoding a numberPietro Cerutti2014-06-031-2/+2
* - Return NULL and set errno to EINVAL if size is 0 (as required by POSIX).Pietro Cerutti2014-06-021-0/+47
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Note that the bug was fixed, and when.Dag-Erling Smørgrav2014-04-261-1/+1
* Remove NO_CTF, exccept as an undocumented compatibilityWarner Losh2014-04-251-4/+3
* libc/stdio: Fail fdopen() on an execute-only fd.Jilles Tjoelker2014-04-215-1/+237
* libc: Add fopen() test to regression Makefile.Jilles Tjoelker2014-04-211-3/+11
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-13106-106/+106
* errx prepends the program name to the message; don't do it by hand.Julio Merino2014-03-191-1/+1
* Make the priv test program exit with non-zero if any failures are detected.Julio Merino2014-03-191-8/+33
* Migrate tools/regression/usr.bin/pkill to the new tests layout.Julio Merino2014-03-1928-1009/+0
* Migrate tools/regression/usr.bin/make/ to the new tests layout.Julio Merino2014-03-19272-2225/+0
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-1614-14/+14
* Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-16530-27284/+0
* Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout.Julio Merino2014-03-1655-4199/+0
* Change etcupdate tests to return 1 on test failures.Julio Merino2014-03-167-21/+135
* Migrate tools/regression/sbin/ to the new tests layout.Julio Merino2014-03-169-1118/+0
* Remove AppleTalk support.Gleb Smirnoff2014-03-143-172/+2
* Remove IPX support.Gleb Smirnoff2014-03-149-599/+0
* Remove broken tests for eui64_line.Julio Merino2014-03-123-92/+1
* Make the strerror tests work without libtap.Julio Merino2014-03-122-34/+42
* Turn a test precondition into a skip in the mdconfig tests.Julio Merino2014-03-121-2/+2
* Fix sa tests.Julio Merino2014-03-1213-195/+202