summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2016-09-29If a Makefile both defines SUBDIR and includes <bsd.regress.mk>,Ingo Schwarze
2016-09-29with commitids, status produces an extra line per revisionOtto Moerbeek
2016-09-29Fix testsOtto Moerbeek
2016-09-28Add a makefile rule to create the ssh library when regress needsAlexander Bluhm
2016-09-28The ldap regression test should behave more like the other tests.Alexander Bluhm
2016-09-28The tun interface has been renamed to tap(4). Adapt ospfd test.Alexander Bluhm
2016-09-28Do not close stdout when starting netcat, redirect to /dev/nullAlexander Bluhm
2016-09-28An unintened 65536 size change slipped in, revert to 65535Reyk Floeter
2016-09-28If stdout is not line buffered, messages got lost when assert() wasAlexander Bluhm
2016-09-28Fix length calculation of PACKET_IN (I forget the 10 byte packet_in header).Reyk Floeter
2016-09-28Bump buffer size to 64k, the max OFP packet sizeReyk Floeter
2016-09-28I wrote a perfect regress test: a test that never fails. CorrectlyReyk Floeter
2016-09-27Make sure that the regress target builds the libraries. Stop building aMark Kettenis
2016-09-27Adjusts some patterns, so that the warning messages ksh prints ifAlexander Bluhm
2016-09-27fix dependency, fixing regress if make regress is called with a clean objOtto Moerbeek
2016-09-27Modernize constructor test such that it builds again and enable it.Mark Kettenis
2016-09-26The gcc and libiberty regression tests seem to be broken since theAlexander Bluhm
2016-09-26Allow to run ssh regression tests as root. If the user is alreadyAlexander Bluhm
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