aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dd0f1e..709e13e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2022-11-28 Jacob Bachmeyer <jcb@gnu.org>
+ * dejagnu.h: Add UNSUPPORTED test result.
+ (unsupport): New counter variable for UNSUPPORTED results.
+ (unsupported): New function in C API.
+ (TestState::unsupported): New function in C++ API.
+ (outstate_list): Add UNSUPPORTED entry.
+ (teststate::laststate): Likewise.
+ (totals): Mention number of unsupported tests.
+ (TestState::totals): Likewise for C++ API.
+ * lib/dejagnu.exp (host_execute): Add UNSUPPORTED test result.
+ * doc/dejagnu.texi (DejaGnu unit test protocol): Document same.
+ * testsuite/libdejagnu/unit-c.c: Add test for UNSUPPORTED.
+ * testsuite/libdejagnu/unit.exp: Likewise.
+
* testsuite/libdejagnu/unit.exp: Add test for NOTE message.
2022-11-26 Jacob Bachmeyer <jcb@gnu.org>