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