comparison 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
comparison
equal deleted inserted replaced
5472:e79980ee5efe 5473:ac37a5f7e5be
1 2011-03-17 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/lisp-tests.el:
4 Only test the various old-* function if old-eq is bound and a
5 subr.
6
7 2011-03-11 Aidan Kehoe <kehoea@parhasard.net>
8
9 * automated/byte-compiler-tests.el:
10 (defconst :foo 1) now gives a warning when byte-compiled, check
11 for that.
12 (setq :foo 1) now errors with interpreted code, but succeeds with
13 byte-compiled code; check for the former, wrap a
14 Known-Bug-Expect-Failure around a check for the error in the
15 latter case, we can't yet remove this behaviour while we're using
16 packages compiled by 21.4.
17 * automated/lisp-tests.el (wrong-type-argument):
18 Integer zero is a valid argument to #'substring-no-properties, use
19 Assert not Check-Error for it. Check some other aspects of the
20 functionality of #'substring-no-properties in passing.
21
22 2011-02-24 Aidan Kehoe <kehoea@parhasard.net>
23
24 * automated/lisp-tests.el (substring-no-properties):
25 Make sure this function checks its arguments' types, the absence
26 of which was revealed by Raymond Toy's bug report of
27 http://mid.gmane.org/4D65D413.5050103@gmail.com .
28
1 2011-02-10 Aidan Kehoe <kehoea@parhasard.net> 29 2011-02-10 Aidan Kehoe <kehoea@parhasard.net>
2 30
3 * automated/lisp-tests.el: 31 * automated/lisp-tests.el:
4 * automated/lisp-tests.el (mapcar*): 32 * automated/lisp-tests.el (mapcar*):
5 If multiple SEQUENCE arguments are passed to #'mapcar*, and the 33 If multiple SEQUENCE arguments are passed to #'mapcar*, and the