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