summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
...
* Reflect sys/net/bpf_jitter.h changes to regression test.jkim2008-08-251-17/+7
* Add test case for 'divide by 0' with BPF_ALU|BPF_DIV|BPF_X instruction.jkim2008-08-182-1/+34
* Fix two test cases on 32-bit architectures.jkim2008-08-182-2/+6
* Add simple bpf(9) regression tests and test cases.jkim2008-08-1876-0/+2739
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-092-3/+3
* Test that the result is correctly rounded when |y/x| is huge.das2008-08-021-16/+9
* Regression tests for fmtcheck(3).das2008-08-022-1/+103
* Detect if the application has cleared the environ variable by settingscf2008-08-022-25/+70
* Fix whitespace.scf2008-08-021-52/+52
* Add some tests for acos*(), asin*(), atan*(), and atan2*().das2008-07-313-1/+504
* Add a regression test for r181017.stefanf2008-07-301-0/+4
* Remove extra comment that snuck in in last commit.rwatson2008-07-291-3/+0
* Add a simple ICMPv6 filter test for IPv6 raw sockets: determine thatrwatson2008-07-292-0/+141
* Add regression tests for fmin{,f,l} and fmax{,f,l}.das2008-07-033-1/+161
* Add some regression tests for printf() with positional arguments.das2008-06-292-1/+133
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-275-0/+1640
* Fix compile on 64-bit platforms.jhb2008-06-261-1/+1
* Re-implement the client side of rpc.lockd in the kernel. This implementationdfr2008-06-261-50/+182
* Teach fifo_create regression test to also try to use mknod(2) to createrwatson2008-06-221-36/+84
* Regression test for a recently fixed strtod bug.das2008-06-211-1/+11
* Remove two netatm-specific test parts.rwatson2008-05-262-168/+0
* Simple testing program for *at family of syscalls.rdivacky2008-05-183-0/+678
* Test the expansion of $LINENO.stefanf2008-05-152-0/+25
* Add the ability to do all read, all write, or random read/write.adrian2008-05-151-9/+44
* Include a very basic (and beta) tool for stressing disks using the POSIXadrian2008-05-072-0/+197
* Add four utility functions related to struct grp processing modeled in-partscf2008-04-233-1/+130
* Differentiate in the tests against getenv() between an empty string and ascf2008-04-232-12/+15
* Updates for changes in the way printf() handles hex floating pointdas2008-04-121-5/+5
* Add some tests for fma(), fmaf(), and fmal().das2008-04-033-1/+424
* Test remainderl() and remquol() as well.das2008-03-301-4/+34
* Add some minimal tests for csqrtl().das2008-03-301-59/+88
* Fix the __FreeBSD_version check.dfr2008-03-261-1/+1
* Add some regression tests for posix record locks.dfr2008-03-262-0/+1356
* Add a test case for options.c revision 1.26.stefanf2008-03-222-0/+15
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withantoine2008-03-081-2/+71
* Don't run tests that assume <= 64-bit precision on machines with quaddas2008-03-021-8/+20
* Remove a dereference. It was unintended and a no-op.scf2008-03-011-20/+30
* Add a regression test for cd.c's revision 1.35.stefanf2008-02-241-0/+17
* getopt(3) returns -1, not EOF.ru2008-02-191-1/+1
* Some basic regression tests for {sin,cos,tan}{,f,l}().das2008-02-183-1/+293
* There are 3 tests here, not 2.das2008-02-171-1/+1
* Add open_to_operation, a security regression test that opens files withrwatson2008-02-142-0/+1263
* mutex_islocked_np -> mutex_isowned_npdes2008-02-062-9/+9
* This is a regression test to verify the proper behavior of IP ID generationsilby2008-02-061-0/+76
* After careful consideration (and a brief discussion with attilio@), changedes2008-02-041-2/+2
* Add a regression test for pthread_mutex_islocked_np().des2008-02-032-0/+85
* Add unix_sorflush, a regression test for the following scenario:rwatson2008-01-302-0/+106
* expm1(-big) generates an inexact exception but not underflow.das2008-01-181-1/+1
* Add some regression tests for libm's exponential functions. Thesedas2008-01-183-1/+181
* Add a set of regression tests for the POSIX shm API (shm_open(2) andjhb2008-01-165-0/+828
OpenPOWER on IntegriCloud