aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-26 20:31:13 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-26 20:31:13 -0500
commita149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b (patch)
treee89b796418bab076bec6f509170698b441ea9846 /ChangeLog
parent2c7ae2526ba1e297adb2c013c6ddb5dfaea09f9d (diff)
Withdraw proposed --keep_going and --no_keep_going options
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 30 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8325b09..cd95dd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,10 +2,39 @@
PR 41824 / PR 41918
+ * NEWS: Remove items for --keep_going / --no_keep_going options.
+
+ * Makefile.am (CLEANFILES): Adjust for renames.
+ (TESTSUITE_FILES): Likewise.
+
+ * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
+ --no_keep_going options.
+ * doc/runtest.1: Likewise.
+
* lib/framework.exp (log_and_exit): Print collected Tcl errors.
- * runtest.exp (dejagnu::error): New namespace.
+ * runtest.exp (dejagnu::error): New internal namespace.
(runtest): Collect Tcl errors caught while executing test scripts.
+ (dejagnu::opt): Remove internal namespace.
+ Remove --keep_going / --no_keep_going options. No longer abort on
+ any Tcl errors; instead store them and repeat the messages at the
+ end of the run.
+
+ * testsuite/runtest.main/abort.exp: Rename from this ...
+ * testsuite/runtest.main/error.exp: ... to this and revise tests.
+
+ * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
+ Rename from this...
+ * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
+ ... to this.
+ * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
+ Rename from this...
+ * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
+ ... to this.
+ * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
+ Rename from this...
+ * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
+ ... to this.
2020-06-24 Jacob Bachmeyer <jcb62281+dev@gmail.com>