Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-08 | Regress for -z initfirst support | Philip Guenthe | |
2011-11-08 | ld.so initfirst regress test | Philip Guenthe | |
2011-11-06 | return non-zero on error | Otto Moerbeek | |
2011-11-06 | Regress tests for negative offsets, wrapping offsets, and the lack of | Philip Guenthe | |
interaction of pwrite/pwritev with O_APPEND. Based on a patch from Alexander Polakov (polachok at gmail.com) Further tests with deraadt@ | |||
2011-11-05 | Verify this fails with ESPIPE on ttys | Philip Guenthe | |
2011-11-05 | and clean extra target | Otto Moerbeek | |
2011-11-05 | add exhaust test from netbsd | Otto Moerbeek | |
2011-10-16 | uncomment wscanf tests | Stefan Sperling | |
2011-10-10 | allow for this to timeout rather than hanging forever. | Federico G. Schwindt | |
2011-10-09 | Test for the wait*() hang issue when SIGCHLD is ignored, as seen in | Federico G. Schwindt | |
the python's subprocess' test. | |||
2011-10-07 | Test hint-based mmap allocations. | Ariane van der Steldt | |
A hint-based allocation may only fail if no memory is available near the allocation. The value of near is chosen to be 2GB in this scenario. | |||
2011-10-07 | mmap with len=0 should fail with EINVAL. | Ariane van der Steldt | |
- posix says so - the current allocator doesn't like it | |||
2011-10-03 | when checking Xrs, look in man* subdirs, not cat*; | Jason McIntyre | |
code diff from wiz@netbsd | |||
2011-10-01 | fix some checks. | Federico G. Schwindt | |
2011-10-01 | enter signals. | Federico G. Schwindt | |
2011-10-01 | Add tests to check signal handling during pthread_join(3) and | Federico G. Schwindt | |
pthread_mutex_lock(3). Currently failing. | |||
2011-09-23 | Add a test for recursive pthread_mutex_trylock() | Uwe Stuehler | |
ok guenther@ | |||
2011-09-21 | Add tests for pf fragment reassembly with all kinds of overlapping. | Alexander Bluhm | |
Some fragments contain invalid data, this must be replaced to reassemble a valid packet. | |||
2011-09-20 | we do properly support linebreaks, so adjust the test | Jasper Lievisse Adriaanse | |
2011-09-20 | - stop pretending to care about variable expansion to multiple values | Jasper Lievisse Adriaanse | |
in a field. the only reason this is "allowed" by fd.o pkg-config is because their parser is sloppy. | |||
2011-09-19 | Add a test suite to route ip fragments through a box running pf. | Alexander Bluhm | |
You have to setup four machines manually as described in the makefile. The test uses scapy and python to send ping echo request or udp echo packets along the routers. It analyzes the returned ping echo reply or udp packets or the icmp error packets. | |||
2011-09-18 | check whether breakable hyphens | Ingo Schwarze | |
1) are formatted correctly (normal, bold or underlined) 2) actually break the line test cases fixed by term.c rev. 1.60 | |||
2011-09-18 | add connect and move include to top Makefile.inc | Federico G. Schwindt | |
2011-09-18 | test for interrupted connect. | Federico G. Schwindt | |
2011-09-17 | add (failing) test for a corner case discovered by aja@: linebreaks inside ↵ | Jasper Lievisse Adriaanse | |
fields | |||
2011-09-17 | add a test --variable (expansion to multiple values), currently failing. | Jasper Lievisse Adriaanse | |
2011-09-17 | Expand fnmatch() regress with patterns obtained from the tests for APR's | Stefan Sperling | |
new fnmatch implementation. With kind permission from Bill Rowe. Tweak the test code to allow comment lines in the test data file. ok millert@ | |||
2011-09-17 | Also test input files ending without a newline, | Ingo Schwarze | |
and catch NUL characters in the sed output. That requires using hexdump(1), which also makes the test suite output more intelligible in case of errors. Of course, many tests still fail, until i commit my patch to sed. | |||
2011-09-17 | remove mdoc.samples(7): all info already is in mdoc(7) | Ingo Schwarze | |
feedback and ok jmc@ | |||
2011-09-15 | gcc4 Wbounded regression output. | Nicholas Marriott | |
2011-09-13 | first round of tests to check system calls restarting with pthreads. | Federico G. Schwindt | |
guenther@ ok | |||
2011-09-06 | Add test for http chunked encoding over relayd http protocol. | Alexander Bluhm | |
2011-09-04 | Add test wether relayd is logging the correct http content-length. | Alexander Bluhm | |
2011-09-02 | Add tests for relayd session timeout. | Alexander Bluhm | |
2011-09-02 | Add tests for relayd http put and https. | Alexander Bluhm | |
2011-09-02 | Add tests for relayd protocol http 1.0 and 1.1. | Alexander Bluhm | |
2011-09-01 | Add regression tests for relaying connections through relayd. This | Alexander Bluhm | |
is useful to ensure that socket splicing is working correctly. Server, relayd, client with different config are started for each subtest. Data must pass unmodified. | |||
2011-08-29 | Test that reverse splicing timeout does not affect forward splicing. | Alexander Bluhm | |
2011-08-28 | Minor cleanup. | Alexander Bluhm | |
2011-08-28 | Allow splice make regress to run with and without obj directory. | Alexander Bluhm | |
2011-08-21 | Add one more regression test for socket splicing with idle timeout. | Alexander Bluhm | |
2011-08-02 | add SHA256/SHA512 based HMAC modes | Damien Miller | |
2011-07-27 | - add a failing test, to be addressed later. | Jasper Lievisse Adriaanse | |
reminded by oga@ | |||
2011-07-27 | oops, missing file for weighted round-robin test. | Ryan Thomas McBride | |
2011-07-27 | Update regress tests for weighted round-robin (and recent pool bugfix) | Ryan Thomas McBride | |
2011-07-24 | Theo reported that make cleandir deleted too much, triggering this cleanup: | Ingo Schwarze | |
Since quite some time, the groff output files are checked into CVS. * thus, no longer provide a "groff-clean" target to delete them * from official targets, no longer call the "groff" target generating them * do not reimplement "clean" and "cleandir", simply use the official targets | |||
2011-07-24 | check opening and middle punctuation as well | Ingo Schwarze | |
2011-07-24 | check that a macro works in the head of a tagged paragraph; | Ingo Schwarze | |
found in my tree | |||
2011-07-24 | Also run the new tests of "sed -E 's/..." with the input lacking a | Ingo Schwarze | |
trailing newline. Will be fixed by a commit to sed/process.c right afterwards. While here, assert my copyright and add a license. OK otto@ | |||
2011-07-24 | Handle 'show' specially to prepare for regress tests on pfrke_route | Ryan Thomas McBride | |
and pfrke_cost entries. Output becomes sorted in table order. |