|
|
|
@ -1,22 +1,28 @@ |
|
|
|
2021-05-20 Jacob Bachmeyer <jcb@gnu.org> |
|
|
|
|
|
|
|
* dejagnu: Search for a POSIX Awk and validate that at least a |
|
|
|
simple Awk program actually works. |
|
|
|
* testsuite/launcher.all/command.exp: Add tests for error produced |
|
|
|
when no Awk is found and a help message is requested. |
|
|
|
|
|
|
|
* lib/dejagnu.exp: Avoid reporting next test as UNRESOLVED when |
|
|
|
reporting error due to missing size(1) while loading file. |
|
|
|
|
|
|
|
* testsuite/lib/runtest.exp (runtest_copy_nested_testsuite_log): |
|
|
|
New procedure. Dumps log from nested run into main test log. |
|
|
|
|
|
|
|
* testsuite/runtest.main/pr42399.exp (test_pr42399): Revise to |
|
|
|
ensure that a failure to produce any output at all in the inner |
|
|
|
test will be detected. This was discovered on Solaris 10. |
|
|
|
|
|
|
|
* testsuite/runtest.main/stats.exp: Copy stat.log from nested |
|
|
|
testsuite run to the main test log upon test failure. |
|
|
|
|
|
|
|
* testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp: |
|
|
|
Explicitly pass /dev/null to unit-sub.awk because /usr/bin/awk on |
|
|
|
Solaris 10 does not seem to recognize assignment to ARGV. |
|
|
|
|
|
|
|
* dejagnu: Search for a POSIX Awk and validate that at least a |
|
|
|
simple Awk program actually works. |
|
|
|
* testsuite/launcher.all/command.exp: Add tests for error produced |
|
|
|
when no Awk is found and a help message is requested. |
|
|
|
* testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp: |
|
|
|
Likewise. |
|
|
|
|
|
|
|
2021-05-18 Jacob Bachmeyer <jcb@gnu.org> |
|
|
|
|
|
|
|
|