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