comparison tests/ChangeLog @ 5470:0af042a0c116

Merge with trunk.
author Mats Lidell <matsl@xemacs.org>
date Mon, 07 Feb 2011 21:22:17 +0100
parents a9094f28f9a9 38e24b8be4ea
children 00e79bbbe48f
comparison
equal deleted inserted replaced
5469:2a8a04f73c15 5470:0af042a0c116
1 2011-02-07 Aidan Kehoe <kehoea@parhasard.net>
2
3 * automated/lisp-tests.el:
4 Test lexical scope for `block', `return-from'; add a
5 Known-Bug-Expect-Failure for a contorted example that fails when
6 byte-compiled.
7
8 2011-01-23 Aidan Kehoe <kehoea@parhasard.net>
9
10 * automated/lisp-tests.el:
11 When sanity-checking :start and :end keyword arguments, loop at
12 macroexpansion time, not runtime, allowing us to pick up any
13 compiler macros and giving a clearer *Test-Log* buffer.
14
15 2011-01-23 Aidan Kehoe <kehoea@parhasard.net>
16
17 * automated/lisp-tests.el (test-fun):
18 #'delete* and friends can now throw a wrong-type-argument if
19 handed a non-sequence; accept this too when checking for an error
20 when passing a fixnum as the SEQUENCE argument.
21 Check #'remove*, #'remove and #'remq too.
22
1 2011-01-15 Aidan Kehoe <kehoea@parhasard.net> 23 2011-01-15 Aidan Kehoe <kehoea@parhasard.net>
2 24
3 * automated/lisp-tests.el (list): Test #'concatenate, especially 25 * automated/lisp-tests.el (list): Test #'concatenate, especially
4 with more complicated TYPEs, which were previously not accepted by 26 with more complicated TYPEs, which were previously not accepted by
5 the function. 27 the function.