Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-25 | Add missing REGRESS_TARGETS for t15 and t16 | Todd C. Miller | |
2004-01-25 | Two more tests; based on a failure Matthieu found with my first | Todd C. Miller | |
first for grep -w. | |||
2004-01-19 | test taken from /usr/include/db.h | Marc Espie | |
ok millert@ | |||
2004-01-13 | don't delete thyself when running without obj/ ; ok markus@ | Damien Miller | |
2003-12-17 | Extra regression test (mostly string handling). With kind permission from | Otto Moerbeek | |
the author, Kevin Quick <quick at null dot net>. Let's all sing along! | |||
2003-12-09 | Towers of Hanoi regression test. | Otto Moerbeek | |
BSD license with permission from author Amit Singh <amit_s at acm dot org>. | |||
2003-12-09 | Towers of Hanoi regression test. | Otto Moerbeek | |
BSD license with permission from author Amit Singh <amit_s at acm dot org>. | |||
2003-12-06 | Add test for pattern containing multiple dots (PR 3597). | Otto Moerbeek | |
2003-12-02 | Test long var names. | Otto Moerbeek | |
2003-12-01 | Test extended registers. | Otto Moerbeek | |
2003-11-26 | Test reading uninitialized array locations. | Otto Moerbeek | |
2003-11-25 | test cipher speed for different hmac/cipher combinations. | Markus Friedl | |
disabled for now, use make LTESTS=cipher-speed t-cipher-speed to run the test | |||
2003-11-17 | Test new boolean operators and relational operators in arbitrary expressions. | Otto Moerbeek | |
2003-11-17 | Test drop ('R'). | Otto Moerbeek | |
2003-11-14 | Tests for new boolean operations. | Otto Moerbeek | |
2003-11-13 | Fix print test | Otto Moerbeek | |
2003-11-11 | Add test for some non-portable syntactic sugar. | Otto Moerbeek | |
2003-11-11 | Test print statement. | Otto Moerbeek | |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre | |
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@ | |||
2003-11-06 | Test #, n, and a. | Otto Moerbeek | |
2003-11-04 | Test r operator. | Otto Moerbeek | |
2003-10-22 | Test J also with extended comparison ops. | Otto Moerbeek | |
2003-10-22 | Regressions for if ... else. | Otto Moerbeek | |
2003-10-22 | Regressions for new extended comparison operators. | Otto Moerbeek | |
2003-10-21 | Add regressions for assignment ops | Otto Moerbeek | |
2003-10-19 | Regressions for 'for' statement with empty E's. | Otto Moerbeek | |
2003-10-18 | Regressions for continue. | Otto Moerbeek | |
2003-10-18 | Regression test for J and M. | Otto Moerbeek | |
2003-10-11 | Test missing banner file, suppression of banner with ssh -q, check return | Darren Tucker | |
code from ssh. ok markus@ | |||
2003-10-07 | more sftp quoting regress tests; ok markus | Damien Miller | |
2003-10-07 | Test SSH2 banner. ok markus@ | Darren Tucker | |
2003-09-26 | Enable dc(1) and bc(1) regressions | Otto Moerbeek | |
2003-09-25 | A set of regression tests for bc(1). | Otto Moerbeek | |
2003-09-22 | Say where the output of this test (the Jabberwocky poem) is coming from. | Otto Moerbeek | |
2003-09-21 | A set of regressions for dc(1). | Otto Moerbeek | |
2003-09-02 | add t5 to the clean target | David Krause | |
ok deraadt@ | |||
2003-08-10 | Skip t12 for ed(1) style patches, including cleanup. | Otto Moerbeek | |
ok millert@ | |||
2003-08-10 | New regression case and some minor Makefile cleanup. | Otto Moerbeek | |
ok millert@ | |||
2003-08-07 | Two new regressions concerning detection of already applied patches. | Otto Moerbeek | |
ok millert@ | |||
2003-07-31 | Enable diff and patch regressions. | Otto Moerbeek | |
ok millert@ | |||
2003-07-22 | Allow user to override default version of patch used; otto@ OK | Todd C. Miller | |
2003-07-22 | Also test ed(1) style patches. | Otto Moerbeek | |
ok millert@ | |||
2003-07-22 | A set of regressions for patch(1). Currently it consists of two | Otto Moerbeek | |
cases dealing with invalid line numbers in the patch files. ok millert@ | |||
2003-07-22 | A 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-21 | Two new regressions. t12 fails currently. | Otto Moerbeek | |
ok millert@ | |||
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-03 | enable tests for dynamic fwd via socks (-D), uses nc(1) | Markus Friedl | |