aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye <rob@welcomehome.org>2002-05-03 14:38:57 +0000
committerRob Savoye <rob@welcomehome.org>2002-05-03 14:38:57 +0000
commit206ac19bab8dbc170bc453da106bb803ac665aa4 (patch)
tree4c15a356475feb7ab501affb7caa91b6b6893d4e
parentdbdae748e94a0c5b98dbaa1881c842da1508d36f (diff)
downloaddejagnu-206ac19bab8dbc170bc453da106bb803ac665aa4.zip
dejagnu-206ac19bab8dbc170bc453da106bb803ac665aa4.tar.gz
dejagnu-206ac19bab8dbc170bc453da106bb803ac665aa4.tar.bz2
Update ChangeLog entry for new kfail/kpass feature.
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 710bbb0..ad57dcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2002-05-02 Fernando Nasser <fnasser@localhost.localdomain>
+
+ * runtest.exp: Add kfail_flag and kfail_prms variable
+ initializations.
+ * lib/framework.exp (setup_kfail): New proc. Like setup_xfail, but
+ for known tool bugs already registered in a bug database.
+ (kfail): New proc. Record that a test has failed due to a known bug.
+ (kpass): New proc. Record that a test for a known bug has passed
+ unexpectedly.
+ (clear_kfail): Like clear_xfail, but for known bugs.
+ (record_test): Handle KFAIL and KPASS.
+ (pass, fail): Test for known failures.
+ (clone_output): Add KFAIL to list of message types to be cloned.
+ (log_summary): Add summary for KFAIL and KPASS.
+ (unknown): Update comment.
+ * doc/dejagnu.texi: Document the above.
+ * lib/libsup.exp: Add counters for KFAIL and KPASS.
+ * testsuite/runtest.all/stats-sub.exp: Test kfail and kpass.
+ * testsuite/runtest.all/stats.exp: Ditto.
+
2002-04-30 Ben Elliston <bje@redhat.com>
* doc/runtest.1: Fix formatting error for --ignore option.