summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2003-09-05no longer warn on '0' bound size, add new test for the negative caseAnil Madhavapeddy
2003-09-02add missing includesDavid Krause
ok deraadt@ tedu@ dhartmei@ krw@
2003-09-02add t5 to the clean targetDavid Krause
ok deraadt@
2003-09-02Run a complete test again all trap vectors - this passes now.Miod Vallat
2003-09-01A simple regression test to catch which trap vectors, when invoked fromMiod Vallat
userland, will spank the mvme88k kernel by mistake. The test does not trigger the deadly ones, yet.
2003-08-24syncCedric Berger
2003-08-24syncCedric Berger
2003-08-20perhaps we should better test operator clue instead...Henning Brauer
2003-08-20syncHenning Brauer
2003-08-20regenHenning Brauer
2003-08-20syncHenning Brauer
2003-08-20test invalid priorities fro CBQ and PRIQHenning Brauer
2003-08-19X should have R; deraadt, so now the page is in one of three states: none, ↵Jason Wright
X|R, W|R at all times.
2003-08-19Keep the permissions on the page we're messing with as strict as possibleJason Wright
(ie. W^X semantics). based on discussion with Theo.
2003-08-19cleaning... I'm done, I swear.Jason Wright
2003-08-19flush instruction cache nicelyJason Wright
2003-08-19replace the brain dead perl implementation with an devious C implementationJason Wright
(based on discussion with drahn... insanity is all mine tho =)
2003-08-15remove extra \n in {warn,err}{,x} callsTheo de Raadt
2003-08-10Skip t12 for ed(1) style patches, including cleanup.Otto Moerbeek
ok millert@
2003-08-10New regression case and some minor Makefile cleanup.Otto Moerbeek
ok millert@
2003-08-09syncCedric Berger
2003-08-07Two new regressions concerning detection of already applied patches.Otto Moerbeek
ok millert@
2003-08-06don't repeat the numeric frequency 10 times... use a #defineJason Wright
2003-08-06- fix makefile targets so c++ targets do get checked correctlyAnil Madhavapeddy
- update sscanf-cpp regress results to current error format - add checks for variable length arrays to make sure they are ignored
2003-08-06syncHenning Brauer
2003-08-04syncHenning Brauer
2003-08-02add missing includesDavid Krause
ok deraadt@ tedu@
2003-08-02pass correct argument to sigfillsetDavid Krause
ok deraadt@ tedu@
2003-08-01Big Step was too big - reintroduce skip step optimizations.Cedric Berger
2003-07-31add missing CLEANFILES; ok deraadt@David Krause
2003-07-31various cleanups; david says results are sameTheo de Raadt
2003-07-31do not do -Werror hereTheo de Raadt
2003-07-31enter libutilTheo de Raadt
2003-07-31go deeperTheo de Raadt
2003-07-31Enable diff and patch regressions.Otto Moerbeek
ok millert@
2003-07-31fix the licenseMichael Shalayeff
2003-07-29Big SyncCedric Berger
2003-07-29Sync with skip step optimisation.Cedric Berger
2003-07-22Allow user to override default version of patch used; otto@ OKTodd C. Miller
2003-07-22Also test ed(1) style patches.Otto Moerbeek
ok millert@
2003-07-22A set of regressions for patch(1). Currently it consists of twoOtto Moerbeek
cases dealing with invalid line numbers in the patch files. ok millert@
2003-07-22A 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-21Two new regressions. t12 fails currently.Otto Moerbeek
ok millert@
2003-07-19Actually, this shows the problem.Cedric Berger
2003-07-19Verify that no skip step apply to theses rules for the source address.Cedric Berger
This actually uncovers a little buglet in skip steps calculation.
2003-07-19Skip step optimization involving dynaddr, tables, no-route.Cedric Berger
Optimisation should be done on theses rules.
2003-07-19regress test for sftp arguments with escaped quotes; ok markusDamien Miller
2003-07-17A 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-17test -fPeter Valchev
2003-07-17test grep -CPeter Valchev