summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2009-11-21Add a (hopefully) comprehensive regression test of how stdio functionsPhilip Guenthe
affect stream orientation
2009-11-19Add regression tests for stdio threading. Originally by blambert withPhilip Guenthe
some further hacking by me
2009-11-16verify that fuzzy list stuff worksMarc Espie
2009-11-15tweakMarc Espie
2009-11-15add check for always-updateMarc Espie
2009-11-15repair things if dependencies existMarc Espie
2009-11-14more testsMarc Espie
2009-11-14more half-baked regress-targetsMarc Espie
2009-11-14forgotMarc Espie
2009-11-14add a collision-check, don't activate yet, need to understand whatMarc Espie
pkg_add should output, and fix it.
2009-11-14variables for concisionMarc Espie
2009-11-14add a somewhat icky test that will check that packages can represent fairlyMarc Espie
long file (and link) names correctly.
2009-11-14fix regress test (needs -F downgrade to be able to go back)Marc Espie
Introduce two scripts to make it easier to write a "full" scaffolding for further tests, to be used soonish...
2009-11-12respect the block size returned by the driverJacob Meuser
2009-11-11Regress for skipping evaluation of else-type conditional if previousFederico G. Schwindt
corresponding one evaluted to true. espie@ ok.
2009-11-09add regression test for ssh-keygen pubkey conversionsDarren Tucker
2009-11-03actual fixed tests.Marc Espie
2009-11-03Add some (currently failing) version number comparison tests.Stuart Henderson
ok espie@
2009-10-28Add the first batch of mandoc(1) regression tests, testing for a few bugsIngo Schwarze
fixed in 1.9.9 and some older, rather subtle issues in list displays. Directory layout and naming scheme was chosen such that later inclusion of tests for -man and -Thtml will not force us to rename everything, even though the layout might still seem a bit sparse right now. More tests will slowly be added while investigating and fixing issues.
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-10-22Apparently these didn't get checked in when I added the tests.Todd C. Miller
2009-10-14Add a test for the new -P option. ok espie@Stuart Henderson
2009-10-13Make sure we do not loop when allocating an extent region with EX_CONFLICTOKMiod Vallat
and the whole extent is used; the current code computations would wrap. Found the hard way by jsg@, fix discuss with kettenis@, and you get a regress test for free (which will spin if you compile it again an old subr_extent.c)
2009-10-08re-enable protocol v1 for the tests.Markus Friedl
2009-10-06Add OpenBSD tag to make syncs easierDarren Tucker
2009-10-06more updates for new pf with source-hash manually added toJonathan Gray
loaded output as it doesn't currently appear as it should. ok henning@
2009-09-24Update some more tests for new pf.Jonathan Gray
ok henning@
2009-09-24Remove some tests that are no longer relevant with the new pf.Jonathan Gray
ok henning@
2009-09-23sync with pfopt5.in correct comments regarding -N/-RJonathan Gray
2009-09-23More tweaks to try to catchup to recent pf changes.Jonathan Gray
pfopt5 part from sthen@ ok henning@ sthen@
2009-09-18Add regression test for overlapping allocation that should coallesce butMark Kettenis
currently doesn't.
2009-09-14doing numeric lookups without specifying an ai_socktype fails no longer.Claudio Jeker
Update the expected answers accordingly. Found by david, OK fgsch
2009-09-07implement binat-to as a macro-like rule: a rule using the new binat-toReyk Floeter
syntax will be expanded by the parser to a nat-to+rdr-to combination to be loaded into the kernel. this simplifies the migration from old binat rules and is less error-prone. feedback from many, manpage bits from jmc@ ok henning@
2009-09-03Adapt to new pfctl, remove use of -Fn and -snJonathan Gray
Thanks to phessler for pointing out that the show command was buried in '-gvvsn' ok henning
2009-09-03adapt to new pfJonathan Gray
ok henning
2009-09-03adapt to nat changesJonathan Gray
ok henning
2009-09-02convert a bunch of rdr/nat rules to the new syntaxJonathan Gray
Things still need to be changed for route-to/binat/command line options among other things. ok henning
2009-08-20fix one sftp -D ... => sftp -P ... conversion that I missed; from CarlosDamien Miller
Silva for Google Summer of Code
2009-08-13date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7Damien Miller
Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path", add "-P port" to match scp(1). Fortunately, the -P option is only really used by our regression scripts. part of larger patch from carlosvsilvapt@gmail.com for his Google Summer of Code work; ok deraadt markus
2009-08-13regression test for port number parsing. written as part of the a2portDamien Miller
change that went into 5.2 but I forgot to commit it at the time...
2009-08-04Add regress tests with IPv4 and IPv6 addresses for the srcid and/or dstid.Joel Sing
ok hshoexer@
2009-07-06don't test unspecified behavior per ISO C (section F.4). this madeMartynas Venckus
machines following IEC/IEEE for fp arith fail, since they take more care of overflowed value. failure on zaurus reported by david@. ok millert@
2009-06-30add "-o none" to pfctl call to prevent automatic table creation ofDavid Krause
multiple addresses which causes the test to fail; ok sthen@
2009-06-30update after the "reassemble tcp" fix (kernel/6178); ok sthen@David Krause
2009-06-26check that dumpdef still works after undefining macros, and not dumps core.Marc Espie
problem found by Philip Guenther.
2009-06-24fix this regression test; "reassemble tcp" should be in this locationStuart Henderson
in the output. this test currently fails; see kernel/6178
2009-06-21fix rcs ids. ok sthen@Martynas Venckus
2009-06-20Repair comment ID & typo, no binary changeIan Darwin
2009-06-09make the regress target build the program before using it.Peter Hessler
OK millert@, deraadt@
2009-06-09Update to handle the default resolv order behavior.Peter Hessler
Add a note that the regress depends on the "family" keyword in resolv.conf OK millert@, deraadt@