Mercurial > hg > xemacs-beta
annotate tests/ChangeLog @ 4287:89e64783d068
[xemacs-hg @ 2007-11-27 13:51:03 by aidan]
Merge a bugfix to some previously merged SXEmacs code; thank you Sebastian
Freundt for the code, and Hans de Graaff for the report.
author | aidan |
---|---|
date | Tue, 27 Nov 2007 13:51:10 +0000 |
parents | 3660d327399f |
children | eded49463f9a |
rev | line source |
---|---|
4287 | 1 2007-11-26 Aidan Kehoe <kehoea@parhasard.net> |
2 | |
3 * automated/lisp-tests.el: | |
4 Check that a couple of previously problematic calls to #'format | |
5 succeed. | |
6 | |
4199 | 7 2007-09-30 Stephen J. Turnbull <stephen@xemacs.org> |
8 | |
9 * automated/os-tests.el: Suppress `executable-find' lossage. | |
10 | |
11 * automated/regexp-tests.el (replace-regexp-in-string): | |
12 New tests for error conditions. | |
13 | |
14 * automated/test-harness.el (test-harness-from-buffer): Comment | |
15 about inability to check the FROB in invalid_argument. | |
16 | |
17 2007-09-23 Stephen J. Turnbull <stephen@xemacs.org> | |
18 | |
19 * automated/regexp-tests.el (replace-regexp-in-string): | |
20 New tests for correct operation. Comment need for `replace-match' | |
21 tests. | |
22 | |
4133 | 23 2007-08-21 Aidan Kehoe <kehoea@parhasard.net> |
24 | |
25 * automated/mule-tests.el (test-chars): | |
26 There are now 2^21 possible characters under Mule, not 2^19. | |
27 * automated/mule-tests.el (test-file-name): | |
28 Call #'make-temp-name instead of writing the file needed for the | |
29 rever-buffer test to the user's home directory. Wrap the following | |
30 #'save-buffer in a Silence-Message call. | |
31 * automated/mule-tests.el: | |
32 In the language environment tests, check that a given input method | |
33 exists before trying to activate it. If there are installed input | |
34 methods, assert that every input method specified in any language | |
35 environment exists. If the native-coding-system of the language | |
36 environment is specified as a function, don't assert that it is a | |
37 coding system. | |
38 | |
39 In the byte-compiler coding cookie tests, call #'read at runtime | |
40 on strings with non-Latin-1 Unicode escapes. This avoids errors | |
41 when make check is run under a non-Mule XEmacs, where unavailable | |
42 Unicode escapes throw an error in the Lisp reader. | |
43 | |
44 Add a new Known-Bug-Expect-Failure call for a bug that occurred to | |
45 me yesterday; if non-Latin-1 is generated in an eval-when-compile | |
46 clause, that non-ASCII may be trashed and the compiled code | |
47 incorrectly saved as no-conversion if no other non-Latin-1 exists | |
48 in the input buffer. Add a comment giving more details of the bug | |
49 and how one might fix it. | |
50 | |
4026 | 51 2007-06-22 Stephen J. Turnbull <stephen@xemacs.org> |
52 | |
53 * automated/mule-tests.el (buffer-modified-p): Test after revert. | |
54 | |
4021 | 55 2007-06-21 Aidan Kehoe <kehoea@parhasard.net> |
56 | |
57 * gtk/event-stream-tests.el (timer-check): | |
58 '(lambda ...) -> #'(lambda ..), for the sake of style and the byte | |
59 compiler. | |
60 | |
61 2007-06-21 Aidan Kehoe <kehoea@parhasard.net> | |
62 | |
63 * automated/weak-tests.el (p): | |
64 * automated/weak-tests.el (inner_cons): | |
65 '(lambda ...) -> #'(lambda ..), for the sake of style and the byte | |
66 compiler. | |
67 | |
3975 | 68 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
69 | |
70 * XEmacs 21.5.28 "fuki" is released. | |
71 | |
3970 | 72 2007-05-20 Aidan Kehoe <kehoea@parhasard.net> |
73 | |
74 * automated/mule-tests.el: | |
75 Make the file name coding system tests work on OS X. | |
76 Check various slots of the language environment structure to make | |
77 sure they're well formed--we've been shipping without a Turkish or | |
78 Latin-10 input method for years, for example, which is an error. | |
79 | |
3952 | 80 2007-04-30 Aidan Kehoe <kehoea@parhasard.net> |
81 | |
82 * automated/mule-tests.el (featurep): | |
83 Minimal tests of the non-BMP UTF-16 support. | |
84 | |
3948 | 85 2007-05-12 Aidan Kehoe <kehoea@parhasard.net> |
86 | |
87 * automated/mule-tests.el: | |
88 * automated/mule-tests.el (bytecomp): | |
89 Require it, since we're testing its Unicode support. | |
90 * automated/mule-tests.el (featurep): | |
91 Assert that the escape-quoted coding cookie is added when needed, | |
92 and ignored when not. | |
93 | |
3927 | 94 2007-04-29 Aidan Kehoe <kehoea@parhasard.net> |
95 | |
96 * automated/mule-tests.el (featurep): | |
97 Sort the results of charsets-in-region, charsets-in-string before | |
98 comparing them to the previously-determined list of character | |
99 sets. Eliminates a dependency on the algorithm | |
100 charsets-in-{region,string} uses. | |
101 | |
3880 | 102 2007-03-26 Stephen J. Turnbull <stephen@xemacs.org> |
103 | |
104 * automated/syntax-tests.el: Test for regression of bug fixed by | |
105 Olivier Galibert <20070324221053.GA48218@dspnet.fr.eu.org>. Test | |
106 by Ralf Angeli http://article.gmane.org/gmane.emacs.xemacs.beta/17353. | |
107 | |
3701 | 108 2006-11-25 Aidan Kehoe <kehoea@parhasard.net> |
109 | |
110 * automated/iso-ir-196-test.el: | |
111 * automated/mule-tests.el (featurep): | |
112 Move the tested added in the previous commit to a separate file. | |
113 | |
3695 | 114 2006-11-23 Aidan Kehoe <kehoea@parhasard.net> |
115 | |
116 * automated/mule-tests.el (featurep): | |
117 Add a test that ISO/IR 196 escape handling in ISO-2022-based | |
118 charsets don't choke on invalid bytes in UTF-8 text. | |
119 | |
3690 | 120 2006-11-20 Aidan Kehoe <kehoea@parhasard.net> |
121 | |
122 * automated/mule-tests.el (featurep): | |
123 Add tests to make sure the fixes to the CCL bugs I just checked in | |
124 don't regress. | |
125 | |
3543 | 126 2006-08-05 Aidan Kehoe <kehoea@parhasard.net> |
127 | |
128 * automated/lisp-reader-tests.el: | |
129 New file, imported from Martin Kuehl's SXEmacs commit; test the | |
130 new raw string syntax, including the Unicode escapes, which | |
131 SXEmacs doesn't have. | |
132 | |
3472 | 133 2006-06-24 Stephen J. Turnbull <stephen@xemacs.org> |
134 | |
135 * automated/test-harness.el (Silence-Message): New macro. | |
136 * automated/mule-tests.el: Use it. | |
137 * automated/region-tests.el: Use it. | |
138 * automated/tag-tests.el: Use it. | |
139 | |
3471 | 140 2006-06-24 Stephen J. Turnbull <stephen@xemacs.org> |
141 | |
142 * automated/test-harness.el: Improve handling of unexpected errors. | |
143 | |
3439 | 144 2006-06-03 Aidan Kehoe <kehoea@parhasard.net> |
145 | |
146 * automated/mule-tests.el: | |
147 Add checks that several Unicode characters, expressed as | |
148 UTF-8-encoded strings, are handled correctly by the UTF-8 support | |
149 of the escape-quoted character set. | |
150 * automated/mule-tests.el (unicode-code-point-to-utf-8-string): New. | |
151 Convert a Unicode code point to the equivalent UTF-8 string. | |
152 This is a naive implementation in Lisp. | |
153 | |
3402 | 154 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
155 | |
156 * XEmacs 21.5.27 "fiddleheads" is released. | |
157 | |
3323 | 158 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
159 | |
160 * XEmacs 21.5.26 "endive" is released. | |
161 | |
3259 | 162 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
163 | |
164 * XEmacs 21.5.25 "eggplant" is released. | |
165 | |
3150 | 166 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
167 | |
168 * XEmacs 21.5.24 "dandelion" is released. | |
169 | |
3130 | 170 2005-12-08 Stephen J. Turnbull <stephen@xemacs.org> |
171 | |
172 * automated/syntax-tests.el (backward-up-list): New test. | |
173 Thanks to Zacjev Evgeny for report, Aidan Kehoe for reproduction. | |
174 | |
3031 | 175 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
176 | |
177 * XEmacs 21.5.23 "daikon" is released. | |
178 | |
2931 | 179 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
180 | |
181 * XEmacs 21.5.22 "cucumber" is released. | |
182 | |
2791 | 183 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
184 | |
185 * XEmacs 21.5.21 "corn" is released. | |
186 | |
2653 | 187 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
188 | |
189 * XEmacs 21.5.20 "cilantro" is released. | |
190 | |
2614 | 191 2005-02-25 Adrian Aichner <adrian@xemacs.org> |
192 | |
193 * automated/region-tests.el: Test regions and zmacs-regions. | |
194 | |
2594 | 195 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
196 | |
197 * XEmacs 21.5.19 "chives" is released. | |
198 | |
2542 | 199 2005-02-01 Vin Shelton <acs@xemacs.org> |
200 | |
201 * automated/regexp-tests.el: Added test for stale match data with | |
202 shy groups authored by Arnaud Giersch <arnaud.giersch@free.fr> | |
203 | |
204 2005-01-13 Stephen J. Turnbull <stephen@xemacs.org> | |
205 | |
206 * automated/regexp-tests.el: | |
207 Test trivial subpatterns and backreferences with shy groups. | |
208 | |
2661 | 209 2005-03-05 Malcolm Purvis <malcolmp@xemacs.org> |
210 | |
211 * autoconf/regressiontest.pl: Added explict test for '--with-athena=3d' | |
212 | |
213 2005-01-30 Stephen J. Turnbull <stephen@xemacs.org> | |
214 | |
215 * autoconf/regressiontest.pl: Basename of configure need not be | |
216 "configure" and arguments differ. HAVE_DECL_SYS_SIGLIST | |
217 differences are known spurious. Delete those lines before diff. | |
218 Add my standard configure line to test hash. | |
219 Add usage notes. | |
220 | |
221 2005-01-29 Stephen J. Turnbull <stephen@xemacs.org> | |
222 | |
223 * autoconf: New directory for tests for configure. | |
224 * autoconf/regressiontest.pl: New file from Malcolm Purvis. | |
225 | |
2668 | 226 2004-10-28 Stephen J. Turnbull <stephen@xemacs.org> |
2356 | 227 |
228 * automated/os-tests.el: New file. Add tests for bug reported by | |
229 Katsumi Yamaoka 2004-10-26 <b9yvfcyuscf.fsf@jpl.org>. Test | |
230 suggested by Katsumi Yamaoka <b9yoeipvwn0.fsf@jpl.org>. | |
231 | |
2346 | 232 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
233 | |
234 * XEmacs 21.5.18 "chestnut" is released. | |
235 | |
2324 | 236 2004-10-07 Stephen J. Turnbull <stephen@xemacs.org> |
237 | |
2356 | 238 * automated/regexp-tests.el: Add tests for bug identified by Steve |
239 Youngs 2004-09-30 <microsoft-free.87ekkjhj7t.fsf@youngs.au.com>. | |
2324 | 240 |
2254 | 241 2004-09-08 Stephen J. Turnbull <stephen@xemacs.org> |
242 | |
243 * automated/regexp-tests.el: Add tests for bug identified by | |
244 Katsumi Yamaoka 2004-09-03 <b9ywtzbbpue.fsf_-_@jpl.org>. | |
245 | |
2076 | 246 2004-05-14 Stephen J. Turnbull <stephen@xemacs.org> |
247 | |
248 * automated/tag-tests.el (first form): Put non-ASCII chars back. | |
249 | |
2075 | 250 2004-05-13 Jerry James <james@xemacs.org> |
251 | |
252 * automated/lisp-tests:el: Another test fix because | |
253 (eq most-negative-fixnum (- most-negative-fixnum)). | |
254 | |
2073 | 255 2004-05-11 Vin Shelton <acs@xemacs.org> |
256 | |
257 * automated/tag-test.el: Use a temp directory to avoid conflicts | |
258 with extra TAGS files. | |
259 | |
2071 | 260 2004-05-08 Vin Shelton <acs@xemacs.org> |
261 | |
262 * automated/tag-test.el: Created. | |
263 | |
2056 | 264 2004-04-21 Jerry James <james@xemacs.org> |
265 | |
266 * automated/test-harness.el (Assert): Add an optional failing-case | |
267 arg so we can see what the test was trying to do when it failed. | |
268 * automated/lisp-tests.el: Use the failing-case arg for Asserts | |
269 with variables. Use eql on tests that might produce bignums. Fix | |
270 test for non-bignum XEmacsen that fails because | |
271 (eq most-negative-fixnum (- most-negative-fixnum)). | |
272 | |
2026 | 273 2004-04-19 Stephen J. Turnbull <turnbull@sk.tsukuba.ac.jp> |
274 | |
275 * automated/mule-tests.el: Inhibit GC to speed up BIG_STRING tests. | |
276 | |
277 2004-04-19 Stephen J. Turnbull <stephen@xemacs.org> | |
278 | |
279 * automated/mule-tests.el: Darwin doesn't like ISO 8859/2 filenames. | |
280 | |
1983 | 281 2004-04-05 Jerry James <james@xemacs.org> |
282 | |
283 * automated/lisp-tests.el: Add bignum and ratio tests. | |
284 | |
1964 | 285 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
286 | |
287 * XEmacs 21.5.17 "chayote" is released. | |
288 | |
1773
aa0db78e67c4
[xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
kaltenbach
parents:
1761
diff
changeset
|
289 2003-11-01 Markus Kaltenbach <makalten@informatik.uni-tuebingen.de> |
aa0db78e67c4
[xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
kaltenbach
parents:
1761
diff
changeset
|
290 |
aa0db78e67c4
[xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
kaltenbach
parents:
1761
diff
changeset
|
291 * automated/weak-tests.el: |
aa0db78e67c4
[xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
kaltenbach
parents:
1761
diff
changeset
|
292 Added testing of the iterative marking calls needed for processing |
aa0db78e67c4
[xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
kaltenbach
parents:
1761
diff
changeset
|
293 weak data structures, especially ephemerons, correctly |
aa0db78e67c4
[xemacs-hg @ 2003-11-01 14:54:53 by kaltenbach]
kaltenbach
parents:
1761
diff
changeset
|
294 |
1761 | 295 2003-10-22 Vin Shelton <acs@xemacs.org> |
296 | |
297 * automated/hash-table-tests.el: Remove debugging print | |
298 statements. | |
299 | |
300 2003-10-22 Stephen J. Turnbull <stephen@xemacs.org> | |
301 | |
302 * automated/test-harness.el: List me as maintainer. | |
303 | |
1758 | 304 2003-10-21 Stephen J. Turnbull <stephen@xemacs.org> |
305 | |
306 * automated/test-harness.el (test-harness-test-compiled): | |
307 New variable to notify tests whether they are compiled or interpreted. | |
308 | |
309 * automated/weak-tests.el (test-harness-test-compiled): | |
310 Temporary hack to remind me of the reverted byte-interpreter patch. | |
311 | |
1751 | 312 2003-10-15 Stephen J. Turnbull <stephen@xemacs.org> |
313 | |
314 * automated/test-harness.el: Whitespace/readability tweaks. | |
315 (Copyright): Update. | |
316 (test-harness-file-summary-template): New constant. | |
317 (test-harness-null-summary-template): New constant. | |
318 (test-harness-from-buffer): | |
319 (batch-test-emacs): | |
320 Improve report formatting. | |
321 | |
1722 | 322 2003-09-28 Adrian Aichner <adrian@xemacs.org> |
323 | |
324 * automated/test-harness.el (batch-test-emacs): Emergency fix for | |
325 arithmetic error when no tests are run. | |
326 | |
1720 | 327 2003-09-27 Adrian Aichner <adrian@xemacs.org> |
328 | |
329 * automated/test-harness.el: Syntax emergency fix. | |
330 | |
1719 | 331 2003-09-27 Stephen J. Turnbull <stephen@xemacs.org> |
332 | |
333 * automated/test-harness.el: Give the maintainers what they want. | |
334 | |
1717 | 335 2003-09-26 Adrian Aichner <adrian@xemacs.org> |
336 | |
337 * automated/test-harness.el (test-harness-from-buffer): Revert | |
338 logging results when running noninteractive per Stephen | |
339 J. Turnbull's veto. | |
340 | |
1716 | 341 2003-09-26 Steve Youngs <youngs@xemacs.org> |
342 | |
343 * XEmacs 21.5.16 "celeriac" is released. | |
344 | |
1714 | 345 2003-09-25 Stephen J. Turnbull <stephen@xemacs.org> |
346 | |
347 * automated/regexp-tests.el (multiple-match): Test \{m,n\}. | |
348 | |
1665 | 349 2003-09-03 Steve Youngs <youngs@xemacs.org> |
350 | |
351 * XEmacs 21.5.15 "celery" is released. | |
352 | |
1656 | 353 2003-08-31 Adrian Aichner <adrian@xemacs.org> |
354 | |
355 * automated/test-harness.el (test-harness-from-buffer): Log | |
356 results when running noninteractive. | |
357 * automated/test-harness.el (batch-test-emacs): Remove misplaced | |
358 debugging code. | |
359 | |
1636 | 360 2003-08-19 Marcus Crestani <crestani@informatik.uni-tuebingen.de> |
361 Markus Kaltenbach <makalten@informatik.uni-tuebingen.de> | |
362 | |
363 * automated/weak-tests.el: Added tests for weak-lists. | |
364 | |
1612 | 365 2003-08-10 Stephen J. Turnbull <stephen@xemacs.org> |
366 | |
367 * automated/regexp-tests.el: Update copyright notice and | |
368 maintainer name. Improve comment on stale match tests. | |
369 | |
1510 | 370 2003-06-01 Steve Youngs <youngs@xemacs.org> |
371 | |
372 * XEmacs 21.5.14 "cassava" is released. | |
373 | |
1473 | 374 2003-05-10 Steve Youngs <youngs@xemacs.org> |
375 | |
376 * XEmacs 21.5.13 "cauliflower" is released. | |
377 | |
1472 | 378 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org> |
379 | |
380 * automated/regexp-tests.el (replace-match): Revert test to Assert | |
381 that registers are preserved on a failed match. | |
382 (stale match data): Test for preserve-on-failure behavior. | |
383 | |
1431 | 384 2003-04-24 Steve Youngs <youngs@xemacs.org> |
385 | |
386 * XEmacs 21.5.12 "carrot" is released. | |
387 | |
1425 | 388 2003-04-23 Stephen J. Turnbull <stephen@xemacs.org> |
389 | |
390 * automated/test-harness.el (test-harness-risk-infloops): | |
391 New variable. | |
392 | |
393 * automated/lisp-tests.el (split-string): Add tests for new API | |
394 spec. Conditionally re-enable potential infloops. | |
395 | |
396 2003-04-17 Stephen J. Turnbull <stephen@xemacs.org> | |
397 | |
398 * automated/regexp-tests.el (stale match data): Update comment. | |
399 (replace-match): Check-Error after failed match. | |
400 | |
1413 | 401 2003-04-15 Stephen J. Turnbull <stephen@xemacs.org> |
402 | |
403 * automated/test-harness.el (test-harness-known-bug): Deleted. | |
404 (test-harness-failure-tag, test-harness-success-tag): New variables. | |
405 (Known-Bug-Expect-Failure): Bind them. | |
406 (Implementation-Incomplete-Expect-Failure): New macro. Bind *-tag. | |
407 (Print-Failure, Print-Pass): Use *-tag instead of literal strings. | |
408 | |
409 * automated/symbol-tests.el (weak reference uniqueness): Mike sez | |
410 tests of garbage collector are due to incomplete descriptorization | |
411 of lisp types. Tag with Implementation-Incomplete-Expect-Failure | |
412 if KKCC. | |
413 | |
414 2003-04-03 Stephen J. Turnbull <stephen@xemacs.org> | |
415 | |
416 * automated/regexp-tests.el: Change known-bug status of Mule ranges. | |
417 | |
1389 | 418 2003-03-21 Stephen J. Turnbull <stephen@xemacs.org> |
419 | |
420 * automated/regexp-tests.el: Change known-bug status of "\\b". | |
421 | |
1316 | 422 2003-02-21 Stephen J. Turnbull <stephen@xemacs.org> |
423 | |
424 * automated/mule-tests.el (charsets-in-string): | |
425 (charsets-in-string): | |
426 Not all that glitters is gold, nor eq that which is equal. D'oh. | |
427 | |
1307 | 428 2003-02-16 Steve Youngs <youngs@xemacs.org> |
429 | |
430 * XEmacs 21.5.11 "cabbage" is released. | |
431 | |
1231 | 432 2003-01-19 Stephen J. Turnbull <stephen@xemacs.org> |
433 | |
434 * sigpipe.c: New file. Crashes 21.1 but not 21.4 or 21.5 (I | |
435 think). Thanks to Richard Mlynarik <mly@pobox.com>. | |
436 | |
437 2003-01-17 Stephen J. Turnbull <stephen@xemacs.org> | |
438 | |
439 * automated/test-harness.el (test-harness-from-buffer): Move | |
440 success rate report to end of line where it's easier to see. | |
441 | |
1195 | 442 2003-01-09 Stephen J. Turnbull <stephen@xemacs.org> |
443 | |
444 * automated/mule-tests.el: Test cases for charset-in-* functions. | |
445 | |
446 2003-01-06 Stephen J. Turnbull <stephen@xemacs.org> | |
447 | |
448 * automated/regexp-tests.el (stale match data): Stale match data | |
449 persists after failed match. Thanks to <bjacob@ca.metsci.com>. | |
450 | |
1187 | 451 2003-01-04 Steve Youngs <youngs@xemacs.org> |
452 | |
453 * XEmacs 21.5.10 "burdock" is released. | |
454 | |
1175 | 455 2002-12-27 Stephen J. Turnbull <stephen@xemacs.org> |
456 | |
457 * automated/regexp-tests.el (Mule character class): New test | |
458 cases. Based on draft patch by Daiki Ueno <daiki@xemacs.org>. | |
459 | |
460 * automated/test-harness.el (Print-Pass): Comment. | |
461 | |
462 2002-10-19 Stephen J. Turnbull <stephen@xemacs.org> | |
1095 | 463 |
464 * automated/test-harness.el (test-harness-expect-bug): New variable. | |
465 (Known-Bug-Expect-Failure): New macro. | |
466 (Skip-Test-Unless): New macro. | |
467 (Check-Message): Use Skip-Test-Unless. | |
468 (test-harness-from-buffer): Type fixes. | |
469 | |
470 * automated/regexp-tests.el: Use Known-Bug-Expect-Failure. | |
471 | |
472 * automated/syntax-tests.el: Use Skip-Test-Unless. | |
473 | |
1024 | 474 2002-09-09 Stephen J. Turnbull <stephen@xemacs.org> |
475 | |
476 * automated/regexp-tests.el: Add test for stale subexpr match-data. | |
477 Thanks to Martin Stjernholm for the report. | |
478 | |
479 * automated/syntax-tests.el: Conditionalize syntax-table property | |
480 tests on feature. Enable feature if present. | |
481 | |
482 2002-09-12 Stephen J. Turnbull <stephen@xemacs.org> | |
483 | |
484 * automated/regexp-tests.el: Add word-boundary regexp tests. | |
485 | |
981 | 486 2002-08-30 Steve Youngs <youngs@xemacs.org> |
487 | |
488 * XEmacs 21.5.9 "brussels sprouts" is released. | |
489 | |
973 | 490 2002-08-22 Stephen J. Turnbull <stephen@xemacs.org> |
491 | |
492 * automated/test-harness.el (test-harness-from-buffer): | |
493 Print-Skip: new local function. | |
494 | |
495 * automated/syntax-tests.el (forward-comment at buffer boundaries): | |
496 * automated/test-harness.el (Check-Message): | |
497 Warn, not barf, if required packages are unavailable. | |
498 | |
933 | 499 2002-07-27 Steve Youngs <youngs@xemacs.org> |
500 | |
501 * XEmacs 21.5.8 "broccoli" is released. | |
502 | |
928 | 503 2002-07-20 Mike Sperber <mike@xemacs.org> |
504 | |
505 * automated/test-harness.el (test-harness-read-from-buffer): Fix | |
506 incorrect call of `princ'. | |
507 | |
894 | 508 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
509 | |
510 * XEmacs 21.5.7 "broccoflower" is released. | |
511 | |
890 | 512 2002-06-27 Mike Sperber <mike@xemacs.org> |
513 | |
514 * automated/weak-tests.el: Create. | |
515 | |
875 | 516 2002-06-23 Stephen J. Turnbull <stephen@xemacs.org> |
517 | |
518 * automated/mule-tests.el ((featurep 'mule)): Fix unicode test. | |
519 | |
863 | 520 2002-04-27 Stephen J. Turnbull <stephen@xemacs.org> |
521 | |
522 * automated/test-harness.el (test-harness-from-buffer): Clean up | |
523 Check-Message and Check-Error-Message when done. | |
524 | |
826 | 525 2002-05-05 Ben Wing <ben@xemacs.org> |
526 | |
527 * automated/lisp-tests.el: | |
528 * automated/symbol-tests.el: | |
529 * automated/test-harness.el: | |
530 * automated/test-harness.el (test-harness-from-buffer): | |
531 Fix test harness to output FAIL messages to stderr when in | |
532 batch mode. | |
533 | |
534 Fix up some problems in lisp-tests/symbol-tests that were | |
535 causing spurious failures. | |
536 | |
804 | 537 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
538 | |
539 * XEmacs 21.5.6 "bok choi" is released. | |
540 | |
800 | 541 2002-03-31 Ben Wing <ben@xemacs.org> |
542 | |
543 * automated/mule-tests.el ((featurep 'mule)): | |
544 Fix for new Unicode support. | |
545 | |
774 | 546 2002-03-12 Ben Wing <ben@xemacs.org> |
547 | |
3322 | 548 * The Great Mule Merge of March 2002: |
549 see node by that name in the Internals Manual. | |
774 | 550 |
768 | 551 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
552 | |
553 * XEmacs 21.5.5 "beets" is released. | |
554 | |
725 | 555 2002-01-08 Stephen J. Turnbull <stephen@xemacs.org> |
556 | |
557 * XEmacs 21.5.4 "bamboo" is released. | |
558 | |
654 | 559 2001-09-07 Stephen J. Turnbull <stephen@xemacs.org> |
560 | |
561 * XEmacs 21.5.3 "asparagus" is released. | |
562 | |
641 | 563 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org> |
564 | |
565 * XEmacs 21.5.2 "artichoke" is released. | |
566 | |
597 | 567 2001-05-29 Martin Buchholz <martin@xemacs.org> |
568 | |
569 * automated/mule-tests.el: | |
570 Avoid test failure if (temp-directory) is a symlink. | |
571 | |
522 | 572 2001-05-09 Martin Buchholz <martin@xemacs.org> |
573 | |
574 * XEmacs 21.5.1 "anise" is released. | |
575 | |
472 | 576 2001-04-18 Martin Buchholz <martin@xemacs.org> |
577 | |
578 * XEmacs 21.5.0 "alfalfa" is released. | |
579 | |
464 | 580 2001-03-23 Martin Buchholz <martin@xemacs.org> |
581 | |
582 * automated/lisp-tests.el: | |
583 Add test for mis-byte-compilation of (- 0 x). | |
584 | |
462 | 585 2001-03-21 Martin Buchholz <martin@xemacs.org> |
586 | |
587 * XEmacs 21.2.46 "Urania" is released. | |
588 | |
589 2001-03-09 William M. Perry <wmperry@aventail.com> | |
590 | |
591 * gtk/UNIMPLEMENTED: | |
592 * gtk/event-stream-tests.el: | |
593 * gtk/gnome-test.el: | |
594 * gtk/gtk-embedded-test.el: | |
595 * gtk/gtk-extra-test.el: | |
596 * gtk/gtk-test.el: | |
597 * gtk/gtk-test.glade: | |
598 * gtk/statusbar-test.el: | |
599 * gtk/toolbar-test.el: | |
600 * gtk/xemacs-toolbar.el: | |
601 The Great GTK Merge: new directory and files. | |
602 | |
603 2001-03-02 Ben Wing <ben@xemacs.org> | |
604 | |
605 * automated\case-tests.el (string-0-through-32): | |
606 (string-127-through-160): Created new strings which contain | |
607 unprintable characters, and initialize them in a loop. | |
608 Rewrite all strings using unprintable characters as concat's | |
609 with the above variables, so that this file can be made ASCII, | |
610 not binary. | |
611 | |
460 | 612 2001-02-23 Martin Buchholz <martin@xemacs.org> |
613 | |
614 * XEmacs 21.2.45 "Thelxepeia" is released. | |
615 | |
616 2001-02-20 Matt Tucker <tuck@whistlingfish.net> | |
617 | |
618 * automated/syntax-tests.el: remove debug message | |
619 | |
620 2001-02-17 Matt Tucker <tuck@whistlingfish.net> | |
621 | |
622 * automated/syntax-tests.el: | |
623 Added tests for syntax-table extents. | |
624 Added regression tests for fencepost bugs with | |
625 `find_start_of_comment' and `find_end_of_comment'. | |
626 | |
458 | 627 2001-02-08 Martin Buchholz <martin@xemacs.org> |
628 | |
629 * XEmacs 21.2.44 "Thalia" is released. | |
630 | |
456 | 631 2001-01-26 Martin Buchholz <martin@xemacs.org> |
632 | |
633 * XEmacs 21.2.43 "Terspichore" is released. | |
634 | |
454 | 635 2001-01-20 Martin Buchholz <martin@xemacs.org> |
636 | |
637 * XEmacs 21.2.42 "Poseidon" is released. | |
638 | |
452 | 639 2001-01-17 Martin Buchholz <martin@xemacs.org> |
640 | |
641 * XEmacs 21.2.41 "Polyhymnia" is released. | |
642 | |
643 2001-01-15 Martin Buchholz <martin@xemacs.org> | |
644 | |
645 * automated/byte-compiler-tests.el ((let ((z 1)) (or (setq z 42)) z)): | |
646 Add regression test for mis-byte-compilation. | |
647 | |
450 | 648 2001-01-08 Martin Buchholz <martin@xemacs.org> |
649 | |
650 * XEmacs 21.2.40 is released. | |
651 | |
448 | 652 2000-12-31 Martin Buchholz <martin@xemacs.org> |
653 | |
654 * XEmacs 21.2.39 is released. | |
655 | |
656 2000-12-28 Martin Buchholz <martin@xemacs.org> | |
657 | |
658 * automated/lisp-tests.el: | |
659 Avoid triggering Solaris printf buffer overflow from (format). | |
660 | |
661 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org> | |
662 | |
663 * redisplay-tests.el: New file. | |
664 | |
665 2000-12-12 Martin Buchholz <martin@xemacs.org> | |
666 | |
667 * automated/lisp-tests.el: Add/Change (format) tests. | |
668 | |
669 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org> | |
670 | |
671 * automated/lisp-test.el: Test if all-completions ignore | |
672 elements start with space. | |
673 | |
674 2000-12-04 Yoshiki Hayashi <yoshiki@xemacs.org> | |
675 | |
676 * automated/regexp-tests.el: Test unmatched search doesn't | |
677 alter match-string. | |
678 | |
446 | 679 2000-12-05 Martin Buchholz <martin@xemacs.org> |
680 | |
681 * XEmacs 21.2.38 is released. | |
682 | |
683 2000-12-01 Martin Buchholz <martin@xemacs.org> | |
684 | |
685 * automated/test-harness.el (test-harness-from-buffer): Throw away | |
686 all warnings, even those not influenced by byte-compiler-warnings. | |
687 | |
688 2000-11-30 Martin Buchholz <martin@xemacs.org> | |
689 | |
690 * automated/lisp-tests.el: | |
691 Test byte-compiler arithmetic optimizations. | |
692 | |
693 2000-11-27 Yoshiki Hayashi <yoshiki@xemacs.org> | |
694 | |
695 * automated/case-tests.el: Add more tests. | |
696 | |
697 2000-11-24 Yoshiki Hayashi <yoshiki@xemacs.org> | |
698 | |
699 * automated/regexp-tests.el: New file. | |
700 | |
701 2000-11-22 Martin Buchholz <martin@xemacs.org> | |
702 | |
703 * automated/lisp-tests.el: | |
704 Add 64-bit-correctness format tests. | |
705 Don't quote the first arg to Check-Error. | |
706 | |
707 2000-11-14 Yoshiki Hayashi <yoshiki@xemacs.org> | |
708 | |
709 * automated/case-tests.el: New file. | |
710 | |
444 | 711 2000-11-14 Martin Buchholz <martin@xemacs.org> |
712 | |
713 * XEmacs 21.2.37 is released. | |
714 | |
715 2000-11-09 Yoshiki Hayashi <yoshiki@xemacs.org> | |
716 | |
717 * automated/lisp-test.el: More format tests. | |
718 | |
719 2000-11-10 Yoshiki Hayashi <yoshiki@xemacs.org> | |
720 | |
721 * automated/ccl-tests.el (ccl-test-simple-read-and-write): | |
722 (ccl-test-read-write-multibyte-character): Use make-char | |
723 for non MULE XEmacs. | |
724 | |
725 2000-10-15 MIYASHITA Hisashi <himi@m17n.org> | |
726 | |
727 * automated/ccl-tests.el: New file. | |
728 | |
729 2000-10-30 Yoshiki Hayashi <yoshiki@xemacs.org> | |
730 | |
731 * automated/lisp-test.el: Add test for format. | |
732 | |
733 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org> | |
734 | |
735 * automated/byte-compiler-test.el: Add optimization test for | |
736 byte-after-unbind-ops. | |
737 | |
738 2000-10-13 Yoshiki Hayashi <yoshiki@xemacs.org> | |
739 | |
740 * automated/hash-table-test.el: Make new cons cell for | |
741 equal and not eq object. | |
742 | |
743 2000-10-03 Yoshiki Hayashi <yoshiki@xemacs.org> | |
744 | |
745 * automated/lisp-test.el: Add replace-match test. | |
746 | |
442 | 747 2000-10-04 Martin Buchholz <martin@xemacs.org> |
748 | |
749 * XEmacs 21.2.36 is released. | |
750 | |
751 2000-09-27 Martin Buchholz <martin@xemacs.org> | |
752 | |
753 * automated/lisp-tests.el: Add `current-time' test. | |
754 | |
755 2000-09-16 Martin Buchholz <martin@xemacs.org> | |
756 | |
757 * automated/mule-tests.el: Add ucs tests. | |
758 | |
759 * DLL/dltest.c: Remove reference to obsolete emacsfns.h | |
760 | |
761 2000-08-03 Yoshiki Hayashi <yoshiki@xemacs.org> | |
762 | |
763 * automated/lisp-test.el: Check matching \\= against string | |
764 doesn't crash XEmacs. | |
765 From: Markus Linnala <maage@cs.tut.fi> | |
766 | |
767 2000-07-26 Andy Piper <andy@xemacs.org> | |
768 | |
769 * glyph-test.el: fix for new glyph instantiation mechanism. | |
770 | |
771 2000-07-31 Martin Buchholz <martin@xemacs.org> | |
772 | |
773 * automated/hash-table-tests.el: | |
774 Fix up test suite to comply with new hash table weakness API. | |
775 | |
776 2000-07-19 Martin Buchholz <martin@xemacs.org> | |
777 | |
778 * XEmacs 21.2.35 is released. | |
779 | |
780 2000-06-17 Martin Buchholz <martin@xemacs.org> | |
781 | |
782 * automated/database-tests.el: Remove any previous .pag, .dir files. | |
783 | |
784 2000-05-28 Martin Buchholz <martin@xemacs.org> | |
785 | |
786 * XEmacs 21.2.34 is released. | |
787 | |
788 2000-05-01 Martin Buchholz <martin@xemacs.org> | |
789 | |
790 * XEmacs 21.2.33 is released. | |
791 | |
792 2000-03-20 Martin Buchholz <martin@xemacs.org> | |
793 | |
794 * XEmacs 21.2.32 is released. | |
795 | |
796 2000-03-10 Martin Buchholz <martin@xemacs.org> | |
797 | |
798 * automated/mule-tests.el: Check that (make-temp-name) returns | |
799 unique values. | |
800 | |
801 2000-03-06 Yoshiki Hayashi <yoshiki@xemacs.org> | |
802 | |
803 * gutter-test.el: Fix name of specifier. | |
804 | |
805 2000-02-23 Martin Buchholz <martin@xemacs.org> | |
806 | |
807 * XEmacs 21.2.31 is released. | |
808 | |
809 2000-02-21 Martin Buchholz <martin@xemacs.org> | |
810 | |
811 * XEmacs 21.2.30 is released. | |
812 | |
813 2000-02-17 Martin Buchholz <martin@xemacs.org> | |
814 | |
815 * automated/mule-tests.el: Added some fileio tests. | |
816 | |
817 2000-02-16 Martin Buchholz <martin@xemacs.org> | |
818 | |
819 * XEmacs 21.2.29 is released. | |
820 | |
821 2000-02-13 Martin Buchholz <martin@xemacs.org> | |
822 | |
823 * automated/lisp-tests.el: Add subseq tests. | |
824 | |
440 | 825 2000-02-07 Martin Buchholz <martin@xemacs.org> |
826 | |
827 * XEmacs 21.2.28 is released. | |
828 | |
829 2000-02-07 Martin Buchholz <martin@xemacs.org> | |
830 | |
831 * automated/lisp-tests.el: Add plist manipulation tests. | |
832 | |
833 2000-02-02 Martin Buchholz <martin@xemacs.org> | |
834 | |
835 * automated/symbol-tests.el: Crashes fixed, so resurrect | |
836 makunbound test for dontusethis-set-symbol-value-handler. | |
837 Add more dontusethis-set-symbol-value-handler tests. | |
838 Should fix any lingering problems with gnus playing with | |
839 pathname-coding-system. | |
840 | |
841 2000-01-25 Martin Buchholz <martin@xemacs.org> | |
842 | |
843 * mule-tests.el: Add coding-system tests. | |
844 | |
438 | 845 2000-01-18 Martin Buchholz <martin@xemacs.org> |
846 | |
847 * XEmacs 21.2.27 is released. | |
848 | |
849 1999-12-24 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
850 | |
851 * automated/syntax-tests.el: New file. | |
852 Add test for scan_words using forward-word and backword-word. | |
853 | |
854 2000-01-08 Martin Buchholz <martin@xemacs.org> | |
855 | |
856 * automated/mule-tests.el: | |
857 Test resizing of small and big (> 8k bytes) strings. | |
858 | |
436 | 859 1999-12-31 Martin Buchholz <martin@xemacs.org> |
860 | |
861 * XEmacs 21.2.26 is released. | |
862 | |
434 | 863 1999-12-24 Martin Buchholz <martin@xemacs.org> |
864 | |
865 * XEmacs 21.2.25 is released. | |
866 | |
867 1999-12-21 Martin Buchholz <martin@xemacs.org> | |
868 | |
869 * automated/byte-compiler-tests.el: Add Jan's tests for equal | |
870 effect of bytecode and interpreted code. | |
871 | |
872 * automated/lisp-tests.el: Add tests for near-text functions. | |
873 | |
874 1999-12-19 Martin Buchholz <martin@xemacs.org> | |
875 | |
876 * automated/mule-tests.el: Add tests for fillarray, aset. | |
877 | |
878 1999-12-17 Martin Buchholz <martin@xemacs.org> | |
879 | |
880 * automated/lisp-tests.el: Add tests for mapcar1() crashes. | |
881 | |
432 | 882 1999-12-14 Martin Buchholz <martin@xemacs.org> |
883 | |
884 * XEmacs 21.2.24 is released. | |
885 | |
430 | 886 1999-12-07 Martin Buchholz <martin@xemacs.org> |
887 | |
888 * XEmacs 21.2.23 is released. | |
889 | |
428 | 890 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org> |
891 | |
892 * XEmacs 21.2.22 is released | |
893 | |
894 1999-11-28 Martin Buchholz <martin@xemacs.org> | |
895 | |
896 * XEmacs 21.2.21 is released. | |
897 | |
898 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org> | |
899 | |
900 * XEmacs 21.2.20 is released | |
901 | |
902 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org> | |
903 | |
904 * XEmacs 21.2.19 is released | |
905 | |
906 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org> | |
907 | |
908 * XEmacs 21.2.18 is released | |
909 | |
910 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org> | |
911 | |
912 * XEmacs 21.2.17 is released | |
913 | |
914 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org> | |
915 | |
916 * XEmacs 21.2.16 is released | |
917 | |
918 1999-06-07 Hrvoje Niksic <hniksic@srce.hr> | |
919 | |
920 * automated/base64-tests.el: Check for error instead for nil where | |
921 error conditions are expected. | |
922 | |
923 * automated/base64-tests.el: Comment out (for now) the code that | |
924 causes crashes. | |
925 | |
926 1999-06-05 Hrvoje Niksic <hniksic@srce.hr> | |
927 | |
928 * automated/base64-tests.el: Check that the decoder handles | |
929 arbitrary characters. Cut down on the number of tests. | |
930 | |
931 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org> | |
932 | |
933 * XEmacs 21.2.15 is released | |
934 | |
935 1999-06-02 Oscar Figueiredo <oscar@xemacs.org> | |
936 | |
937 * automated/lisp-tests.el: Test `split-string' | |
938 | |
939 1999-05-27 Hrvoje Niksic <hniksic@srce.hr> | |
940 | |
941 * automated/base64-tests.el: New file. | |
942 | |
943 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org> | |
944 | |
945 * XEmacs 21.2.14 is released | |
946 | |
947 1999-05-06 Hrvoje Niksic <hniksic@srce.hr> | |
948 | |
949 * automated/symbol-tests.el: Add many more tests. | |
950 | |
951 1999-05-06 Hrvoje Niksic <hniksic@srce.hr> | |
952 | |
953 * automated/lisp-tests.el: Ditto. | |
954 | |
955 * automated/hash-table-tests.el: Ditto. | |
956 | |
957 * automated/database-tests.el: Don't use backquote where quote | |
958 would suffice. | |
959 | |
960 * automated/symbol-tests.el: Add tests for magic symbols. | |
961 | |
962 1999-05-04 Hrvoje Niksic <hniksic@srce.hr> | |
963 | |
964 * automated/hash-table-tests.el: Fix comment. | |
965 | |
966 1999-04-22 Hrvoje Niksic <hniksic@srce.hr> | |
967 | |
968 * automated/test-harness.el (batch-test-emacs): Minor fixes. | |
969 | |
970 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org> | |
971 | |
972 * XEmacs 21.2.13 is released | |
973 | |
974 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
975 | |
976 * XEmacs 21.2.12 is released | |
977 | |
978 1999-03-01 XEmacs Build Bot <builds@cvs.xemacs.org> | |
979 | |
980 * XEmacs 21.2.11 is released | |
981 | |
982 1999-02-05 XEmacs Build Bot <builds@cvs.xemacs.org> | |
983 | |
984 * XEmacs 21.2.10 is released | |
985 | |
986 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
987 | |
988 * XEmacs 21.2.9 is released | |
989 | |
990 1999-01-30 Martin Buchholz <martin@xemacs.org> | |
991 | |
992 * automated/lisp-tests.el: Add test for buffer-local function | |
993 parameter crash | |
994 | |
995 1998-12-30 Martin Buchholz <martin@xemacs.org> | |
996 | |
997 * automated/database-tests.el: Minor tweaks | |
998 | |
999 * ChangeLog: new file | |
1000 |