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