aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2022-11-26 22:08:48 -0600
committerJacob Bachmeyer <jcb@gnu.org>2022-11-26 22:08:48 -0600
commitc173c009bd41b821e9fad4938d69d2204de69e55 (patch)
tree7ef497b70e4f89ed4981834a16d8489ee0f8db66 /ChangeLog
parent999b7c0475d5f31c9fc29be58a97078bf6f0f2ec (diff)
downloaddejagnu-c173c009bd41b821e9fad4938d69d2204de69e55.zip
dejagnu-c173c009bd41b821e9fad4938d69d2204de69e55.tar.gz
dejagnu-c173c009bd41b821e9fad4938d69d2204de69e55.tar.bz2
Fix miscounting of expected failures in C unit test API
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7ea8c2..2bc6eb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2022-11-26 Jacob Bachmeyer <jcb@gnu.org>
+ * dejagnu.h (xpass): Fix use of wrong counter.
+ (xfail): Likewise.
+ (totals): Report unexpected passes if any occurred.
+
* doc/dejagnu.texi (DejaGnu unit test protocol): Add end marker
line using "END" to allow detecting tests that exit prematurely.
The "Totals:" line was previously used for this purpose, but it