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