aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/regress.pl
Commit message (Collapse)AuthorAgeFilesLines
* Now that markdown output is tested for almost everything, test allIngo Schwarze2017-03-081-4/+9
| | | | | | input files in -T markdown output mode by default and only mark those files with SKIP_MARKDOWN that are not to be tested. Much easier to read, and almost minus 40 lines of Makefile code.
* Infrastructure for -T markdown tests.Ingo Schwarze2017-03-051-5/+33
| | | | | | This is needed because -T marksdown is expected to receive less maintenance than -T ascii, so we need automation to make sure that regular parser maintenance doesn't break this output mode.
* Escape literal braces in a regular expression.Ingo Schwarze2017-02-091-2/+2
| | | | Deprecated perlre(1) syntax reported by Thomas Klausner and Sevan Janiyan.
* On some systems (e.g. Solaris 11) diff(1) does not support -a.Ingo Schwarze2017-02-081-6/+10
| | | | Make it easier to get rid of it.
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+347
Both kristaps@ and wiz@ repeated asked for this, literally for years.