summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
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
2011-09-02Add tests for relayd protocol http 1.0 and 1.1.Alexander Bluhm
2011-09-01Add regression tests for relaying connections through relayd. ThisAlexander 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-29Test that reverse splicing timeout does not affect forward splicing.Alexander Bluhm
2011-08-28Minor cleanup.Alexander Bluhm
2011-08-28Allow splice make regress to run with and without obj directory.Alexander Bluhm
2011-08-21Add one more regression test for socket splicing with idle timeout.Alexander Bluhm
2011-08-02add SHA256/SHA512 based HMAC modesDamien Miller
2011-07-27- add a failing test, to be addressed later.Jasper Lievisse Adriaanse
reminded by oga@
2011-07-27oops, missing file for weighted round-robin test.Ryan Thomas McBride
2011-07-27Update regress tests for weighted round-robin (and recent pool bugfix)Ryan Thomas McBride
2011-07-24Theo 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-24check opening and middle punctuation as wellIngo Schwarze
2011-07-24check that a macro works in the head of a tagged paragraph;Ingo Schwarze
found in my tree
2011-07-24Also run the new tests of "sed -E 's/..." with the input lacking aIngo 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-24Handle 'show' specially to prepare for regress tests on pfrke_routeRyan Thomas McBride
and pfrke_cost entries. Output becomes sorted in table order.
2011-07-24Update PF table regress tests to work with -current.Ryan Thomas McBride
2011-07-23TCP out-of-band data is not reliable. Allow socket splicingAlexander Bluhm
regression tests to tolerate missing urgent bytes.
2011-07-13Must now specify correct protocol (tcp, udp) for user and group attributes.Ryan Thomas McBride
2011-07-13tweak script to handle add/delete/infoMarc Espie
finish the manual1 test
2011-07-12create packages with inter-dependencies... and delete themMarc Espie
2011-07-12start adding regress for manual installs, not fully working yet...Marc Espie
2011-07-11repair t24 when obj exists, like other targets.Okan Demirmen
sure tedu@
2011-07-11how annoying. soembody added a regress test that would have caught myTed Unangst
grep bug, but didn't turn it on.
2011-07-09Move test(1) test into regress.Nicholas Marriott
ok deraadt
2011-07-09Adapt tests for extended-precision.Martynas Venckus
2011-07-08Add regress tests for 'prio' keyword.Ryan Thomas McBride
2011-07-08Add 80-bit and 128-bit precision test vectors for the math functions.Martynas Venckus
No problems found by Cephes in 17022 tests.
2011-07-08'prio' will be a reserved keyword soon.Ryan Thomas McBride
2011-07-08Update regress tests for the following changes:Ryan Thomas McBride
- if_addr RB_TREE (Address sort differently on an interface) - skip steps changes - RDOMAIN - reordering of address/port tests - fastroute is gone - keep state is no longer printed by default - lo0 now has link-local scope address in addition to ::1
2011-07-07timed's time is up. use ntpd(8). Even our own fossil developersTheo de Raadt
switched a while back. ok miod, kettenis
2011-07-07remove mvmeppc; it is really rough shape. ok drahn miodTheo de Raadt