* Fixed two bugs with environment type predicates.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
5d3e2388
DH
12000-08-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * tests/environments.test: Added.
4
6ad9007a
DH
52000-08-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
6
7 * lib.scm (pass-if, expect-fail): Generalized to allow a sequence
8 of expressions.
9
10 * tests/eval.test: Fix documentation test.
11
685c0d71
DH
122000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
13
14 * tests/list.test: Added tests for list-ref, list-set! and
15 list-cdr-set!
16
e5d2c2fa
DH
172000-06-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
18
19 * tests/common-list.test: Added.
20
141443d7
DH
212000-06-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
22
23 * tests/eval.test: Added.
24
0a9e521f
MD
252000-06-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
26
27 * tests/list.test: Use cons* instead of list*.
28
1c4ae8de
MD
292000-06-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
30
31 * tests/numbers.test, tests/list.test: Updated for new
32 documentation module.
33
e11f8b42
DH
342000-05-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
35
36 * tests/hooks.test: make-hook-with-name is deprecated.
37
de142bea
DH
382000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
39
40 * tests/list.test, tests/numbers.test: Added.
41
57e7f270
DH
422000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
43
44 * guile-test: Eliminate use of catch-test-errors.
45
46 * lib.scm: Adopted a couple of nice ideas from Greg.
47
48 (pass, fail, expect-failure, expect-failure-if,
49 expect-failure-if*, catch-test-errors, catch-test-errors*,
50 expected-failure-fluid, pessimist?): Removed.
51
52 (run-test, expect-fail, result-tags, important-result-tags):
53 Added.
54
55 (report, make-count-reporter, print-counts, make-log-reporter,
56 full-reporter, user-reporter): Reporters take two mandatory
57 arguments and make use of the tag descriptions in result-tags and
58 important-result-tags.
59
60 * tests/alist.test, tests/hooks.test, tests/ports.test,
61 tests/weaks.test: Don't use catch-test-errors and
62 expect-failure-if.
63
b2e37c5a
DH
642000-05-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
65
66 * mambo.test: Removed dummy file.
67
47a4dcc5
GH
682000-03-31 Gary Houston <ghouston@arglist.com>
69
70 * tests/ports.test (non-blocking-I/O): a couple more details:
71 a) combine the O_NONBLOCK flag with the default flags instead
72 of replacing them. b) check EWOULDBLOCK as well as EAGAIN.
73
33cd325f
JB
742000-03-22 Jim Blandy <jimb@savonarola.red-bean.com>
75
76 * lib.scm: Doc fixes.
77
153511a7
GB
78Sun Jan 16 14:01:51 2000 Greg J. Badros <gjb@cs.washington.edu>
79
80 * paths.scm: Assume that ~/guile-core/test-suite is the location
81 of the test suite now.
82
83 * tests/version.test: Added -- version.c had 0% coverage before,
84 now at 100%.
85
86 * tests/chars.test: Added -- needed test of char-is-both?.
87
15b08ebd
MD
881999-12-22 Greg Harvey <Greg.Harvey@thezone.net>
89
22efa996 90 * tests/weaks.test, tests/hooks.test: Added.
15b08ebd 91
807bfa83
MD
921999-12-18 Greg Harvey <Greg.Harvey@thezone.net>
93
94 * tests/alist.test: Added.
95
9fac976e
GB
96Fri Dec 17 12:14:10 1999 Greg J. Badros <gjb@cs.washington.edu>
97
98 * tests/c-api.test: Refine the list of files that are checked in
99 the seek-offset-test. Was just using files that end in "c", but
100 that caught the new ".doc" files, too, so make sure that files end
101 in ".c" before requiring that they include unistd.h if they
102 reference SEEK_(SET|CUR|END).
103
2d9e5bca
GH
1041999-10-24 Gary Houston <ghouston@freewire.co.uk>
105
106 * tests/ports.test ("string ports"): test seeking/unreading from
107 an input string and seeking an output string.
108
22a92623
GH
1091999-10-20 Gary Houston <ghouston@freewire.co.uk>
110
111 * tests/ports.test: in seek/tell test on input port, also test
112 that ftell doesn't discard unread chars.
113
4fcd6551
GH
1141999-10-18 Gary Houston <ghouston@freewire.co.uk>
115
116 * tests/ports.test: add seek/tell tests for unidirectional ports.
117
e59373d6
JB
1181999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
119
120 * tests/reader.test: Check that number->string checks its radix
121 properly.
122
d033ad53
JB
1231999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
124
65b57e21
JB
125 * tests/ports.test: Check that our input functions cope when
126 current-input-port is closed.
127
d033ad53
JB
128 * tests/regexp.test: Check regexp-substitute/global when there are
129 no matches. (Duh.)
130
8c592a93
MD
1311999-09-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
132
133 * tests/c-api.test: New file. Add test to check that all source
134 files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
135
6e822cce
GH
1361999-09-14 Gary Houston <ghouston@freewire.co.uk>
137
138 * tests/ports.test: test non-blocking I/O.
139
b142c81d
JB
1401999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
141
142 * tests/strings.test: Add test for substring-move! argument checking.
143
144 * lib.scm (signals-error?, signals-error?*): New macro and function.
145 * tests/reader.test: Use them.
146
147 * tests/interp.test: Add copyright notice.
148
149 * tests/reader.test: New test file.
150
151 * tests/regexp.test: New test file.
152
95912c4d
MD
1531999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
154
155 * tests/interp.test: Added tests for evaluation of closure bodies.
156
51357176
JB
1571999-09-03 James Blandy <jimb@mule.m17n.org>
158
159 * tests/multilingual.nottest: New file, which we will turn into a
160 test file once we actually have multilingual support to test.
161
162 * tests/load.test: New test file.
163
6658356f
JB
1641999-08-30 James Blandy <jimb@mule.m17n.org>
165
166 * tests/strings.test: New test file.
167
d1b143e9
GH
1681999-08-29 Gary Houston <ghouston@easynet.co.uk>
169
170 * tests/ports.test: test unread-char and unread-string.
171
0eb2e8cd
GH
1721999-08-19 Gary Houston <ghouston@easynet.co.uk>
173
174 * tests/ports.test: test line-buffering of fports.
175
7f214e60
GH
1761999-08-18 Gary Houston <ghouston@easynet.co.uk>
177
178 * tests/ports.test: tests for NUL and non-ASCII chars to fports.
179
75efe453
GH
1801999-08-12 Gary Houston <ghouston@easynet.co.uk>
181
182 * tests/ports.test: lseek -> seek.
183
7c035009
GH
1841999-08-04 Gary Houston <ghouston@easynet.co.uk>
185
186 * tests/ports.test: tests for buffered and unbuffered input/output
187 fports with seeking.
188
769f054d
JB
1891999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
190
191 * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
192 corresponds to an example object, not a predicate. Aubrey
193 probably never noticed this because SCM doesn't check the lengths
194 of the arguments to for-each and map...
195
196 * tests/ports.test: Add some regression tests for char-ready?.
197
a3bb43e5
JB
1981999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
199
769f054d
JB
200 * tests/ports.test: Fix copyright years.
201
202 * tests/guardians.test: New test file.
203
a3bb43e5
JB
204 * tests/ports.test ("read-delimited!"): New tests.
205
9bb7a7ef
JB
2061999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
207
208 * tests/interp.test: New file.
209
70c4c075
JB
2101999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
211
efcbc5eb
JB
212 * tests/time.test: New test file.
213
70c4c075
JB
214 * tests/r4rs.test: New set of tests, taken from Guile's test
215 script, taken from SCM.
216
217 * tests/ports.test: Group the string port tests under a new
218 test name prefix.
219
220 * tests/ports.test ("line counter"): Check the final column, too.
221
222 * lib.scm: Import (test-suite paths).
223 (data-file): New exported function.
224
2251999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
226
227 * tests/ports.test ("line counter"): Add test for correct column
228 at EOF.
229
30521685
JB
2301999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
231
e6c32806
JB
232 * tests/ports.test ("line counter"): Verify that we do eventually
233 get EOF on the port --- don't just read forever.
234
30521685
JB
235 * lib.scm (full-reporter): The test name is the cadr of the
236 result, not the cdr. I'm not macho enough to handle run-time
237 typechecking.
238
e6c32806
JB
239 * lib.scm (print-counts): XFAILS are "expected failures", not
240 "unexpected failures."
241
30521685
JB
242 * lib.scm, guile-test, paths.scm: Log begins.
243