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