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