diff lisp/ChangeLog @ 5541:ebd367b82ccd

Improve treatment of expected bugs. * * * Simplify Known-Bug-Expect-Error to produce cleaner output.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 08 Aug 2011 13:57:19 +0900
parents 68db75473fc6
children b90c153730c7
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Aug 08 13:57:19 2011 +0900
+++ b/lisp/ChangeLog	Mon Aug 08 13:57:19 2011 +0900
@@ -1,9 +1,23 @@
+2011-08-04  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* test-harness.el (test-harness-bug-expected):
+	Update docstring.
+	(Known-Bug-Expect-Failure, Known-Bug-Expect-Error):
+	Ask if bug was fixed in PASS message.
+	(Known-Bug-Expect-Error):
+	Simplify code to produce clearer output.
+	Make pass and failure correspond to Check-Error.
+	(Print-Pass):
+	Always print test result for known bugs.
+
 2011-07-29  Mats Lidell  <matsl@xemacs.org>
+
 	* process.el (shell-command): 
 	* process.el (shell-command-on-region): API compatible/synced with
 	FSF 23.3.1.
 
 2011-07-22  Mats Lidell  <matsl@xemacs.or>
+
 	* syntax-ppss.el: Synced up with Emacs 23.3 (syntax.el)
 
 2011-07-03  Aidan Kehoe  <kehoea@parhasard.net>