summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2011-12-03pure display check, not linked since it fails, but the reported messageMarc Espie
should be better.
2011-12-02After 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-01test vertical spacing around display blocksIngo Schwarze
2011-11-29enable initfirst regressKurt Miller
2011-11-29clean up initfirst regress conflict created by my import. split testsKurt Miller
into two sub dirs.
2011-11-29Check the destructor order tooPhilip Guenthe
2011-11-29ld.so initfirst regress testKurt Miller
2011-11-27adjust for port numbers instead of names by defaultHenning Brauer
From: Lawrence Teo <lteo at devio at us>
2011-11-26If sigaltstack() fails, report which thread correctlyPhilip Guenthe
Pointed out by Steffen Daode Nurpmeso (sdaoden at googlemail.com)
2011-11-25The execve()-vs-threads test should test not just that the thread libraryPhilip 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-22Add a test for forked processes inheriting their parent's signal stack.Joshua Elsasser
ok guenther@
2011-11-19After the recent cleanup of .TH date handling,Ingo Schwarze
publish a few more regression tests found in my tree.
2011-11-18Regress test for per-(r)thread errno addressPhilip Guenthe
2011-11-17Complete 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 commitJasper Lievisse Adriaanse
2011-11-08Regress for -z initfirst supportPhilip Guenthe
2011-11-08ld.so initfirst regress testPhilip Guenthe
2011-11-06return non-zero on errorOtto Moerbeek
2011-11-06Regress tests for negative offsets, wrapping offsets, and the lack ofPhilip 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-05Verify this fails with ESPIPE on ttysPhilip Guenthe
2011-11-05and clean extra targetOtto Moerbeek
2011-11-05add exhaust test from netbsdOtto Moerbeek
2011-10-16uncomment wscanf testsStefan Sperling
2011-10-10allow for this to timeout rather than hanging forever.Federico G. Schwindt
2011-10-09Test for the wait*() hang issue when SIGCHLD is ignored, as seen inFederico G. Schwindt
the python's subprocess' test.
2011-10-07Test 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-07mmap with len=0 should fail with EINVAL.Ariane van der Steldt
- posix says so - the current allocator doesn't like it
2011-10-03when checking Xrs, look in man* subdirs, not cat*;Jason McIntyre
code diff from wiz@netbsd
2011-10-01fix some checks.Federico G. Schwindt
2011-10-01enter signals.Federico G. Schwindt
2011-10-01Add tests to check signal handling during pthread_join(3) andFederico G. Schwindt
pthread_mutex_lock(3). Currently failing.
2011-09-23Add a test for recursive pthread_mutex_trylock()Uwe Stuehler
ok guenther@
2011-09-21Add 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-20we do properly support linebreaks, so adjust the testJasper Lievisse Adriaanse
2011-09-20- stop pretending to care about variable expansion to multiple valuesJasper Lievisse Adriaanse
in a field. the only reason this is "allowed" by fd.o pkg-config is because their parser is sloppy.
2011-09-19Add 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-18check whether breakable hyphensIngo 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-18add connect and move include to top Makefile.incFederico G. Schwindt
2011-09-18test for interrupted connect.Federico G. Schwindt
2011-09-17add (failing) test for a corner case discovered by aja@: linebreaks inside ↵Jasper Lievisse Adriaanse
fields
2011-09-17add a test --variable (expansion to multiple values), currently failing.Jasper Lievisse Adriaanse
2011-09-17Expand fnmatch() regress with patterns obtained from the tests for APR'sStefan 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-17Also 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-17remove mdoc.samples(7): all info already is in mdoc(7)Ingo Schwarze
feedback and ok jmc@
2011-09-15gcc4 Wbounded regression output.Nicholas Marriott
2011-09-13first round of tests to check system calls restarting with pthreads.Federico G. Schwindt
guenther@ ok
2011-09-06Add test for http chunked encoding over relayd http protocol.Alexander Bluhm
2011-09-04Add test wether relayd is logging the correct http content-length.Alexander Bluhm
2011-09-02Add tests for relayd session timeout.Alexander Bluhm
2011-09-02Add tests for relayd http put and https.Alexander Bluhm