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