From 5096a3c6208a392ea601466bb874a59fd51d95d2 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Fri, 5 Jun 2020 16:05:45 -0500 Subject: Add "testsuite can call api" feature test API --- NEWS | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 209e9c4..6111903 100644 --- a/NEWS +++ b/NEWS @@ -15,17 +15,19 @@ Changes since 1.6.2: retrieving or providing information about the current testsuite. 6. A command "testsuite file" is added to replace the use of the "*dir" variables in test scripts. -7. A shell command "dejagnu" is added as a place to hang various +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. -8. The first auxiliary command is added: "report card". The "dejagnu +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. -9. 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. +10. 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. Changes since 1.6.1: -- cgit v1.1 From 71ad08850af0349365468eff107132af5b7077f3 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Sat, 6 Jun 2020 20:40:40 -0500 Subject: Add "testcase group" API --- NEWS | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'NEWS') 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. -- cgit v1.1