summaryrefslogtreecommitdiffstats
path: root/tools/regression/pipe
Commit message (Collapse)AuthorAgeFilesLines
* MFC r290914:ngie2015-11-2310-655/+0
| | | | | | | | | | | | | | Integrate tools/regression/pipe in to the FreeBSD test suite as tests/sys/kern/pipe - Fix style(9) bugs - Fix compiler warnings - Use `nitems(x)` instead of `sizeof(x) / sizeof(*x)` pattern The testcases will be converted over to ATF eventually, but for now will be integrated in as plain C tests Sponsored by: EMC / Isilon Storage Division
* MFC r264400,r265836:ngie2014-12-311-1/+1
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* Add a test for r228510.jilles2011-12-141-0/+67
|
* Fix some uninitialized variables in pipe regression tests that result ineadler2011-12-053-3/+5
| | | | | | | | | failure. PR: misc/161175 Submitted by: gianni@ Approved by: nwhitehorn@ MFC after: 1 week
* Add a simple test for pipe inode numbers reported by fstat(2).kib2011-12-011-0/+66
| | | | | Submitted by: gianni MFC after: 1 week
* Add two more pipe regression tests. Not yet hooked into the test framework.silby2005-01-212-0/+116
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* Switch over to a different, more flexible test output protocol that'snik2004-11-112-0/+13
| | | | | | | | | | | | | | | | | | | | understood by Perl's Test::Harness module and prove(1) commands. Update README to describe the new protocol. The work's broken down into two main sets of changes. First, update the existing test programs (shell scripts and C programs) to produce output in the ok/not ok format, and to, where possible, also produce a header describing the number of tests that are expected to be run. Second, provide the .t files that actually run the tests. In some cases these are copies of, or very similar too, scripts that already existed. I've kept the old scripts around so that it's possible to verify that behaviour under this new system (in terms of whether or not a test fails) is identical to the behaviour under the old system. Add a TODO file.
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Add two more programs useful for testing the correctness of pipes.silby2004-07-222-0/+214
|
* Make this test compile again and remove its dependency on sys/pipe.h.silby2004-07-211-1/+2
|
* Add a simple regression test for the stat st_size bug just fixed insilby2004-07-201-0/+82
| | | | sys_pipe.c
* Add a regression test for the big pipe bug.pb2003-07-312-0/+94
Suggested by: silby
OpenPOWER on IntegriCloud