summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2015-01-07Bugfix: When the invocation of a user-defined macro follows a roffIngo Schwarze
2015-01-05Fix relayd http regression tests. If http response is not ok, theAlexander Bluhm
2015-01-05Add SORTPROG environment variable to test a different sort program.Todd C. Miller
2015-01-05Make syslogd TCP tests more reliable. Increase timeouts, shutdownAlexander Bluhm
2015-01-01Test that syslogd sending over TCP does not leak a file descriptorAlexander Bluhm
2015-01-01Fix a read buffer overrun triggered by trailing \s- or trailing \s+Ingo Schwarze
2015-01-01Don't dereference NULL pointers when formatting missing denominators,Ingo Schwarze
2015-01-01activate eqn(7) testsIngo Schwarze
2015-01-01eqn(7) testsIngo Schwarze
2015-01-01The roff(7) language is Turing-complete, even the part implementedIngo Schwarze
2014-12-31Adapt and add regression tests for sending syslog messages over TCP.Alexander Bluhm
2014-12-31Create CA and certificates for TLS tests consistently. BetterAlexander Bluhm
2014-12-30Test the weird construct of a user-defined macro starting (but notIngo Schwarze
2014-12-30let the "make groff" maintainer target show groff warningsIngo Schwarze
2014-12-28Add regress tests for default option handling.Joel Sing
2014-12-28Add regress tests for multiple argument callback functions.Joel Sing
2014-12-28Add option parsing regress tests with end of options handling.Joel Sing
2014-12-28Add regress tests for option parsing with multiple unnamed arguments.Joel Sing
2014-12-28Update regress to match change in unnamed argument handling.Joel Sing
2014-12-28Update options regress to match option function pointer change.Joel Sing
2014-12-28Add regression tests where OpenBSD syslogd is sending messages toAlexander Bluhm
2014-12-28Provide initial regress tests for the complex option parsing that is neededJoel Sing
2014-12-24Support negative indentations for mdoc(7) displays and lists.Ingo Schwarze
2014-12-24For .RS, we need to save the information how much we actually indentedIngo Schwarze
2014-12-24Prevent unsigned integer underflow when a number is too wideIngo Schwarze
2014-12-23support negative horizontal widths in man(7);Ingo Schwarze
2014-12-23some scaling unit fixes:Ingo Schwarze
2014-12-23even if the second argument to .IP is invalid, don't print itIngo Schwarze
2014-12-23Fix vertical scaling. Obviously, nobody ever had a serious look at this.Ingo Schwarze
2014-12-23correctly handle scaling units after .PDIngo Schwarze
2014-12-22The code already pays attention not to close the same block twice.Ingo Schwarze
2014-12-22regression test for multiple required pubkey authentication;Damien Miller
2014-12-22make this slightly easier to diff against portableDamien Miller
2014-12-22adjust for new SHA256 key fingerprints and slightly-different MD5 hexDamien Miller
2014-12-22poll changes to netcat (usr.bin/netcat.c r1.125) broke this test;Damien Miller
2014-12-20Fix two issues causing a class of assertion failures found by jsg@ with afl.Ingo Schwarze
2014-12-19Use a simpler expression to check the ether type in scapy. ThisAlexander Bluhm
2014-12-19Rewrite the low-level UTF-8 parser from scratch.Ingo Schwarze
2014-12-18Update test - the hashkey log message disappeared.Reyk Floeter
2014-12-18Don't let .Ta creep into an already-closed list; same as for .It.Ingo Schwarze
2014-12-18Only keep leading .Sm inside a list when it immediately precedesIngo Schwarze
2014-12-18When the head of a list item is extended with a partial explicitIngo Schwarze
2014-12-18Don't let the modulo operator divide by zero.Ingo Schwarze
2014-12-18The code is already careful to not add items to lists that wereIngo Schwarze
2014-12-17increase to 2048 to prevent failure. ok deraadt@Daniel Dickman
2014-12-16Ignore mdoc(7) and man(7) macros inside tbl(7) code because theyIngo Schwarze
2014-12-16correct -Tutf8 and -Thtml rendering of \(~=Ingo Schwarze
2014-12-16Explicit block closure macros clobber next-line block head scope,Ingo Schwarze
2014-12-16When a numerical condition errors out after consuming at least oneIngo Schwarze
2014-12-15Empty conditions count as false.Ingo Schwarze