summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2016-09-25Adapt more places where binutils-2.17 has changed the format of theAlexander Bluhm
2016-09-25add ulOtto Moerbeek
2016-09-24On sparc64 we need "retl" not "ret" to do an immediate return.Mark Kettenis
2016-09-24recpect W^X, sparc64 still has a problem: non-exec mmap: executeOtto Moerbeek
2016-09-24Format of warning messages has changed in binutils-2.17. RemoveAlexander Bluhm
2016-09-23Check wether sudo or doas is working once at the beginning of theAlexander Bluhm
2016-09-23Remove leftovers from relayd tests.Alexander Bluhm
2016-09-23Making the regress target depends on building PROG.Alexander Bluhm
2016-09-23Zap mquery test for goodOtto Moerbeek
2016-09-23Zap. Has been disabled for a long time and makes unholy assumptions aboutOtto Moerbeek
2016-09-23Add dependencies to build the required test tools for mandoc onAlexander Bluhm
2016-09-23The TCP socket buffer size for syslogd has changed. Adapt testsAlexander Bluhm
2016-09-22Call setsockopt(2) before listen(2) in relayd tests and adjust someAlexander Bluhm
2016-09-21Fix a race in test. Wait until the process shown by ps is reallyAlexander Bluhm
2016-09-21disable tests for affirmative negated match after backout ofDamien Miller
2016-09-21Use /dev/console as a template for the pseudo tty, stdin may be notAlexander Bluhm
2016-09-21Test syslogd TLS client certificate validation.Alexander Bluhm
2016-09-21Enter rtableMartin Pieuchot
2016-09-21Test ART implementation by default.Martin Pieuchot
2016-09-21set BIOCIMMEDIATE, makes the test work for lo0, which does more bufferingOtto Moerbeek
2016-09-21test all the AuthorizedPrincipalsCommand % expansionsDamien Miller
2016-09-20To make debugging the kqueue test easier, always print the assertionAlexander Bluhm
2016-09-20switch master & slave; prompted by bluhm@Otto Moerbeek
2016-09-20don't depend on /dev/tty, in bluhm's framework there is no such thingOtto Moerbeek
2016-09-18The libedit regress tests require header files generated during theAlexander Bluhm
2016-09-18Test should print SKIPPED if a package is missing.Alexander Bluhm
2016-09-16add a note on kexfuzz' limitationsDamien Miller
2016-09-16fix for newer modp DH groups (diffie-hellman-group14-sha256 etc)Damien Miller
2016-09-14Use diff -u instead of diff. It's a bit easier to see what's wrong.Theo Buehler
2016-09-14calendar regress from Andy Bradford.Todd C. Miller
2016-09-14Improve test coverage of ssh-keygen -T a bit.Darren Tucker
2016-09-13First stab at acme-client regress test.Florian Obser
2016-09-12Add testcase for ssh-keygen -j, -J and -K options for moduli screening.Darren Tucker
2016-09-10Cleanup commented lines, and only print the DN of entriesLandry Breuil
2016-09-10Improve Makefile by using ${.OBJDIR} and stop creating files inLandry Breuil
2016-09-08fix test after the errno reshuffle; ok swarsche@Otto Moerbeek
2016-09-07add objdir to fix regress testVincent Gross
2016-09-06These tests didn't work without setting READLINE because we don'tIngo Schwarze
2016-09-06remove test programs for the audio driver, as we've betterAlexandre Ratchov
2007-07-06regression test for AUDIO_GETINFO/AUDIO_SETINFO ioctlsJacob Meuser
2003-02-01audio encoding testerJason Wright
2016-09-05Big refactoring in main(), simplify the invocation syntax.Vincent Gross
2016-09-05ldapd regress is creating files during make obj; comment out until fixedTheo de Raadt
2016-09-05Enable mbrtowc(3) and wcrtomb(3) tests now that mbsinit(3) works.Ingo Schwarze
2016-09-05Add a regress target so that a recursive "make regress" also buildsAlexander Bluhm
2016-09-05link ldapd regress to the buildLandry Breuil
2016-09-05Add purge to the all: target and comment out cpan for nowLandry Breuil
2016-09-04Link isakmpd regress to the build.Alexander Bluhm
2016-09-04When passing the (1ULL << 32) to EV_SET, it gets casted to __uintptr_t.Alexander Bluhm
2016-09-04Fix use after freeMike Belopuhov