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