summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2003-11-17Test new boolean operators and relational operators in arbitrary expressions.Otto Moerbeek
2003-11-17Test drop ('R').Otto Moerbeek
2003-11-14Tests for new boolean operations.Otto Moerbeek
2003-11-13Fix print testOtto Moerbeek
2003-11-11Add test for some non-portable syntactic sugar.Otto Moerbeek
2003-11-11Test print statement.Otto Moerbeek
2003-11-10Add 'no-sync' to regression tests.Ryan Thomas McBride
2003-11-07adress -> 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-06Test #, n, and a.Otto Moerbeek
2003-11-06antispoof with ipless interfaceHenning Brauer
2003-11-04Test r operator.Otto Moerbeek
2003-11-04old __syscall test is really a wait() testMichael Shalayeff
2003-11-04a simpler test for __syscall args alignmentMichael Shalayeff
2003-11-01some floor() testMichael Shalayeff
2003-10-22Test J also with extended comparison ops.Otto Moerbeek
2003-10-22Regressions for if ... else.Otto Moerbeek
2003-10-22Regressions for new extended comparison operators.Otto Moerbeek
2003-10-21Add regressions for assignment opsOtto Moerbeek
2003-10-19Regressions for 'for' statement with empty E's.Otto Moerbeek
2003-10-18Regressions for continue.Otto Moerbeek
2003-10-18Regression test for J and M.Otto Moerbeek
2003-10-11Test missing banner file, suppression of banner with ssh -q, check returnDarren Tucker
code from ssh. ok markus@
2003-10-07add a few regression tests for the recently fixed md functionsAnil Madhavapeddy
2003-10-07more sftp quoting regress tests; ok markusDamien Miller
2003-10-07Test SSH2 banner. ok markus@Darren Tucker
2003-09-26Enable dc(1) and bc(1) regressionsOtto Moerbeek
2003-09-25make sure to not overflow the label; from Charles Blundell <cb@netbsd.org>Michael Shalayeff
2003-09-25A set of regression tests for bc(1).Otto Moerbeek
2003-09-23add support for poll(2); ok deraadtMarkus Friedl
2003-09-22Say where the output of this test (the Jabberwocky poem) is coming from.Otto Moerbeek
2003-09-21A set of regressions for dc(1).Otto Moerbeek
2003-09-18from marc:Henning Brauer
brad@ reported that the libpthread execve regression test failed on alpha and macppc. The test was somewhat bogus and depended upon the compiler picking the global when a global and local were named the same. Anyway, this patch should fix it. Tested on Henning's alpha (bet he forgot he gave me an account :-), i386, and sparc64.
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