Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-15 | regression for pthread version of closefrom | Marco S Hyman | |
2004-01-15 | Add a new regression test, which checks that we handle fp overflow correctly, | Miod Vallat | |
and produce a correct infinity. Currently, this tests fails on 68060 (060sp is to blame) and 88100 processors, and maybe more. | |||
2004-01-15 | add simple systrace regresssion test | Nikolay Sturm | |
from provos@/NetBSD ok henning@ | |||
2004-01-14 | regen; qid change. | Kenjiro Cho | |
2004-01-13 | don't delete thyself when running without obj/ ; ok markus@ | Damien Miller | |
2004-01-08 | Update regression test to match current library semantics. A select | Marco S Hyman | |
is supposed to fail with EBADF if another thread closes the fd/socket that is being selected. | |||
2004-01-06 | Add tests for interface->address translation in userland and in the kernel. | Cedric Berger | |
2004-01-05 | regress test for kqueue+EOF; marius aamodt eriksen | Markus Friedl | |
2004-01-03 | Do not use (self) in pfload regress tests, it makes result config-dependant. | Cedric Berger | |
Found by David Krause, analyzed by Ryan McBride. | |||
2003-12-31 | Test new interface syntax. | Cedric Berger | |
2003-12-31 | Sync after interface improvements. | Cedric Berger | |
2003-12-30 | destroy on tun works now, so destroy the tun nterfaces we created for the | Henning Brauer | |
tests after we're done | |||
2003-12-28 | Add a few test cases. | Otto Moerbeek | |
ok ian@ | |||
2003-12-26 | Do not run the ld.so regression test on static arches. | Miod Vallat | |
2003-12-25 | Test a large negative malloc value as well. | Miod Vallat | |
2003-12-23 | Use getopt(3) correctly. | Miod Vallat | |
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-16 | Test src.track timeout. | Ryan Thomas McBride | |
2003-12-16 | Test source-tracking syntax. | Ryan Thomas McBride | |
2003-12-16 | becuase | Theo de Raadt | |
2003-12-16 | Test setting hostid. | Ryan Thomas McBride | |
2003-12-16 | Test failure of attempt to set hostid to 0. | Ryan Thomas McBride | |
2003-12-15 | Test for <port_a>:<port_b> syntax outside of rdr. | Ryan Thomas McBride | |
2003-12-15 | Regression test for PR 2450. | Otto Moerbeek | |
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-07 | destroy, not delete tunXX | Markus Friedl | |
2003-12-07 | - use tun98 and tun99 and not interfere with existing tun(4) | Markus Friedl | |
- use IPs from the example rage - destroy tun98/99 after the test - test all of select/poll and kqueue ok deraadt | |||
2003-12-06 | Add test for pattern containing multiple dots (PR 3597). | Otto Moerbeek | |
2003-12-06 | don't create/destroy interfaces in obj, clean and cleandir | Nikolay Sturm | |
eases source updates from pre-cloning ok henning@ | |||
2003-12-05 | lo1, tun0, tun1 don't exist any more. thus, create the interfaces we need for | Henning Brauer | |
regress purposes before starting and destroy them afterwards. lo1 -> lo1000000 tun0 -> tun1000000 tun1 -> tun1000001 ok markus@ | |||
2003-12-02 | delete nasty mickey change | Theo de Raadt | |
2003-12-02 | Test long var names. | Otto Moerbeek | |
2003-12-02 | tun(4) select+kq tests from Christopher Maxwell <cmaxwell@themanor.net> w/ ↵ | Michael Shalayeff | |
little mods of mine | |||
2003-12-01 | Test extended registers. | Otto Moerbeek | |
2003-11-27 | openbsd tag | Marco S Hyman | |
2003-11-27 | Reduce iterations so test runs faster. | Marco S Hyman | |
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-10 | Add 'no-sync' to regression tests. | Ryan Thomas McBride | |
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-06 | antispoof with ipless interface | Henning Brauer | |
2003-11-04 | Test r operator. | Otto Moerbeek | |