summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2019-01-17Test handling of escaped backslashes because the code related toIngo Schwarze
2019-01-11Remove the HTML title= attributes which harmed accessibility andIngo Schwarze
2019-01-07Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs features)Ingo Schwarze
2019-01-06Finally, represent the man(7) .PP and .HP macros by the naturalIngo Schwarze
2019-01-05In no-fill mode, avoid bogus blank lines in two situations:Ingo Schwarze
2019-01-05In groff, when the .SY block macro occurs in no-fill mode,Ingo Schwarze
2019-01-05Slowly start doing more HTML output tests, in this case for theIngo Schwarze
2019-01-04fix the dates that got broken by cvs commitIngo Schwarze
2019-01-04Test interaction of low-level roff(7) filling requests with .Bd in generalIngo Schwarze
2019-01-04test the roff(7) .ce and .rj requests;Ingo Schwarze
2019-01-01regress bits for banner processing refactor (this test was dependingDamien Miller
2018-12-31catch up with the changed order of warnings;Ingo Schwarze
2018-12-27ssh_packet_set_state() now frees ssh->kex implicitly, so don'tDamien Miller
2018-12-21Rename mandoc_getarg() to roff_getarg() and pass it the roff parserIngo Schwarze
2018-12-20Bugfix:Ingo Schwarze
2018-12-16make test output less uglyIngo Schwarze
2018-12-15Yet another round of improvements to manual font selection.Ingo Schwarze
2018-12-15Several improvements to escape sequence handling.Ingo Schwarze
2018-12-15remove unused and problematic sudo clean. ok espieTed Unangst
2018-12-07Test that "b" and "t" (branch) commands can be followed by a semicolonIngo Schwarze
2018-12-04Clean up the validation of .Pp, .PP, .sp, and .br. Make sure allIngo Schwarze
2018-12-03In the validators, translate obsolete macro aliases (Lp, Ot, LP, P)Ingo Schwarze
2018-12-03adapt to the change in mansearch.c rev. 1.62;Ingo Schwarze
2018-11-26When a conditional block is closed by putting "\}" on a text lineIngo Schwarze
2018-11-23Remove now-unneeded ifdef SIGINFO around handler since it is now alwaysDarren Tucker
2018-11-22Output info on SIGUSR1 as well as SIGINFO to resync with portable.Darren Tucker
2018-11-22Append pid to temp files in /var/run and set a cleanup trap for them.Darren Tucker
2018-11-12- Fix UTF-8 regression test when running with LC_{CTYPE,ALL}=C by settingMartijn van Duren
2018-11-06Regression test for UTF-8 separator for join(1).Martijn van Duren
2018-10-31UsePrivilegeSeparation no is deprecated, test "yes" and "sandbox".Darren Tucker
2018-10-23Add regression test for joining on NULL columns.Martijn van Duren
2018-10-18Enable regress tests testing the bugs reported inOtto Moerbeek
2018-10-17add some knobs:Damien Miller
2018-10-15Add join testsOtto Moerbeek
2018-10-15Basic set of tests taken from spec plus some extra. Extra ones are failingOtto Moerbeek
2018-10-02Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.Ingo Schwarze
2018-09-30For -w output in -m mode, tweak the handling of bytes that do notIngo Schwarze
2018-09-30fix the rest of the bug mitigated in the previous commit:Ingo Schwarze
2018-09-15Modify regress appstest.sh for interoperability testing with OpenSSL 1.1.xKinichiro Inoguchi
2018-09-14Add interoperability test mode for regress appstest.shKinichiro Inoguchi
2018-09-13missed a bit of openssl-1.0.x API in this unittestDamien Miller
2018-09-13use only openssl-1.1.x API here tooDamien Miller
2018-09-12Include certs with multiple RSA signature variants in test dataDamien Miller
2018-09-12test revocation by explicit hash and by fingerprintDamien Miller
2018-09-12s/sshkey_demote/sshkey_from_private/gDamien Miller
2018-09-08Fix indent and adjust line fit to 80 columns.Kinichiro Inoguchi
2018-09-08Split test blocks into a function. Test contents are not changed.Kinichiro Inoguchi
2018-09-08Test more ciphers and randomize the order in regress appstest.shKinichiro Inoguchi
2018-09-07tests all available TLSv1.2 ciphersKinichiro Inoguchi
2018-08-27Add protocol and cipher patterns in regress appstest.shKinichiro Inoguchi