aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-06 21:04:07 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-07-06 21:04:07 -0500
commit376dacc26259cbd61860d58a3ec16099d5b7581f (patch)
tree7a39a88df6cae6513a3592b55b164422c5aa6b00 /ChangeLog
parente572af7e43e26162a717408c2464cad24c936d07 (diff)
parent8c750f7449bd33cb8952e8ddbb3cc5cecaa05bb3 (diff)
Merge branch 'new-api-for-1.6.3'
Conflicts: ChangeLog NEWS doc/dejagnu.texi
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f966333..aafbfb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -70,6 +70,41 @@
* config/unix.exp (unix_load): Prepend the value of an
"exec_shell" board_info key to the command if it is defined.
+2020-06-06 Jacob Bachmeyer <jcb62281+dev@gmail.com>
+
+ * NEWS: Document "testcase" command.
+
+ * doc/dejagnu.texi (testcase procedure): Document multiplex entry
+ point and "testcase group" command.
+
+ * lib/framework.exp: Add internal namespace ::dejagnu::group.
+ (::dejagnu::group::check_name): New procedure.
+ (::dejagnu::group::current): New procedure.
+ (::dejagnu::group::push): New procedure.
+ (::dejagnu::group::pop): New procedure.
+ (::dejagnu::group::pop_to_file): New procedure.
+ (testcase): New procedure for multiplex commands.
+ (testcase_group): New procedure implementing "testcase group".
+
+ * testsuite/runtest.libs/testcase_group.test: New file.
+
+2020-06-05 Jacob Bachmeyer <jcb62281+dev@gmail.com>
+
+ * NEWS: Document new "testsuite can call api" command.
+
+ * doc/dejagnu.texi (testsuite procedure): Document new subcommand
+ "testsuite can call api".
+
+ * lib/framework.exp (testsuite): Add branch for "testsuite can".
+ (testsuite_can): New procedure implementing "testsuite can".
+
+ Add internal array ::dejagnu::apilist to store information for
+ "testsuite can call api" for querying the availability of an API
+ call. This will allow test scripts to adapt and use new features
+ while still being able to run under older versions of DejaGnu.
+
+ * testsuite/runtest.libs/testsuite_can.test: New file.
+
2020-06-02 Jacob Bachmeyer <jcb62281+dev@gmail.com>
PR 41647