aboutsummaryrefslogtreecommitdiff
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Test both active and non-active cases.David E. O'Brien2012-10-261-0/+8
* Iterate rather than use recursion. We can blow out the kernel stack if thereDavid E. O'Brien2012-10-262-3/+198
* remove duplicate semicolons where possible.Eitan Adler2012-10-222-2/+2
* Covert regression test to python 3Eitan Adler2012-10-221-7/+7
* Revert previous commit...Kevin Lo2012-10-104-7/+8
* Prefer NULL over 0 for pointersKevin Lo2012-10-094-8/+7
* Add regression test for kern/172075.Ed Maste2012-09-261-0/+59
* sh: Add some tests for aliasing a utility to itself.Jilles Tjoelker2012-09-222-0/+8
* nftw(): POSIX says directories causing loops should be silently skipped.Jilles Tjoelker2012-08-092-1/+142
* sh: Add a simple test for the "local" builtin.Jilles Tjoelker2012-07-151-0/+13
* sh: Expand assignment-like words specially for export/readonly/local.Jilles Tjoelker2012-07-155-0/+123
* sh: Add tests where "export" does not parse differently.Jilles Tjoelker2012-07-131-0/+13
* The etcupdate utility is a tool for managing updates to files that areJohn Baldwin2012-07-135-0/+2443
* Remove the "funny targets" make check. We no longer need embedded :: targetsDavid E. O'Brien2012-07-058-0/+32
* Recognize 'none' or '0' as no flags.Pawel Jakub Dawidek2012-07-041-4/+4
* Support also running a 32-bit test on 64-bit platforms.David E. O'Brien2012-06-291-1/+3
* Provide a mechanism to not clear out the work and output dirs whenDavid E. O'Brien2012-06-201-2/+4
* Add a test for the :tl & :tu modifiers.David E. O'Brien2012-06-1211-0/+35
* sh: Do not assume that SIGPIPE will only kill a subshell in builtins/wait3.0Jilles Tjoelker2012-06-081-1/+1
* Correct examples to the latest version I had.David E. O'Brien2012-06-051-6/+11
* Add a regression test for filemon(4) [r236592].David E. O'Brien2012-06-043-0/+144
* Add regression test for '-V' command line option (requires r236346).David E. O'Brien2012-05-318-0/+35
* make it easier to test newly-built make.David E. O'Brien2012-05-302-0/+9
* Import byacc from invisible island, it brings us lots of compatibilities withBaptiste Daroussin2012-05-2134-0/+15099
* According to shared memory man pages, advice including <sys/types.h>Kevin Lo2012-05-213-3/+3
* Import m4 regression tests from OpenBSDBaptiste Daroussin2012-04-3047-43/+1076
* Add some tests from PR 166463. Also make sure that all of the tests,David Schultz2012-04-071-7/+33
* sh: Add a test for variables with underscores in arithmetic.Jilles Tjoelker2012-03-111-0/+4
* Add regression test for USB enumeration.Hans Petter Selasky2012-03-011-0/+30
* Fix order of arguments to lseek().Christian Brueffer2012-02-291-1/+1
* Check fchmod()/fchown() in fifo_misc test.Jilles Tjoelker2012-02-261-0/+93
* libc: Add some tests for fmtmsg().Jilles Tjoelker2012-02-212-1/+252
* Add regression tests for the setsockopt(2) SO_SETFIB socket option.Bjoern A. Zeeb2012-02-173-0/+262
* Include target names in diagnostic output.Max Khon2012-02-121-60/+60
* sh: Make 'hash' return 1 if at least one utility is not found.Jilles Tjoelker2012-02-111-0/+6
* More mdconfig(8) tests.Edward Tomasz Napierala2012-01-261-0/+39
* Move mdconfig(8) tests under regression/sbin/, where they belong.Edward Tomasz Napierala2012-01-253-0/+0
* Add some basic regression tests for mdconfig(8).Edward Tomasz Napierala2012-01-243-0/+568
* sh: Fix $? in the first command of a 'for'.Jilles Tjoelker2012-01-222-0/+17
* These tests check whether the compiler evaluates floating-pointDavid Schultz2012-01-203-0/+293
* sh: Fix execution of multiple statements in a trap when evalskip is setJean-Sébastien Pédron2012-01-162-0/+14
* sh: Test EXIT trap with multiple statements in itJean-Sébastien Pédron2012-01-161-0/+3
* sh: Fix some bugs with exit status from case containing ;&.Jilles Tjoelker2012-01-153-0/+17
* sh: Fix two bugs with case and exit status:Jilles Tjoelker2012-01-153-0/+17
* sh: Add testcases that should not be broken by future optimizations.Jilles Tjoelker2012-01-142-0/+18
* Add .t files for tests, missed in prior checkins, so that prove(1) worksDavid Schultz2012-01-143-0/+30
* Update the tests for arm and other ports where long double is the sameDavid Schultz2012-01-141-3/+3
* Fix a test that doesn't work on architectures where long double is noDavid Schultz2012-01-141-0/+2
* sh: Properly show "Not a directory" error in cd builtin.Jilles Tjoelker2012-01-131-0/+26
* sh: Avoid possible echo options in a testcase.Jilles Tjoelker2012-01-061-3/+3