summaryrefslogtreecommitdiff
path: root/regress/usr.bin
AgeCommit message (Expand)Author
2017-04-28Delete .Pp right before the first .Sh and right before any .Ss,Ingo Schwarze
2017-04-28Start deleting redundant features that are already coveredIngo Schwarze
2017-04-28Merge missing bits from Colin Watson's patch in bz#2658 which make integrityDarren Tucker
2017-04-28Pull back some shell portability fixes from -portable to make future syncsDarren Tucker
2017-04-27Merge trivial patches from pkgsrc to get rid of gratuitious differences;Ingo Schwarze
2017-04-27Detect links to self by parsing .Nm in SYNOPSIS.Ingo Schwarze
2017-04-17test display of long URIsIngo Schwarze
2017-04-17Change COMPILER_VERSION tests which limited additional warnings to gcc4Jonathan Gray
2017-04-16Use %zu to print a size_t.Mark Kettenis
2017-04-14adjust .Lk tests after groff and mandoc .Lk improvementsIngo Schwarze
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