*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
de142bea
DH
12000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * tests/list.test, tests/numbers.test: Added.
4
57e7f270
DH
52000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
6
7 * guile-test: Eliminate use of catch-test-errors.
8
9 * lib.scm: Adopted a couple of nice ideas from Greg.
10
11 (pass, fail, expect-failure, expect-failure-if,
12 expect-failure-if*, catch-test-errors, catch-test-errors*,
13 expected-failure-fluid, pessimist?): Removed.
14
15 (run-test, expect-fail, result-tags, important-result-tags):
16 Added.
17
18 (report, make-count-reporter, print-counts, make-log-reporter,
19 full-reporter, user-reporter): Reporters take two mandatory
20 arguments and make use of the tag descriptions in result-tags and
21 important-result-tags.
22
23 * tests/alist.test, tests/hooks.test, tests/ports.test,
24 tests/weaks.test: Don't use catch-test-errors and
25 expect-failure-if.
26
b2e37c5a
DH
272000-05-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
28
29 * mambo.test: Removed dummy file.
30
47a4dcc5
GH
312000-03-31 Gary Houston <ghouston@arglist.com>
32
33 * tests/ports.test (non-blocking-I/O): a couple more details:
34 a) combine the O_NONBLOCK flag with the default flags instead
35 of replacing them. b) check EWOULDBLOCK as well as EAGAIN.
36
33cd325f
JB
372000-03-22 Jim Blandy <jimb@savonarola.red-bean.com>
38
39 * lib.scm: Doc fixes.
40
153511a7
GB
41Sun Jan 16 14:01:51 2000 Greg J. Badros <gjb@cs.washington.edu>
42
43 * paths.scm: Assume that ~/guile-core/test-suite is the location
44 of the test suite now.
45
46 * tests/version.test: Added -- version.c had 0% coverage before,
47 now at 100%.
48
49 * tests/chars.test: Added -- needed test of char-is-both?.
50
15b08ebd
MD
511999-12-22 Greg Harvey <Greg.Harvey@thezone.net>
52
22efa996 53 * tests/weaks.test, tests/hooks.test: Added.
15b08ebd 54
807bfa83
MD
551999-12-18 Greg Harvey <Greg.Harvey@thezone.net>
56
57 * tests/alist.test: Added.
58
9fac976e
GB
59Fri Dec 17 12:14:10 1999 Greg J. Badros <gjb@cs.washington.edu>
60
61 * tests/c-api.test: Refine the list of files that are checked in
62 the seek-offset-test. Was just using files that end in "c", but
63 that caught the new ".doc" files, too, so make sure that files end
64 in ".c" before requiring that they include unistd.h if they
65 reference SEEK_(SET|CUR|END).
66
2d9e5bca
GH
671999-10-24 Gary Houston <ghouston@freewire.co.uk>
68
69 * tests/ports.test ("string ports"): test seeking/unreading from
70 an input string and seeking an output string.
71
22a92623
GH
721999-10-20 Gary Houston <ghouston@freewire.co.uk>
73
74 * tests/ports.test: in seek/tell test on input port, also test
75 that ftell doesn't discard unread chars.
76
4fcd6551
GH
771999-10-18 Gary Houston <ghouston@freewire.co.uk>
78
79 * tests/ports.test: add seek/tell tests for unidirectional ports.
80
e59373d6
JB
811999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
82
83 * tests/reader.test: Check that number->string checks its radix
84 properly.
85
d033ad53
JB
861999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
87
65b57e21
JB
88 * tests/ports.test: Check that our input functions cope when
89 current-input-port is closed.
90
d033ad53
JB
91 * tests/regexp.test: Check regexp-substitute/global when there are
92 no matches. (Duh.)
93
8c592a93
MD
941999-09-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
95
96 * tests/c-api.test: New file. Add test to check that all source
97 files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
98
6e822cce
GH
991999-09-14 Gary Houston <ghouston@freewire.co.uk>
100
101 * tests/ports.test: test non-blocking I/O.
102
b142c81d
JB
1031999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
104
105 * tests/strings.test: Add test for substring-move! argument checking.
106
107 * lib.scm (signals-error?, signals-error?*): New macro and function.
108 * tests/reader.test: Use them.
109
110 * tests/interp.test: Add copyright notice.
111
112 * tests/reader.test: New test file.
113
114 * tests/regexp.test: New test file.
115
95912c4d
MD
1161999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
117
118 * tests/interp.test: Added tests for evaluation of closure bodies.
119
51357176
JB
1201999-09-03 James Blandy <jimb@mule.m17n.org>
121
122 * tests/multilingual.nottest: New file, which we will turn into a
123 test file once we actually have multilingual support to test.
124
125 * tests/load.test: New test file.
126
6658356f
JB
1271999-08-30 James Blandy <jimb@mule.m17n.org>
128
129 * tests/strings.test: New test file.
130
d1b143e9
GH
1311999-08-29 Gary Houston <ghouston@easynet.co.uk>
132
133 * tests/ports.test: test unread-char and unread-string.
134
0eb2e8cd
GH
1351999-08-19 Gary Houston <ghouston@easynet.co.uk>
136
137 * tests/ports.test: test line-buffering of fports.
138
7f214e60
GH
1391999-08-18 Gary Houston <ghouston@easynet.co.uk>
140
141 * tests/ports.test: tests for NUL and non-ASCII chars to fports.
142
75efe453
GH
1431999-08-12 Gary Houston <ghouston@easynet.co.uk>
144
145 * tests/ports.test: lseek -> seek.
146
7c035009
GH
1471999-08-04 Gary Houston <ghouston@easynet.co.uk>
148
149 * tests/ports.test: tests for buffered and unbuffered input/output
150 fports with seeking.
151
769f054d
JB
1521999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
153
154 * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
155 corresponds to an example object, not a predicate. Aubrey
156 probably never noticed this because SCM doesn't check the lengths
157 of the arguments to for-each and map...
158
159 * tests/ports.test: Add some regression tests for char-ready?.
160
a3bb43e5
JB
1611999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
162
769f054d
JB
163 * tests/ports.test: Fix copyright years.
164
165 * tests/guardians.test: New test file.
166
a3bb43e5
JB
167 * tests/ports.test ("read-delimited!"): New tests.
168
9bb7a7ef
JB
1691999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
170
171 * tests/interp.test: New file.
172
70c4c075
JB
1731999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
174
efcbc5eb
JB
175 * tests/time.test: New test file.
176
70c4c075
JB
177 * tests/r4rs.test: New set of tests, taken from Guile's test
178 script, taken from SCM.
179
180 * tests/ports.test: Group the string port tests under a new
181 test name prefix.
182
183 * tests/ports.test ("line counter"): Check the final column, too.
184
185 * lib.scm: Import (test-suite paths).
186 (data-file): New exported function.
187
1881999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
189
190 * tests/ports.test ("line counter"): Add test for correct column
191 at EOF.
192
30521685
JB
1931999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
194
e6c32806
JB
195 * tests/ports.test ("line counter"): Verify that we do eventually
196 get EOF on the port --- don't just read forever.
197
30521685
JB
198 * lib.scm (full-reporter): The test name is the cadr of the
199 result, not the cdr. I'm not macho enough to handle run-time
200 typechecking.
201
e6c32806
JB
202 * lib.scm (print-counts): XFAILS are "expected failures", not
203 "unexpected failures."
204
30521685
JB
205 * lib.scm, guile-test, paths.scm: Log begins.
206