head	1.6;
access;
symbols
	netbsd-10-2-RELEASE:1.3
	netbsd-11-0-RELEASE:1.6
	netbsd-11-0-RC7:1.6
	netbsd-11-0-RC6:1.6
	netbsd-11-0-RC5:1.6
	netbsd-11-0-RC4:1.6
	netbsd-11-0-RC3:1.6
	netbsd-11-0-RC2:1.6
	netbsd-11-0-RC1:1.6
	perseant-exfatfs-base-20250801:1.6
	netbsd-11:1.6.0.2
	netbsd-11-base:1.6
	netbsd-10-1-RELEASE:1.3
	perseant-exfatfs-base-20240630:1.4
	perseant-exfatfs:1.4.0.2
	perseant-exfatfs-base:1.4
	netbsd-10-0-RELEASE:1.3
	netbsd-10-0-RC6:1.3
	netbsd-10-0-RC5:1.3
	netbsd-10-0-RC4:1.3
	netbsd-10-0-RC3:1.3
	netbsd-10-0-RC2:1.3
	netbsd-10-0-RC1:1.3
	netbsd-10:1.3.0.6
	netbsd-10-base:1.3
	cjep_sun2x-base1:1.3
	cjep_sun2x:1.3.0.4
	cjep_sun2x-base:1.3
	cjep_staticlib_x-base1:1.3
	cjep_staticlib_x:1.3.0.2
	cjep_staticlib_x-base:1.3;
locks; strict;
comment	@# @;


1.6
date	2025.06.30.21.44.39;	author rillig;	state Exp;
branches;
next	1.5;
commitid	bzLgXeWQrARDGX0G;

1.5
date	2025.03.30.09.51.50;	author rillig;	state Exp;
branches;
next	1.4;
commitid	veGmSzVhPiW2G4PF;

1.4
date	2023.06.01.20.56.35;	author rillig;	state Exp;
branches
	1.4.2.1;
next	1.3;
commitid	j3tIvMRlxolKQhrE;

1.3
date	2020.11.15.20.47.01;	author rillig;	state Exp;
branches;
next	1.2;
commitid	URWJYfKO7h2CD1wC;

1.2
date	2020.08.29.17.34.21;	author rillig;	state Exp;
branches;
next	1.1;
commitid	f1rJ1amO7Vb05ZlC;

1.1
date	2020.08.16.12.07.51;	author rillig;	state Exp;
branches;
next	;
commitid	coEgPk3hgfeYGhkC;

1.4.2.1
date	2025.08.02.05.58.32;	author perseant;	state Exp;
branches;
next	;
commitid	23j6GFaDws3O875G;


desc
@@


1.6
log
@tests/make: force expected lines to be listed in execution order

The diagnostics from the program to check the "expect" lines in the unit
test files were hard to follow since the "out-of-order" lines were
confusing. For out-of-order lines, state where they should be placed
instead.
@
text
@make: deptgt-begin.mk:19: warning: duplicate script for target ".BEGIN" ignored
make: deptgt-begin.mk:8: warning: using previous script for ".BEGIN" defined here
: parse time
: Making before-begin before .BEGIN.
: .BEGIN
: all
exit status 0
@


1.5
log
@make: use '"filename" line 123' for locations instead of 'filename:123'

The format 'filename:123' is commonly used for identifying a location in
a file. Text editors recognize it and allow quick navigation through it.
The previous format was specific to make and would have required custom
support in editors.

The new format was already used in stack traces, except for the first
line. Now all lines use the same format.
@
text
@d2 1
a2 1
make: deptgt-begin.mk:9: warning: using previous script for ".BEGIN" defined here
@


1.4
log
@tests/make: force line-based diagnostics to be listed in the tests

This way, contradictions between the intended output and the actual
output are closer together and have a better chance of being spotted.
@
text
@d1 2
a2 2
make: "deptgt-begin.mk" line 19: warning: duplicate script for target ".BEGIN" ignored
make: "deptgt-begin.mk" line 9: warning: using previous script for ".BEGIN" defined here
@


1.4.2.1
log
@Sync with HEAD
@
text
@d1 2
a2 2
make: deptgt-begin.mk:19: warning: duplicate script for target ".BEGIN" ignored
make: deptgt-begin.mk:8: warning: using previous script for ".BEGIN" defined here
@


1.3
log
@make(1): add tests for the .BEGIN node
@
text
@d1 2
a2 2
make: "deptgt-begin.mk" line 17: warning: duplicate script for target ".BEGIN" ignored
make: "deptgt-begin.mk" line 8: warning: using previous script for ".BEGIN" defined here
@


1.2
log
@make(1): add tests for .SILENT, .BEGIN and .END
@
text
@d1 2
d4 1
@


1.1
log
@make(1): add dummies for fine-grained tests, one per single feature

The test names have been derived from the current manual page.

All these tests are dummies right now, and the code from the existing
tests will be moved into the new tests step by step.

This is done to prevent modmisc, escape, varmod-edge and varmisc from
growing without any bounds, and to reduce the side-effects of one test
to the others.
@
text
@d1 3
@

