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