aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-05-20 17:00:17 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-05-20 17:00:17 -0500
commitdbd4a5a3b7265e3292286f320ea53d048c80f307 (patch)
tree6bb6b36b713331a15c3883f6e89dbfea70caa44e /ChangeLog
parent899ee182bf624112002b470ee4055cefe1e7430b (diff)
Ensure that PR42399 regression test produces results
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 3434ea8..e822401 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>