summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2003-08-01Big Step was too big - reintroduce skip step optimizations.Cedric Berger
2003-07-31add missing CLEANFILES; ok deraadt@David Krause
2003-07-31various cleanups; david says results are sameTheo de Raadt
2003-07-31do not do -Werror hereTheo de Raadt
2003-07-31enter libutilTheo de Raadt
2003-07-31go deeperTheo de Raadt
2003-07-31Enable diff and patch regressions.Otto Moerbeek
ok millert@
2003-07-31fix the licenseMichael Shalayeff
2003-07-29Big SyncCedric Berger
2003-07-29Sync with skip step optimisation.Cedric Berger
2003-07-22Allow user to override default version of patch used; otto@ OKTodd C. Miller
2003-07-22Also test ed(1) style patches.Otto Moerbeek
ok millert@
2003-07-22A set of regressions for patch(1). Currently it consists of twoOtto Moerbeek
cases dealing with invalid line numbers in the patch files. ok millert@
2003-07-22A shell script to run a very large scale diff/patch/cmp regression.Otto Moerbeek
The script recursively walks though a checked out cvs dir and retrieves all revisions from each file. All pairs of these revisions are diffed against each other, and the resulting patches are checked using patch(1) and cmp(1). Based on an idea from deraadt@. ok millert@ deraadt@
2003-07-21Two new regressions. t12 fails currently.Otto Moerbeek
ok millert@
2003-07-19Actually, this shows the problem.Cedric Berger
2003-07-19Verify that no skip step apply to theses rules for the source address.Cedric Berger
This actually uncovers a little buglet in skip steps calculation.
2003-07-19Skip step optimization involving dynaddr, tables, no-route.Cedric Berger
Optimisation should be done on theses rules.
2003-07-19regress test for sftp arguments with escaped quotes; ok markusDamien Miller
2003-07-17A set of regressions to test diff(1).Otto Moerbeek
Currently standard, context and unified diffs are tested by diffing two files and then applying the patch on a copy of the first file using patch(1). Next, the result is compared with the original first file using cmp(1). ok millert@ tedu@
2003-07-17test -fPeter Valchev
2003-07-17test grep -CPeter Valchev
2003-07-15move malloc0test.c to new subdir.Otto Moerbeek
ok tdeval@ millert@
2003-07-15Test if malloc() sets errno correctly if it returns NULL.Otto Moerbeek
ok tdeval@ henning@
2003-07-14improve test. fails with current codeMarco S Hyman
2003-07-13rcsidJason Wright
2003-07-13generate correct prototypesJason Wright
2003-07-13regression for the sign extended immediate variant (which helped me find ↵Jason Wright
ANOTHER bug).
2003-07-12try the supported immediate asi's, too.Jason Wright
2003-07-12flip through a few %asi values to make sure the right stuff is generatedJason Wright
2003-07-12cleaning and prototypesJason Wright
2003-07-12cleaning and prototypesJason Wright
2003-07-12simplistic regression tests for ldq/stqJason Wright
badfreg: attempts to execute invalid opcodes (invalid floating point regs) goodfreg: runs through all valid fp regs
2003-07-12add reg test properlyJason Wright
2003-07-11Illegal table definitions.Cedric Berger
2003-07-11More complete table definition.Cedric Berger
2003-07-11Better parsing and -v support for tables:Cedric Berger
- remove the tableaddrs and tableaddr yacc production and reuse host_list instead. - produce better error messages. - do not load addresses from external file when it is not required (like with -R option). - store initializers in a new node_tinit linked list before putting them into the address buffer (see next point). - add a new print_tabledef() function, which makes "pfctl -nvf" print something useful for table definitions, which in turn makes it possible to write better regress tests (see first chunk of the diff) and bring table definition consistant with other parsed rules. ok dhartmei@
2003-07-10Add sigmask testMarco S Hyman
2003-07-10Add test to ensure that a masked signal with a default action ofMarco S Hyman
terminate process doesn't terminate the process. It will until a libpthread fix is verify and commited.
2003-07-10unbreakJason Wright
2003-07-10extremely simplistic registered popc testJason Wright
2003-07-10ids and copyrightJason Wright
2003-07-10regression for emulation of POPC instruction (currently only the signJason Wright
extended immediate is tested)... register version in a bit.
2003-07-09Test host list concatenation (fail today).Cedric Berger
2003-07-08Give some feedback during the pthread_cond_timedwait testMarco S Hyman
2003-07-04test nat passHenning Brauer
2003-07-03some more regress tests for __bounded__Anil Madhavapeddy
2003-07-03enable tests for dynamic fwd via socks (-D), uses nc(1)Markus Friedl
2003-07-03add socks5; speedup; reformat; based on patch from dtucker@zip.com.auMarkus Friedl
2003-07-02use /dev/nullPeter Valchev