summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2017-03-06Use an unsigned loop variable to avoid a comparison between signedAlexander Bluhm
2017-03-06Using .Nd only makes sense in the NAME section.Ingo Schwarze
2017-03-06URIs need different escaping; reported by reyk@Ingo Schwarze
2017-03-05first batch of -T markdown testsIngo Schwarze
2017-03-05Infrastructure for -T markdown tests.Ingo Schwarze
2011-12-04test some simple macros; written while working on -TmanIngo Schwarze
2017-03-05Add an initial regress test that covers the server-side of libssl, byJoel Sing
2017-03-04Treat "ERROR in STARTUP" as an actual error, rather than failing withoutJoel Sing
2017-03-04Remove commented out code and fix indentation of surrounding statements.Joel Sing
2017-03-04Remove handling for SSLv2.Joel Sing
2017-03-03Do not use an obsolete copy of a Perl module from CPAN for testing.Alexander Bluhm
2017-03-03Ensure MD and key initialized before processing HMACKinichiro Inoguchi
2017-03-01Print message why tests are skipped.Alexander Bluhm
2017-03-01Add EVP test for MD5-SHA1.Joel Sing
2017-03-01Avoid warnings from ssh -t, check remote SUDO at beginning.Alexander Bluhm
2017-03-01Print SKIPPED if the architecture dependent regression tests areAlexander Bluhm
2017-03-01Use consistent address schema with local and remote machine. FillAlexander Bluhm
2017-02-28IPv6 packets with routing header 0 are dropped by pf, but answeredAlexander Bluhm
2017-02-28Fragment reassembly code exists in pf and network stack. To testAlexander Bluhm
2017-02-28Reflect recent net/route.c change. Adding a conflicting route noMartin Pieuchot
2017-02-27This test cannot pass while pf on localhost filters packets statefully.Alexander Bluhm
2017-02-27Do not turn on pf in a regression test, require that it has beenAlexander Bluhm
2017-02-27Add IPsec tests for ipip encapsulation.Alexander Bluhm
2017-02-25Add missing includes to avoid implicit function declarations.Jonathan Gray
2008-01-02regression test for lazy binding.Matthieu Herrb
2017-02-23Check return value of every BN_* functions in bntestKinichiro Inoguchi
2017-02-22ldapd regress tests depends on openldap-client, checkGleydson Soares
2017-02-22Enable semarie's sendrecvfd testsTheo Buehler
2017-02-22Add regress tests for fd passing and pledge. Check sending and receivingTheo Buehler
2017-02-21Remove SUDO=doas in regress Makefile. The test developer must notAlexander Bluhm
2017-02-21Make test_request_tty() also pass in environments without tty by opening aTheo Buehler
2017-02-19re-enable generic pledge testsTheo Buehler
2017-02-19Clean up regress/sys/kern/pledge/generic tests: many tests failed becauseTheo Buehler
2017-02-19add test cases for C locale; ok schwarze@Damien Miller
2017-02-18Add a regress test for the chflags problem analogous to the chmod bugTheo Buehler
2017-02-17Use typographic quotes rather than '"' for .Rs %T (no change for -TasciiIngo Schwarze
2017-02-17Many people have been complaining for a long time that ``...'' looksIngo Schwarze
2017-02-17more tests for .IP/.nf interaction that i forgot to commitIngo Schwarze
2017-02-17Add tests for chmod's interaction with symlinks: missing tests for -h andTheo Buehler
2017-02-16Fix type of argv. Found by clang.Patrick Wildt
2017-02-16Surprisingly, groff does not support scaling units in .Bl -columnIngo Schwarze
2017-02-16cope with macro value sorting implemented in dba.c rev. 1.6Ingo Schwarze
2017-02-16Fix block scoping error if an explicit block is broken by twoIngo Schwarze
2017-02-13Test IPsec with AH the same way it is already done for ESP.Alexander Bluhm
2017-02-12Do not access a NULL pointer if a matrix or square root are empty.Ingo Schwarze
2015-01-01eqn(7) testsIngo Schwarze
2017-02-11new regression tests for mdoc_macro.c revs. 1.167-1.172Ingo Schwarze
2017-02-11remove a few Mdocdate that snuck inIngo Schwarze
2017-02-10Create and connect to unix domain sockets on NFS mounted file system.Alexander Bluhm
2017-02-09Add defines that are needed to compile XS code with Perl 5.24.1.Alexander Bluhm