summaryrefslogtreecommitdiff
path: root/regress
AgeCommit message (Expand)Author
2013-12-30Test mdoc_macro.c rev. 1.83.Ingo Schwarze
2013-12-29- Verify that the FPU exception flags weren't clobbered as required by C99.Martynas Venckus
2013-12-29Add a regression test to verify that the FPU control word state isMartynas Venckus
2013-12-28- adjust getcwd-1.c.exp.gcc{3,4} after the getwd linker warning got addedMartynas Venckus
2013-12-28Add regression tests to check whether GCC folds unsafe builtins andMartynas Venckus
2013-12-26spacingMark Kettenis
2013-12-26to be dealt withMarc Espie
2013-12-25repair the datesIngo Schwarze
2013-12-25Implement .Fo/.Fa/.Fc indentation and break handling for -Tman.Ingo Schwarze
2013-12-25Do not break output lines in .Fn function arguments in SYNOPSIS mode.Ingo Schwarze
2013-12-24Implement SYNOPSIS .Fn indentation for -Tman.Ingo Schwarze
2013-12-24It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze
2013-12-24When deciding whether two consecutive macros are on the same input line,Ingo Schwarze
2013-12-24More .Bk tests to lessen the risk of upcoming work.Ingo Schwarze
2013-12-24When i replaced the very ugly .in: suffix rule in my previous commit,Ingo Schwarze
2013-12-22Fix end-of-sentence spacing after the DragonFly text production macro.Ingo Schwarze
2013-12-22Implement end-of-sentence spacing at the end of man(7) macro lines.Ingo Schwarze
2013-12-22Seems gcc4 whines about an empty file as well, so just unconditionally doMark Kettenis
2011-12-04test some simple macros; written while working on -TmanIngo Schwarze
2013-12-22Use a bigger timeout, otherwise this test fails on some (not really) slowerMark Kettenis
2013-12-21Match the type to the callsPhilip Guenther
2013-12-21Use timespec and CLOCK_MONOTONIC for a timing testPhilip Guenther
2013-12-21Fix a commentPhilip Guenther
2013-12-15In quoted macro arguments, double quotes can be quoted by doubling them.Ingo Schwarze
2013-12-15The "value" argument to the roff(7) .nr requests ends right beforeIngo Schwarze
2013-12-06test ed25519 support; from djm@Markus Friedl
2013-12-02Move ksh test files into regress.Todd C. Miller
2013-12-01Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andKenneth R Westerback
2013-11-21use new "ssh -Q cipher-auth" query to obtain lists of authenticatedDamien Miller
2013-11-21use unsigned long long instead of u_int64_t here to avoid warningsDamien Miller
2013-11-21add some reminders for additional tests that I'd like to implementDamien Miller
2013-11-18cleanup styleAlexandre Ratchov
2013-11-18bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164)Christian Weisgerber
2013-11-17Adapt the IPv6 routing header type 0 tests to the current behaviour.Alexander Bluhm
2013-11-13Fix typo prt -> ptr.Alexander Bluhm
2013-11-13Add a check-setup target to make sure that all addresses and routesAlexander Bluhm
2013-11-11In the parser, when closing an explicit block that is not open,Ingo Schwarze
2013-11-10test man.c rev. 1.71Ingo Schwarze
2013-11-10Support the alternative syntax \C'uXXXX' for Unicode characters.Ingo Schwarze
2013-11-10basic tests for the \[uXXXX] escape sequenceIngo Schwarze
2013-11-10Framework extension to support -Tutf8 tests.Ingo Schwarze
2013-11-10prettier whitespace in variable assignmentsIngo Schwarze
2013-11-09Use smaller test data files to speed up tests. Grow test datafilesDarren Tucker
2013-11-08Rekey less frequently during tests to speed them upDarren Tucker
2013-11-07trailing spaceDarren Tucker
2013-11-07Use ssh -Q to get kex types instead of a static list.Darren Tucker
2013-11-07Use ssh -Q instead of hardcoding lists of ciphers or MACs.Darren Tucker
2013-11-07Factor out the data transfer rekey testsDarren Tucker
2013-11-07Test rekeying for every Cipher, MAC and KEX, plus test every KEX withDarren Tucker
2013-11-04Test rekeying with all KexAlgorithms.Darren Tucker