aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/regress.pl
Commit message (Collapse)AuthorAgeFilesLines
* Run the regression tests iteratively rather than recursively.Ingo Schwarze2017-07-181-178/+228
| | | | | | | Simpler user interface, better summary output, simpler code, and slightly faster. Inspired by espie@'s request to avoid needless recursive make(1) in the OpenBSD regression testing tree.
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-07-041-7/+7
| | | | | | | | causes horrible churn anyway, profit of the opportunity to stop excessive testing, such that this is hopefully the last instance of such churn. Consistently use OpenBSD RCS tags, blank .Os, blank fourth .TH argument, and Mdocdate like everywhere else. Use -Ios=OpenBSD for platform-independent predictable output.
* STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze2017-05-301-3/+3
| | | | not a WARNING because they don't endanger portability
* 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.