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