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