summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2017-03-20remove /usr/bin/time calls around tests, makes diffing test runs harder.Damien Miller
2017-03-14Add unit test for convtime().Darren Tucker
2017-03-14Add ASSERT_LONG_* helpers.Darren Tucker
2017-03-11regress tests for loading certificates without public keys;Damien Miller
2017-03-11test infinite recursion in eqn(7) "define" statementsIngo Schwarze
2017-03-11In markdown, autolinks are dangerous. Different compilers disagreeIngo Schwarze
2017-03-08Now that markdown output is tested for almost everything, test allIngo Schwarze
2017-03-08According to the CommonMark specification, backslash escapesIngo Schwarze
2017-03-08.Bl -column never gets blank lines between rowsIngo Schwarze
2017-03-08enable -T markdown tests of filled displays and tagged listsIngo Schwarze
2017-03-08prevent infinite recursion while expanding the argumentsIngo Schwarze
2017-03-07If a user-defined macro is aborted because it exceeds the stackIngo Schwarze
2017-03-07Escape blanks at the end of markdown linesIngo Schwarze
2017-03-07fix completely empty .Eo: no blank line wantedIngo Schwarze
2017-03-07fix spacing after empty .FlIngo Schwarze
2017-03-07implement .An -split and -nosplitIngo Schwarze
2017-03-07Fix .In formatting in the SYNOPSIS:Ingo Schwarze
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-02-19add test cases for C locale; ok schwarze@Damien Miller
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-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-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-07Remove deprecated SSH1 options RSAAuthentication andDarren Tucker
2017-02-06one less groff-mandoc difference after mdoc_validate.c rev. 1.234Ingo Schwarze
2017-02-03unit test for match_filter_list() function; still want a betterDamien Miller
2017-01-30fully unbreak: some $SSH invocations did not have -F specified andDamien Miller
2017-01-30partially unbreak: was not specifying hostname on some $SSH invocationsDamien Miller
2017-01-29ouch, smallest regress ever. Can't believe no-one got bitten by thisMarc Espie
2017-01-27More s/OSCP/OCSP/ typosTom Cosgrove
2017-01-26Fix -man -Thtml formatting after .nf (which has nothing to doIngo Schwarze
2017-01-25+arm64;Jason McIntyre
2017-01-23For testing http redirect unset http_proxy, not ftp_proxy.Alexander Bluhm
2017-01-23The ftp program is only verbose by default, if stdin is a tty. AsAlexander Bluhm
2017-01-23When run as root, fstat prints the pcb pointer instead of 0x0.Alexander Bluhm
2017-01-20Use bsd.regress.mk in the intended way so that the test printsAlexander Bluhm
2017-01-19Fix -L/-I processing in -0 mode so that NUL-delimited entries areTodd C. Miller
2017-01-19Make it so if the "server" is slow starting we don't fail..Bob Beck
2017-01-19Implement line breaking of the generated HTML code at space charactersIngo Schwarze
2017-01-18Make HTML output more human readable by overhauling line break logicIngo Schwarze