summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2004-10-19fix-up name of routine.Marc Espie
noticed by David Krause.
2004-10-19extra regression test: compute 500 digits of piOtto Moerbeek
2004-10-10a few cleanupsMichael Shalayeff
2004-10-10use sig_atomic_t instead of intMichael Shalayeff
2004-10-08shrink and tidy; ok dtucker@Damien Miller
2004-10-05Regress tests for pfctl -o rule reordering and duplicate rule removal.Ryan Thomas McBride
2004-10-03new regressions, based on PR 3940Otto Moerbeek
2004-10-01First pass at doing regress tests on the optimizer (pfctl -o).Ryan Thomas McBride
Still need to add some more input files to test specific corner cases.
2004-10-01sync with change to print the invalid hostmask when refusing; ok mcbride@David Krause
2004-09-30update for recent anchor change; ok jaredy@ henning@ mcbride@David Krause
2004-09-24simple route regress testMarkus Friedl
2004-09-21Basic tests for new "no scrub" functionality.Aaron Campbell
2004-09-18regress for 'z' and 't' modifiersOtto Moerbeek
2004-09-16Test ll's with positional args.Otto Moerbeek
2004-09-16new regression found in the wild: 1099512676352 -> 2.0T; fixed a minute ago.Otto Moerbeek
2004-08-30Use CMSG_SPACE when allocating space for the control message.Todd C. Miller
Fixes a bogus regression on sparc64. OK henning@
2004-08-13When running regex regress build a private copy with REDEBUG enabled.Todd C. Miller
That way we get the asserts enabled.
2004-08-13More nasty cases involving back references.Otto Moerbeek
2004-08-08check for variable sized array in format argumentsAnil Madhavapeddy
2004-08-07update policy for libc changes (getrlimit)marius eriksen
found by and ok david@
2004-08-05Be nice to poor people with small machines and low limits.Artur Grabowski
2004-08-05fix the perl to generate proper \n in the output.Artur Grabowski
2004-08-05Add signal-stress. Good luck.Artur Grabowski
2004-08-05A test that tests sends such a huge amount of signals that somethingArtur Grabowski
should happen if signal delivery is not robust.
2004-08-04Unbreak malloc0test for use with mmap malloc which allocates objectsOtto Moerbeek
in a non-contiguous manner. ok art@
2004-08-03Enable strtonum testOtto Moerbeek
2004-08-03strtonum(3) regression tests.Otto Moerbeek
2004-08-02A long time ago, the mquery API changed, however the regress was never updated.Dale Rahn
pointed out last week, and again today by art.
2004-07-28Add itimer.Artur Grabowski
2004-07-28Very crude tests that check that itimers are at least pretending to work.Artur Grabowski
2004-07-28Remove statement with no effect.Todd C. Miller
2004-07-22Split and modify tests to prevent infinite loops on platforms with preciseMark Kettenis
floating-point exceptions like amd64. ok deraadt@, david@
2004-07-22Spell reserved correctly; ok from copyright holders when in licence blocks.Miod Vallat
2004-07-21need to include bsd.own.mk hereDavid Krause
2004-07-20add commented-out entries for currently disabled regress testsDavid Krause
2004-07-20if USE_GCC3, look in the right place for the sourcesDavid Krause
2004-07-20we can add the gnu directory to the regress build nowDavid Krause
2004-07-20comment out gcc,libiberty,libf2c regress tests until they are working rightDavid Krause
2004-07-16errno -> err in a structure. OK deraadt@David Krause
2004-07-14Back out bogus lib bump in regression tests. Changing the versionMarco S Hyman
numbers in a test that verifies version number handling is dumb. OK drahn@
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
2004-07-10update comment about disabled tests; ok marc@David Krause
2004-07-10add getopt_long regress; ok millert@David Krause
2004-07-09NOOBJ=1, needed since gcc-bounds was connected to regress, noticed by david@Anil Madhavapeddy
2004-07-09dejagnu hasn't been in ports/lang/egcs directory for a while now...David Krause
2004-07-09libiberty was moved from gnu/egcs to gnu/libDavid Krause
2004-07-09missing gcc2 outputs for:David Krause
regress check for macro presence/failure in bounded attrib declaration ok avsm@
2004-07-09add gcc-bounds directoryDavid Krause
2004-07-09if REGRESS_SKIP is defined, no need to also define REGRESS_SKIP_TARGETSDavid Krause
2004-07-09add a missing CLEANFILES used in the re-exec testDavid Krause