aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-06 21:08:36 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-06 21:08:36 -0500
commit9dac619a001d495a517ec0807b0529be5e3d62e6 (patch)
tree0cbf29b877bf6fc4c7e5d84bf520a28c1f7b5697 /NEWS
parent4348c51f4e587974e1da5a32cd8cf1e0097ff8fd (diff)
parent61dc0cafad8845b3c668940ed2e574bd503d410f (diff)
downloaddejagnu-9dac619a001d495a517ec0807b0529be5e3d62e6.zip
dejagnu-9dac619a001d495a517ec0807b0529be5e3d62e6.tar.gz
dejagnu-9dac619a001d495a517ec0807b0529be5e3d62e6.tar.bz2
Merge branch 'PR41918'
Conflicts: ChangeLog
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b7fe8ba..6754cc1 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,13 @@ Changes since 1.6.2:
should use this proc. The 'is_remote' proc is deprecated.
2. runtest now accepts --local_init and --global_init options to override
the default of reading "site.exp". See the manual for details.
+X. runtest now responds consistently to all Tcl errors and generates an
+ UNRESOLVED result when a test script aborts. Previously, calling an
+ undefined procedure would cause the test run to abort while other Tcl
+ errors produced only an easily-ignored message.
+X. runtest now collects Tcl errors encountered during a test run and prints
+ the collected errors a second time at the end of the test run after the
+ summary. Separator lines containing more than 10 hyphens are included.
3. A utility procedure relative_filename has been added. This procedure
computes a relative file name to a given destination from a given base.
4. The utility procedure 'grep' now accepts a '-n' option that