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