Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/make/unit-tests



Module Name:    src
Committed By:   rillig
Date:           Mon Jun 30 21:44:39 UTC 2025

Modified Files:
        src/usr.bin/make/unit-tests: check-expect.lua cmdline-undefined.exp
            cmdline-undefined.mk cond-late.exp cond-late.mk deptgt-begin.exp
            deptgt-begin.mk directive-for-lines.exp directive-for-lines.mk
            directive-unexport.exp directive-unexport.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/make/unit-tests/check-expect.lua
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/make/unit-tests/cmdline-undefined.exp
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/make/unit-tests/cmdline-undefined.mk \
    src/usr.bin/make/unit-tests/deptgt-begin.exp \
    src/usr.bin/make/unit-tests/directive-for-lines.exp \
    src/usr.bin/make/unit-tests/directive-for-lines.mk
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/make/unit-tests/cond-late.exp
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/make/unit-tests/cond-late.mk
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/make/unit-tests/deptgt-begin.mk
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/make/unit-tests/directive-unexport.exp \
    src/usr.bin/make/unit-tests/directive-unexport.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index