aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-06 20:40:40 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-06 20:40:40 -0500
commit71ad08850af0349365468eff107132af5b7077f3 (patch)
treef22dacd6b0bbfc9b2d5c34295c2794a8fbb8781d /NEWS
parent5096a3c6208a392ea601466bb874a59fd51d95d2 (diff)
downloaddejagnu-71ad08850af0349365468eff107132af5b7077f3.zip
dejagnu-71ad08850af0349365468eff107132af5b7077f3.tar.gz
dejagnu-71ad08850af0349365468eff107132af5b7077f3.tar.bz2
Add "testcase group" API
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 13 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 6111903..8e8968a 100644
--- a/NEWS
+++ b/NEWS
@@ -17,14 +17,19 @@ Changes since 1.6.2:
"*dir" variables in test scripts.
7. A command "testsuite can call api" is added to report the availability
of multiplexed API calls.
-8. A shell command "dejagnu" is added as a place to hang various
- auxiliary commands not directly involved with running tests. The
- "runtest" command will remain for that purpose for the foreseeable
- future.
-9. The first auxiliary command is added: "report card". The "dejagnu
- report card" command reads DejaGnu summary files and produces a
- compact tabular summary across multiple tools.
-10. A Tcl namespace is now used for some internal procedures and variables.
+8. A new multiplex procedure "testcase" is added for commands
+ examining or manipulating the dynamic state of ongoing testing.
+9. A command "testcase group" is provided for reporting test groups to the
+ DejaGnu core. Currently, the usage of this command is validated, but it
+ will affect at least XML output in a future release of DejaGnu.
+10. A shell command "dejagnu" is added as a place to hang various
+ auxiliary commands not directly involved with running tests. The
+ "runtest" command will remain for that purpose for the foreseeable
+ future.
+11. The first auxiliary command is added: "report card". The "dejagnu
+ report card" command reads DejaGnu summary files and produces a
+ compact tabular summary across multiple tools.
+12. A Tcl namespace is now used for some internal procedures and variables.
The Tcl namespace ::dejagnu and all child namespaces are entirely
internal and should not be mentioned in testsuite code. Its contents
are subject to change without notice, even on point releases.