summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
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
2003-07-02grepPeter Valchev
2003-07-02add grep regression tests suite, a few ideas from millert incorporatedPeter Valchev
2003-07-01Do not try unversioned lib tests on a.outNiklas Hallqvist
2003-07-01try to vary physical directory layout of the libdir.Niklas Hallqvist
Catches case spotted by Dale.
2003-07-01A regression test for checking that dlopen prefers the correct shared libraryNiklas Hallqvist
2003-06-26various regression tests for -WboundedAnil Madhavapeddy
2003-06-26fix rcsidDavid Krause
2003-06-26test -D with socks; dtucker@zip.com.auMarkus Friedl
2003-06-21missing $SUDO; from dtucker@zip.com.auMarkus Friedl
2003-06-19the test depend on ${PROG}; noticed by david@, mickey@Markus Friedl
2003-06-19I'm a dork.Henning Brauer
probably noticed by many but pointed out by david.
2003-06-19free memory allocated by asprintf; ok marcoPeter Valchev
2003-06-18regen, my badHenning Brauer
2003-06-18addr expansion in labels and the no-route caseHenning Brauer
2003-06-18not only I am sick and tired of this cryptic bullshit debugging-styleHenning Brauer
printfs from the table code, no, of course one does not need to run regress tests when one does changes, why should one. "carrot in nose" applies, so better take care, cedric
2003-06-18try to prevent a deja-vue with this just fixed bug later by testing testingHenning Brauer
testing testing
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
where applicable.
2003-06-16use bsd.regress.mkMarkus Friedl