summaryrefslogtreecommitdiffstats
path: root/tools/regression
Commit message (Expand)AuthorAgeFilesLines
* Add to CFLAGS, rather than overriding it. Use LDFLAGS for the -L option,nik2005-02-011-2/+3
* Link against libtap (ports/devel/libtap). Replace the calls to assert()nik2005-02-012-31/+32
* Wrap calls to memcpy(3) in a function called block_copy(). This way,marcel2005-01-281-2/+9
* Skip the register based postinc stores here and don't count themmarcel2005-01-271-5/+12
* Make the local variables global so that the compiler cannot assumemarcel2005-01-271-4/+5
* Fix the unaligned store with post increment test: The misaligned pointermarcel2005-01-271-1/+1
* The unit test for unaligned loads/stores can be found under ../ia64.marcel2005-01-272-137/+0
* Add tests for post increment. This bumps the number of tests up tomarcel2005-01-272-37/+181
* Use WARNS?= instead of WARNS= in Makefiles so that global warningrwatson2005-01-223-3/+3
* Add two more pipe regression tests. Not yet hooked into the test framework.silby2005-01-212-0/+116
* In refactoring the test before committing, a pointer was passed insteadrwatson2005-01-161-2/+2
* Add udpconnectjail, a simple regression test to exercise an (as yet)rwatson2005-01-162-0/+117
* Add test which excersises problem with unability to change association ofsobomax2005-01-122-0/+149
* Regression tests for [l]lrint[f]() and [l]lround[f]().das2005-01-115-1/+258
* Introduce a new GEOM class - SHSEC. It provides sharing secret betweenpjd2005-01-114-0/+109
* Fix incorrect comment.pjd2005-01-111-1/+1
* Add a simple regression test for mlock()/munlock() to make sure theyrwatson2005-01-032-0/+97
* Replace a mention of the ia64_unaligned directory with one of themarcel2005-01-021-1/+1
* Regression test for unaligned loads and stores for short, int, long,marcel2005-01-022-0/+144
* Wait a bit after creating device.pjd2004-12-217-7/+7
* When RAID3 device is configured in "verify" mode, synchronization of thepjd2004-12-211-2/+12
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-2130-31/+31
* Loadable modules that run test vectors for net80211 crypto plugins.sam2004-12-086-0/+1493
* Fix builds with a read-only directory and a make upgrade. This is doneharti2004-12-071-6/+4
* Print a warning if running as !root for aio_md_test rather than failingrwatson2004-12-061-1/+5
* Add a basic aio functionality regression test, which simply writes andrwatson2004-12-062-0/+702
* Make this work under debugging, e.g., "make -dl".ru2004-12-061-1/+1
* Make the tests runnable on a read-only src. To do this you must make sureharti2004-12-022-49/+63
* The following code sets up two connected TCP sockets that send data to eachnik2004-12-013-0/+144
* Chmod the shell testscript to be executable if it isn't already. Accordingharti2004-11-301-0/+1
* Add some regression tests for the .SHELL target. I'm not sure that theharti2004-11-254-1/+65
* Remove regression tests for the obsolete rune interface.tjr2004-11-215-293/+1
* Switch over to a different, more flexible test output protocol that'snik2004-11-1197-115/+942
* Add a small regression test that opens a TCP socket, listens on it,rwatson2004-11-022-0/+120
* For variables that are only checked with defined(), don't provideru2004-10-2426-27/+31
* Use errx() instead of fprintf()/exit() for conciseness.rwatson2004-10-231-65/+38
* Use errx() instead of perror()/exit() for conciseness.rwatson2004-10-233-94/+52
* Add a regression test for the alternate shell specification.ru2004-10-231-0/+10
* Fixed a typo.ru2004-10-171-1/+1
* Add a regression test for floating-point output in the Greek locale.keramida2004-10-131-0/+7
* Resort unprivileged uid with privileged socket after unprivileged uidrwatson2004-10-111-4/+6
* A number of improvements to the IP socket option API regression test:rwatson2004-10-111-248/+357
* Add regression tests for ilogb{,f,l}().stefanf2004-10-112-1/+83
* Add a simple exercise suite for IP-level socket options. The suiterwatson2004-10-112-0/+735
* Add a simple C-based TCP connection generator, which generates andrwatson2004-10-092-0/+160
* Modify accept_fd_leak regression test to generate "PASS" output, notrwatson2004-09-181-2/+3
* Add a very basic README for tcpstream.rwatson2004-09-131-0/+20
* Add tcpstream, a simple TCP stream generator that uses a pseudo-randomrwatson2004-09-132-0/+253
* Add a regression test for <tgmath.h>.stefanf2004-09-042-0/+624
* Join the effort in simplifying this makefile. ;)ru2004-09-031-3/+1
OpenPOWER on IntegriCloud