summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2004-02-04Test ^ and $ in -w mode; currently fails. Fix awaiting approval...Todd C. Miller
2004-02-03adding tests after fixing bugs to prevent them from reapperaing gives extraHenning Brauer
karma points: tag macro expansion
2004-02-03you shall not forget committing regress fixes after fixing a bugHenning Brauer
do not test for the questionable epxansion pfctl did with half IPs
2004-01-31Simple unaligned-pc ptrace evil test.Miod Vallat
Code initially for sparc from Mark Kettenis, KNF and other architectures snippets by yours truly. Regress at your own risc on sparc and m68060 for now.
2004-01-29Add fifofs regress (currently fails)Todd C. Miller
2004-01-29Add copyright, remove old test results from a comment and enhanceTodd C. Miller
compilation on FreeBSD and NetBSD.
2004-01-29Simple FIFO regress for O_RDWR using poll, read and write.Todd C. Miller
2004-01-26if one destroy fails, keep trying the othersTheo de Raadt
2004-01-26don't create/destroy interfaces in depend or regressDavid Krause
stops interfaces from being created/destroyed out of order ok dhartmei@ henning@
2004-01-25Add missing REGRESS_TARGETS for t15 and t16Todd C. Miller
2004-01-25Two more tests; based on a failure Matthieu found with my firstTodd C. Miller
first for grep -w.
2004-01-21fix MakefileDavid Krause
ok millert@
2004-01-20Add strptime regress from NetBSD; OK miod@ after un-peeing.Todd C. Miller
2004-01-19test taken from /usr/include/db.hMarc Espie
ok millert@
2004-01-18add regression tests for /dev/ptm.Bob Beck
ok deraadt@
2004-01-16Test more ways of producing a positive infinity, and then test negativeMiod Vallat
infinity as well to prevent entropy leak; the usual suspects still fail all tests.
2004-01-15regression for pthread version of closefromMarco S Hyman
2004-01-15Add 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-15add simple systrace regresssion testNikolay Sturm
from provos@/NetBSD ok henning@
2004-01-14regen; qid change.Kenjiro Cho
2004-01-13don't delete thyself when running without obj/ ; ok markus@Damien Miller
2004-01-08Update regression test to match current library semantics. A selectMarco S Hyman
is supposed to fail with EBADF if another thread closes the fd/socket that is being selected.
2004-01-06Add tests for interface->address translation in userland and in the kernel.Cedric Berger
2004-01-05regress test for kqueue+EOF; marius aamodt eriksenMarkus Friedl
2004-01-03Do not use (self) in pfload regress tests, it makes result config-dependant.Cedric Berger
Found by David Krause, analyzed by Ryan McBride.
2003-12-31Test new interface syntax.Cedric Berger
2003-12-31Sync after interface improvements.Cedric Berger
2003-12-30destroy on tun works now, so destroy the tun nterfaces we created for theHenning Brauer
tests after we're done
2003-12-28Add a few test cases.Otto Moerbeek
ok ian@
2003-12-26Do not run the ld.so regression test on static arches.Miod Vallat
2003-12-25Test a large negative malloc value as well.Miod Vallat
2003-12-23Use getopt(3) correctly.Miod Vallat
2003-12-17Extra regression test (mostly string handling). With kind permission fromOtto Moerbeek
the author, Kevin Quick <quick at null dot net>. Let's all sing along!
2003-12-16Test src.track timeout.Ryan Thomas McBride
2003-12-16Test source-tracking syntax.Ryan Thomas McBride
2003-12-16becuaseTheo de Raadt
2003-12-16Test setting hostid.Ryan Thomas McBride
2003-12-16Test failure of attempt to set hostid to 0.Ryan Thomas McBride
2003-12-15Test for <port_a>:<port_b> syntax outside of rdr.Ryan Thomas McBride
2003-12-15Regression test for PR 2450.Otto Moerbeek
2003-12-09Towers of Hanoi regression test.Otto Moerbeek
BSD license with permission from author Amit Singh <amit_s at acm dot org>.
2003-12-09Towers of Hanoi regression test.Otto Moerbeek
BSD license with permission from author Amit Singh <amit_s at acm dot org>.
2003-12-07destroy, not delete tunXXMarkus 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-06Add test for pattern containing multiple dots (PR 3597).Otto Moerbeek
2003-12-06don't create/destroy interfaces in obj, clean and cleandirNikolay Sturm
eases source updates from pre-cloning ok henning@
2003-12-05lo1, tun0, tun1 don't exist any more. thus, create the interfaces we need forHenning Brauer
regress purposes before starting and destroy them afterwards. lo1 -> lo1000000 tun0 -> tun1000000 tun1 -> tun1000001 ok markus@
2003-12-02delete nasty mickey changeTheo de Raadt
2003-12-02Test long var names.Otto Moerbeek
2003-12-02tun(4) select+kq tests from Christopher Maxwell <cmaxwell@themanor.net> w/ ↵Michael Shalayeff
little mods of mine