summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2001-12-05malloc(n) regression testTheo de Raadt
2001-11-26add tests for fastroute optionsjasoni
2001-11-21make currently incorrectly uses annotations for suffixes rules forMarc Espie
non-suffixes rules.
2001-11-13use a close directory for playTheo de Raadt
2001-11-13Use more common interface names like lo0, tun0, enc0 for regress tests,Daniel Hartmeier
so they run anywhere. From jason@.
2001-11-12Make MAXTIME overrideable.Federico G. Schwindt
2001-11-12add missing -lpcap, lost in resurection of the fileMarco S Hyman
2001-11-11signal race fixesTheo de Raadt
2001-11-11bring back test, this time in the public domainMarco S Hyman
2001-11-11place 2 line test in the public domainMarco S Hyman
2001-11-11remove files that have a copyright theo doesn't likeMarco S Hyman
2001-11-10Add a pcap/pthread test as it was reported that usingMarco S Hyman
libpcap blocked all threads. That no longer seems to be a problem as this test passes using the latest threads lib.
2001-11-09another pthread regression test: system/waitpid/wait4Marco S Hyman
2001-11-03Fix pthread_mutex regression test... undefined behavior does notMarco S Hyman
mean != EPERM in one test, minor changes to recursive mutex test. remove printf in signal test signal handler, run test long enough to ensure signal hander is called at least twice, reduce output. Note: running these tests over a remote console may indicate bogus falures due to console output latency. Any test that takes longer than 5 seconds to complete may be flagged as a failure.
2001-10-15Add 'allow-opts' to rules. Packets with IP options will be blocked byDaniel Hartmeier
default now, and can be allowed per rule. ok deraadt@
2001-10-14esyscmd test, requires current m4Todd T. Fries
2001-10-10nasty, nasty... with indir calls, we might end up with expand_macro callMarc Espie
for a macro call without parenthesis...
2001-10-10Check whether __file__ is correctly quoted (probleme noticed in gm4 dumpdef)Marc Espie
2001-10-08Add dup2.Artur Grabowski
2001-10-08Simple dumb test for dup2.Artur Grabowski
2001-10-07gcc regress framework.Marc Espie
2001-10-07Add interface name to address translation to pfctl, document it and addDaniel Hartmeier
a regress test. Translation is done on rule set load-time only, so the rule sets must be reloaded when an interface address changes. parse.y patch from Cedric Berger. Similar patch from Jonathon Fletcher. Thanks to both.
2001-10-06regression test for last buglet. Thanks Dale.Marc Espie
2001-10-01sync with support for underscores in macro namesMarkus Friedl
2001-09-29test funky quotes, in normal and gnu-m4 mode.Marc Espie
2001-09-27weird testcases...Marc Espie
2001-09-27More patsubst that fail...Marc Espie
2001-09-20per man page and gcc 3.0.1, exit requires prototype from stdlib.hTodd T. Fries
2001-09-20comment extra tokens at end of #endif directiveTodd T. Fries
2001-09-19Add $OpenBSD$.Marc Espie
A testcase for redefining builtins.
2001-09-178 bit quotesMarc Espie
2001-09-17Scary interactionMarc Espie
2001-09-16patsubst on multi-line pattern... icky.Marc Espie
2001-09-16check pattern substMarc Espie
2001-09-15sync ICMP6_DST_UNREACH_NOROUTE <-> _ADMINPeter Stromberg
2001-09-15return-icmp / icmp-type tests, ok dhartmei@Peter Stromberg
2001-09-15Update regress tests. Some input syntax has changed (inet/inet6) as wellDaniel Hartmeier
as some output format (netmasks, inet/inet6, return-icmp).
2001-09-12Fix test.Federico G. Schwindt
2001-09-11match getgrgid_r() changePeter Valchev
2001-09-07presume 'make clean' is already running as root, don't duplicate ${SUDO},Todd T. Fries
found by naddy@
2001-09-07run each 'MAKEDEV all' twice, to catch things that are not rm'edTodd T. Fries
(like vme* links for miod)
2001-09-07everyone has altq/, right?Todd T. Fries
2001-09-07Add one further testMarc Espie
2001-09-06sort by major not minor number, correctly list symbollic linksTodd T. Fries
2001-09-06add MAKEDEV regressTodd T. Fries
2001-09-06add test for binatjasoni
2001-09-04Add regress test for "on { if, if }" syntax.Daniel Hartmeier
2001-09-03sync with output format changes (pfctl)Markus Friedl
2001-08-30this shouldn't be commented out.Federico G. Schwindt
2001-08-28move '!' from host_list to host: "xhost : '!' host | host;"; ok dhartmei@Markus Friedl