diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-15 16:41:42 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-15 17:09:01 -0400 |
commit | 1b9024889384fc26d296ee4340ffca32e8c73017 (patch) | |
tree | 88312b516ca64a727dffcbe87bf9aec3674e7a92 /tests/ChangeLog | |
parent | a4d8444b594e53b13659a9f2c64424418f255e27 (diff) | |
download | gunmake-1b9024889384fc26d296ee4340ffca32e8c73017.tar.gz |
[SV 27374] Fatal immediately on unrecoverable fopen() errors.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index d97e7e2..c6cebbf 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,12 @@ 2013-09-15 Paul Smith <psmith@gnu.org> + * scripts/misc/fopen-fail: Check for failure on infinite recursion. + * run_make_tests.pl (run_make_test): Allow the answer string to be + undef, which means that we shouldn't compare it at all. Only the + exit code matters in this case. + * test_driver.pl (compare_output): Ditto. + Test for Savannah bug #27374. + * scripts/features/parallelism: Test broken jobserver on recursion. Test for Savannah bug #39934. |