OpenBSD CVS

CVS log for src/share/man/man5/bsd.regress.mk.5


[BACK] Up to [local] / src / share / man / man5

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (download) - annotate - [select for diffs], Mon Nov 13 10:11:41 2023 UTC (6 months, 3 weeks ago) by op
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, HEAD
Changes since 1.25: +6 -7 lines
Diff to previous 1.25 (colored)

adjust `regress' description since REGRESS_FAIL_EARLY is yes now

ok plus various improvements to the text by tb@

Revision 1.25 / (download) - annotate - [select for diffs], Mon Sep 25 05:43:22 2023 UTC (8 months, 1 week ago) by claudio
Branch: MAIN
CVS Tags: OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.24: +11 -2 lines
Diff to previous 1.24 (colored)

Better document how REGRESS_FAIL_EARLY and REGRESS_LOG work together.
OK tb@

Revision 1.24 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:22 2022 UTC (2 years, 2 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jan 1 03:57:20 2022 UTC (2 years, 5 months ago) by jsg
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (colored)

approciate -> appropriate

Revision 1.22 / (download) - annotate - [select for diffs], Thu Sep 2 07:14:15 2021 UTC (2 years, 9 months ago) by jasper
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.21: +10 -2 lines
Diff to previous 1.21 (colored)

regress tests shouldn't set or modify MALLOC_OPTIONS unless they're actually very specific behaviour

document this accordingly in the guidelines section of the manpage

ok bluhm@

Revision 1.21 / (download) - annotate - [select for diffs], Tue Jul 9 15:01:08 2019 UTC (4 years, 10 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

REGRESS_ROOT_TARGETS has less magic than documented

okay bluhm@

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jun 17 17:20:24 2019 UTC (4 years, 11 months ago) by espie
Branch: MAIN
Changes since 1.19: +6 -2 lines
Diff to previous 1.19 (colored)

add REGRESS_EXPECTED_FAILURES variable,
for those tests that are expected to fail because they're not yet
implemented.

okay bluhm@

Revision 1.19 / (download) - annotate - [select for diffs], Tue May 14 16:43:26 2019 UTC (5 years ago) by bluhm
Branch: MAIN
Changes since 1.18: +2 -9 lines
Diff to previous 1.18 (colored)

Remove the REGRESS_MAXTIME feature from regress framework.  The
timeout based on CPU seconds is pretty useless, most hanging tests
sleep and do not spin.  The timeout could not be distinguished from
failure.  Only 3 tests used it.
OK anton@ schwarze@ cheloha@ otto@

Revision 1.18 / (download) - annotate - [select for diffs], Sun Dec 2 11:46:31 2018 UTC (5 years, 6 months ago) by anton
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored)

mention REGRESS_SKIP_TARGETS; ok bluhm@

Revision 1.17 / (download) - annotate - [select for diffs], Fri Oct 5 11:15:29 2018 UTC (5 years, 8 months ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4
Changes since 1.16: +8 -7 lines
Diff to previous 1.16 (colored)

Add regress variable to run setup once for all tests.
OK anton@ benno@

Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 26 09:34:23 2018 UTC (5 years, 8 months ago) by bluhm
Branch: MAIN
Changes since 1.15: +12 -2 lines
Diff to previous 1.15 (colored)

Add variables for setup and cleanup of regression tests.
OK anton@ jca@ tb@ benno@

Revision 1.15 / (download) - annotate - [select for diffs], Fri Aug 11 16:51:50 2017 UTC (6 years, 9 months ago) by rob
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Typo fix.

Ok benno@, tb@, tj@, jmc@, schwarze@, phessler@

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 3 18:19:55 2017 UTC (6 years, 11 months ago) by bluhm
Branch: MAIN
Changes since 1.13: +5 -2 lines
Diff to previous 1.13 (colored)

Generate source and header files for regress on demand.
OK espie@

Revision 1.13 / (download) - annotate - [select for diffs], Tue May 30 12:14:38 2017 UTC (7 years ago) by jmc
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12 (colored)

tweak previous; ok bluhm

Revision 1.12 / (download) - annotate - [select for diffs], Mon May 29 20:35:47 2017 UTC (7 years ago) by bluhm
Branch: MAIN
Changes since 1.11: +23 -6 lines
Diff to previous 1.11 (colored)

Add more regress guidelines to bsd.regress.mk(5) man page.
input schwarze@ jmc@; OK henning@ benno@

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 16 07:00:03 2017 UTC (7 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

tweak previous;

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 15 22:41:50 2017 UTC (7 years, 4 months ago) by bluhm
Branch: MAIN
Changes since 1.9: +73 -2 lines
Diff to previous 1.9 (colored)

Add some guidelines how to write regression tests to the bsd.regress.mk(5)
man page.  The goal is that all tests behave alike to make automatic
testing easy.
input and OK schwarze@

Revision 1.9 / (download) - annotate - [select for diffs], Wed Sep 23 01:11:13 2015 UTC (8 years, 8 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.8: +8 -8 lines
Diff to previous 1.8 (colored)

Obviously, .Ar is the wrong macro for Makefile targets - .Ar is for
placeholders to be replaced by something else by the user.
As these are fixed strings passed on the make(1) command line, use .Cm.
Trim some excessive indentation while here.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jul 30 08:03:50 2015 UTC (8 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8
Changes since 1.7: +5 -3 lines
Diff to previous 1.7 (colored)

switch references from sudo to doas;
ok deraadt

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 17 11:57:10 2013 UTC (10 years, 11 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

tweak previous: trim trailing whitespace

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 14 22:38:50 2013 UTC (10 years, 11 months ago) by halex
Branch: MAIN
Changes since 1.5: +8 -2 lines
Diff to previous 1.5 (colored)

introduce REGRESS_FAIL_EARLY to stop regression tests at first
encountered failure

ok phessler@ bluhm@

Revision 1.5 / (download) - annotate - [select for diffs], Thu May 31 19:19:58 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

convert to new .Dd format;

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jun 6 13:28:13 2003 UTC (21 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.3: +14 -14 lines
Diff to previous 1.3 (colored)

- section reorder
- macro fixes
- kill whitespace at EOL

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 2 19:56:55 2002 UTC (21 years, 9 months ago) by avsm
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.2: +13 -13 lines
Diff to previous 1.2 (colored)

- Precede internal bsd.regress.mk variables with a _
- Rename old variables to be easier to read, and deprecate old
variables.  The old variables will still work, but emit warnings.
- REGRESS_SKIP_SLOW only needs to be non-empty now, not explicitly
set to 'yes'
- REGRESS_LOG can contain more than one file to append results to
- ERRORS variable can be set in Makefile to emit warnings or indicate
fatal errors.
- Add REGRESS_MAIL variable which can be set to an email address to
send results to.  Currently this only works for a full regression
run, since art doesnt want partial run results
- sync bsd.regress.mk(5) with these changes

ok art@ , also looked over by miod@

Revision 1.2 / (download) - annotate - [select for diffs], Fri Aug 30 11:59:39 2002 UTC (21 years, 9 months ago) by mpech
Branch: MAIN
Changes since 1.1: +17 -10 lines
Diff to previous 1.1 (colored)

o) start new sentence on a new line;
o) close .Bl;

avsm@ ok

Revision 1.1 / (download) - annotate - [select for diffs], Mon Aug 26 22:12:11 2002 UTC (21 years, 9 months ago) by avsm
Branch: MAIN

add man page for bsd.regress.mk, based on bsd.port.mk

art@ ok

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.