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