Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-19 | regress test for sftp arguments with escaped quotes; ok markus | Damien Miller | |
2003-07-17 | A 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-17 | test -f | Peter Valchev | |
2003-07-17 | test grep -C | Peter Valchev | |
2003-07-15 | move malloc0test.c to new subdir. | Otto Moerbeek | |
ok tdeval@ millert@ | |||
2003-07-15 | Test if malloc() sets errno correctly if it returns NULL. | Otto Moerbeek | |
ok tdeval@ henning@ | |||
2003-07-14 | improve test. fails with current code | Marco S Hyman | |
2003-07-13 | rcsid | Jason Wright | |
2003-07-13 | generate correct prototypes | Jason Wright | |
2003-07-13 | regression for the sign extended immediate variant (which helped me find ↵ | Jason Wright | |
ANOTHER bug). | |||
2003-07-12 | try the supported immediate asi's, too. | Jason Wright | |
2003-07-12 | flip through a few %asi values to make sure the right stuff is generated | Jason Wright | |
2003-07-12 | cleaning and prototypes | Jason Wright | |
2003-07-12 | cleaning and prototypes | Jason Wright | |
2003-07-12 | simplistic regression tests for ldq/stq | Jason Wright | |
badfreg: attempts to execute invalid opcodes (invalid floating point regs) goodfreg: runs through all valid fp regs | |||
2003-07-12 | add reg test properly | Jason Wright | |
2003-07-11 | Illegal table definitions. | Cedric Berger | |
2003-07-11 | More complete table definition. | Cedric Berger | |
2003-07-11 | Better 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-10 | Add sigmask test | Marco S Hyman | |
2003-07-10 | Add test to ensure that a masked signal with a default action of | Marco S Hyman | |
terminate process doesn't terminate the process. It will until a libpthread fix is verify and commited. | |||
2003-07-10 | unbreak | Jason Wright | |
2003-07-10 | extremely simplistic registered popc test | Jason Wright | |
2003-07-10 | ids and copyright | Jason Wright | |
2003-07-10 | regression for emulation of POPC instruction (currently only the sign | Jason Wright | |
extended immediate is tested)... register version in a bit. | |||
2003-07-09 | Test host list concatenation (fail today). | Cedric Berger | |
2003-07-08 | Give some feedback during the pthread_cond_timedwait test | Marco S Hyman | |
2003-07-04 | test nat pass | Henning Brauer | |
2003-07-03 | some more regress tests for __bounded__ | Anil Madhavapeddy | |
2003-07-03 | enable tests for dynamic fwd via socks (-D), uses nc(1) | Markus Friedl | |
2003-07-03 | add socks5; speedup; reformat; based on patch from dtucker@zip.com.au | Markus Friedl | |
2003-07-02 | use /dev/null | Peter Valchev | |
2003-07-02 | grep | Peter Valchev | |
2003-07-02 | add grep regression tests suite, a few ideas from millert incorporated | Peter Valchev | |
2003-07-01 | Do not try unversioned lib tests on a.out | Niklas Hallqvist | |
2003-07-01 | try to vary physical directory layout of the libdir. | Niklas Hallqvist | |
Catches case spotted by Dale. | |||
2003-07-01 | A regression test for checking that dlopen prefers the correct shared library | Niklas Hallqvist | |
2003-06-26 | various regression tests for -Wbounded | Anil Madhavapeddy | |
2003-06-26 | fix rcsid | David Krause | |
2003-06-26 | test -D with socks; dtucker@zip.com.au | Markus Friedl | |
2003-06-21 | missing $SUDO; from dtucker@zip.com.au | Markus Friedl | |
2003-06-19 | the test depend on ${PROG}; noticed by david@, mickey@ | Markus Friedl | |
2003-06-19 | I'm a dork. | Henning Brauer | |
probably noticed by many but pointed out by david. | |||
2003-06-19 | free memory allocated by asprintf; ok marco | Peter Valchev | |
2003-06-18 | regen, my bad | Henning Brauer | |
2003-06-18 | addr expansion in labels and the no-route case | Henning Brauer | |
2003-06-18 | not only I am sick and tired of this cryptic bullshit debugging-style | Henning 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-18 | try to prevent a deja-vue with this just fixed bug later by testing testing | Henning Brauer | |
testing testing | |||
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-16 | use bsd.regress.mk | Markus Friedl | |