diff tests/ChangeLog @ 5473:ac37a5f7e5be

Merge with trunk.
author Mats Lidell <matsl@xemacs.org>
date Thu, 17 Mar 2011 23:42:59 +0100
parents 00e79bbbe48f d967d96ca043
children 4dee0387b9de
line wrap: on
line diff
--- a/tests/ChangeLog	Tue Feb 22 22:56:02 2011 +0100
+++ b/tests/ChangeLog	Thu Mar 17 23:42:59 2011 +0100
@@ -1,3 +1,31 @@
+2011-03-17  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* automated/lisp-tests.el:
+	Only test the various old-* function if old-eq is bound and a
+	subr.
+
+2011-03-11  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* automated/byte-compiler-tests.el:
+	(defconst :foo 1) now gives a warning when byte-compiled, check
+	for that.
+	(setq :foo 1) now errors with interpreted code, but succeeds with
+	byte-compiled code; check for the former, wrap a
+	Known-Bug-Expect-Failure around a check for the error in the
+	latter case, we can't yet remove this behaviour while we're using
+	packages compiled by 21.4.
+	* automated/lisp-tests.el (wrong-type-argument):
+	Integer zero is a valid argument to #'substring-no-properties, use
+	Assert not Check-Error for it. Check some other aspects of the
+	functionality of #'substring-no-properties in passing.
+
+2011-02-24  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* automated/lisp-tests.el (substring-no-properties):
+	Make sure this function checks its arguments' types, the absence
+	of which was revealed by Raymond Toy's bug report of
+	http://mid.gmane.org/4D65D413.5050103@gmail.com .
+
 2011-02-10  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* automated/lisp-tests.el: