History log of /src/usr.bin/make/unit-tests/sh-errctl.exp
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.8 13-Jun-2025 rillig

tests/make: fix race condition in debug output in parallel mode

Discovered in ATF run on evbearmv7hf.


# 1.7 09-May-2025 rillig

make: unify debug messages for parallel mode

Always print the process status in hex, with a leading "0x", to avoid
confusion for status 127f, which looks suspiciously decimal.

Prefix all process IDs with "pid", to be able to filter them easily.

Omit trailing whitespace when printing a command.


# 1.6 09-May-2025 rillig

make: replace magic numbers in job debug log with descriptive names


# 1.5 03-May-2025 rillig

make: use uniform debug log messages for the token pool


# 1.4 02-May-2025 rillig

make: in the debug log, replace magic numbers with identifiers


# 1.3 22-Apr-2025 rillig

make: group the code for handling the job token pool


Revision tags: netbsd-10-1-RELEASE perseant-exfatfs-base-20240630 perseant-exfatfs-base netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 netbsd-10-0-RC1 netbsd-10-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.2 13-Dec-2020 sjg

branches: 1.2.8;
Prune job debug output that may appear out of order.

A race between child and parent means that we cannot
guarantee whether all child output is seen before we call
JobClosePipes, thus intervening debug output can appear
before or after the last child output.


# 1.1 12-Dec-2020 rillig

make(1): add test for a shell with error control

None of the predefined shells has error control, and the corresponding
code had not been covered by the existing unit tests.