Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-03 | pure display check, not linked since it fails, but the reported message | Marc Espie | |
should be better. | |||
2011-12-02 | After unifying volume titles in the page headers for man(7) and mdoc(7), | Ingo Schwarze | |
adjust the expected man(7) output to the new convention. Related to src/usr.bin/mandoc/man_validate.c rev. 1.51. | |||
2011-12-01 | test vertical spacing around display blocks | Ingo Schwarze | |
2011-11-29 | enable initfirst regress | Kurt Miller | |
2011-11-29 | clean up initfirst regress conflict created by my import. split tests | Kurt Miller | |
into two sub dirs. | |||
2011-11-29 | Check the destructor order too | Philip Guenthe | |
2011-11-29 | ld.so initfirst regress test | Kurt Miller | |
2011-11-27 | adjust for port numbers instead of names by default | Henning Brauer | |
From: Lawrence Teo <lteo at devio at us> | |||
2011-11-26 | If sigaltstack() fails, report which thread correctly | Philip Guenthe | |
Pointed out by Steffen Daode Nurpmeso (sdaoden at googlemail.com) | |||
2011-11-25 | The execve()-vs-threads test should test not just that the thread library | Philip Guenthe | |
doesn't blow up but also that (1) a failed execve doesn't kill other threads, and (2) a successful execve does make other threads vanish | |||
2011-11-22 | Add a test for forked processes inheriting their parent's signal stack. | Joshua Elsasser | |
ok guenther@ | |||
2011-11-19 | After the recent cleanup of .TH date handling, | Ingo Schwarze | |
publish a few more regression tests found in my tree. | |||
2011-11-18 | Regress test for per-(r)thread errno address | Philip Guenthe | |
2011-11-17 | Complete overhaul of the mandoc(1) test suite. | Ingo Schwarze | |
* Test the recently introduced -Tman output mode, too. * Specify date and OS arguments in all tests. * Remove the kludge of sed(1)ing away the page footer lines. * New make(1) variables SKIP_TMAN, SKIP_GROFF. * Drop obsolete, clumsy make(1) variable GROFF_TARGETS. * Delete obsolete mdoc/Bl/E*.sh error reporting tests. * Silence char/N/basic. * New targets: - ascii, ascii-clean - to run -Tascii tests only - tman, tman-clean - to run the new -Tman tests only - obj-clean - maintainer only, needed before groff-clean and groff - groff-clean - maintainer only, affects checked-in files | |||
2011-11-17 | - adjust after recent pkg-config commit | Jasper Lievisse Adriaanse | |
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 | |