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