Home | History | Annotate | Download | only in unit-tests
History log of /src/usr.bin/make/unit-tests/job-output-null.exp
RevisionDateAuthorComments
 1.4  03-Sep-2022  rillig make: fix handling of null bytes in the output in jobs mode

The test job-output-null failed occasionally, depending on the exact
timing of the child's write and make's read.
 1.3  12-Sep-2021  rillig tests/make: make output of test job-output-null clearer

Having 5 times the word 'hello' in the output doesn't help at
understanding the test and how the output was produced.

Bash 5 sometimes makes this test fail by adding '2b' and '2c' to the
output.
 1.2  03-Jul-2021  rillig tests/make: make test job-output-null more portable

Previously, the test dependend on implementation details of the system's
printf command.

Thank you sjg for the detailed analysis on macOS, FreeBSD and Linux.
 1.1  15-Apr-2021  rillig tests/make: demonstrate handling of null bytes

RSS XML Feed