summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Collapse)Author
2007-11-27typos; ok jmc@Martynas Venckus
sys/dev/pci/pciide.c from naddy@
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-25more existant -> existent, from Martynas Venckus;Jason McIntyre
pfctl changes: ok henning ssh changes: ok deraadt
2007-11-06Add testcases for switch. ok otto@Stefan Kempf
2007-10-30don't use intermediate target (a.out) in multiple targetsOtto Moerbeek
2007-10-29Add simple regress test for LocalCommand; ok djm@Darren Tucker
2007-10-26remove "echo -E" crap that I added in last commit and use printf(1) forDamien Miller
cases where we strictly require echo not to reprocess escape characters.
2007-10-24comprehensive tests for sftp escaping its interaction with globbing;Damien Miller
ok dtucker@
2007-10-22Only test one condition per invocation flavour, instead of testing allMiod Vallat
of them with exceptions disabled and then only one with exceptions enabled. ok kettenis@
2007-10-20Give more details on failure.Miod Vallat
2007-10-20Make this work on 64 bit platforms by using strlen() instead of sizeof()...Miod Vallat
worked by accident.
2007-10-20oops, too much copying from select(2) manualJacob Meuser
noticed by and fix from deanna@, thanks
2007-10-19fix off by ones in the AUDIO_GET[PR]RINFO testsJacob Meuser
2007-10-16make it digestable by ccomOtto Moerbeek
2007-10-16+= and sign extend problemOtto Moerbeek
2007-10-15Add new "reached end of file while parsing quoted string" as expectedHans-Joerg Hoexer
error message.
2007-10-14regression test for include directive (if anyone has a better way to doTheo de Raadt
this messy include file copy, let me know)
2007-10-13we decided numbers used as strings is wrongTheo de Raadt
2007-10-13Do not attempt to work on more than SHMMAXPGS pages, makes this run unmodifiedMiod Vallat
on vax.
2007-10-09New OpenCVS regression tests.Tobias Stoeckmann
OK niallo@, xsa@
2007-10-08attribute packed -> __packedGilles Chehade
OK millert
2007-10-07and reorg this tree as wellOtto Moerbeek
2007-10-05typoOtto Moerbeek
2007-10-05basic tests now work, including those that should failOtto Moerbeek
2007-10-05typoOtto Moerbeek
2007-10-05work in obj dirOtto Moerbeek
2007-10-05more regress scaffoldingOtto Moerbeek
2007-10-05fix by actually using pccOtto Moerbeek
2007-10-03add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and theJacob Meuser
data structure these ioctls use, audio_bufinfo. these ioctls return information about the play and record buffers into the audio_bufinfo structure. these are being added to aid in porting non-native audio applications and libraries, and to fix issues in our OSS audio emulation. these ioctls exist only on OpenBSD and should not be used in code intended for distribution. ok ratchov
2007-09-30compare of constants outside type rangeOtto Moerbeek
2007-09-30test case involving superfluous type warnings involving enumsOtto Moerbeek
2007-09-26more minimal exampleOtto Moerbeek
2007-09-26two more test casesOtto Moerbeek
2007-09-24another init problemOtto Moerbeek
2007-09-24newly discovered init problemOtto Moerbeek
2007-09-23Allow numbers to be used as unquoted strings again.Marco Pfatschbacher
While there, also restrict the use of concatenated, unquoted strings for variable assignments only. Eyeballed by markus@, OK henning@
2007-09-21already fixed include problemOtto Moerbeek
2007-09-21add the other case Ted mentionedOtto Moerbeek
2007-09-21two know failures of pccOtto Moerbeek
2007-09-20some initial regress bits for opencvs. not expected to pass just yet.Niall O'Higgins
ok joris@ ray@ xsa@
2007-09-19Fix and re-enable tests for interface->address translation.Marco Pfatschbacher
OK henning
2007-09-19Add a few "flags any" and "no state" to have the rulesetsMarco Pfatschbacher
match against the old checksums again.
2007-09-19pfctl seems to report errors when accessing empty tables,Marco Pfatschbacher
in a different manner now. Use "-T show" now. OK henning
2007-09-19"flags S/SA keep state" is the default nowMarco Pfatschbacher
OK henning
2007-09-19Adopt 14 altq tests to the change of the queue output format.Marco Pfatschbacher
OK henning
2007-09-19This got broken when a second pool (pfrkentry2) was addedMarco Pfatschbacher
for source-tracking support about 3 years ago. OK henning
2007-09-19Remove "localhost" from the table test, since the result is dependentMarco Pfatschbacher
on the resolver. In some enviroments you'll get an AAAA for it, in others you won't. Testing the resolver isn't really the intention of this test anyway. OK henning
2007-09-19permit this to compile with gcc 2.xTodd T. Fries
ok cloder@
2007-09-17Add a test for .BEGIN/.END keywordsMarc Espie
2007-09-12fix format strings, sizeof() does not return an intOtto Moerbeek