* guile-doc-snarf.in: use cut instead of sed, that's much much
[bpt/guile.git] / test-suite / ChangeLog
... / ...
CommitLineData
12000-06-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * tests/eval.test: Added.
4
52000-06-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
6
7 * tests/list.test: Use cons* instead of list*.
8
92000-06-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
10
11 * tests/numbers.test, tests/list.test: Updated for new
12 documentation module.
13
142000-05-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
15
16 * tests/hooks.test: make-hook-with-name is deprecated.
17
182000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
19
20 * tests/list.test, tests/numbers.test: Added.
21
222000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
23
24 * guile-test: Eliminate use of catch-test-errors.
25
26 * lib.scm: Adopted a couple of nice ideas from Greg.
27
28 (pass, fail, expect-failure, expect-failure-if,
29 expect-failure-if*, catch-test-errors, catch-test-errors*,
30 expected-failure-fluid, pessimist?): Removed.
31
32 (run-test, expect-fail, result-tags, important-result-tags):
33 Added.
34
35 (report, make-count-reporter, print-counts, make-log-reporter,
36 full-reporter, user-reporter): Reporters take two mandatory
37 arguments and make use of the tag descriptions in result-tags and
38 important-result-tags.
39
40 * tests/alist.test, tests/hooks.test, tests/ports.test,
41 tests/weaks.test: Don't use catch-test-errors and
42 expect-failure-if.
43
442000-05-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
45
46 * mambo.test: Removed dummy file.
47
482000-03-31 Gary Houston <ghouston@arglist.com>
49
50 * tests/ports.test (non-blocking-I/O): a couple more details:
51 a) combine the O_NONBLOCK flag with the default flags instead
52 of replacing them. b) check EWOULDBLOCK as well as EAGAIN.
53
542000-03-22 Jim Blandy <jimb@savonarola.red-bean.com>
55
56 * lib.scm: Doc fixes.
57
58Sun Jan 16 14:01:51 2000 Greg J. Badros <gjb@cs.washington.edu>
59
60 * paths.scm: Assume that ~/guile-core/test-suite is the location
61 of the test suite now.
62
63 * tests/version.test: Added -- version.c had 0% coverage before,
64 now at 100%.
65
66 * tests/chars.test: Added -- needed test of char-is-both?.
67
681999-12-22 Greg Harvey <Greg.Harvey@thezone.net>
69
70 * tests/weaks.test, tests/hooks.test: Added.
71
721999-12-18 Greg Harvey <Greg.Harvey@thezone.net>
73
74 * tests/alist.test: Added.
75
76Fri Dec 17 12:14:10 1999 Greg J. Badros <gjb@cs.washington.edu>
77
78 * tests/c-api.test: Refine the list of files that are checked in
79 the seek-offset-test. Was just using files that end in "c", but
80 that caught the new ".doc" files, too, so make sure that files end
81 in ".c" before requiring that they include unistd.h if they
82 reference SEEK_(SET|CUR|END).
83
841999-10-24 Gary Houston <ghouston@freewire.co.uk>
85
86 * tests/ports.test ("string ports"): test seeking/unreading from
87 an input string and seeking an output string.
88
891999-10-20 Gary Houston <ghouston@freewire.co.uk>
90
91 * tests/ports.test: in seek/tell test on input port, also test
92 that ftell doesn't discard unread chars.
93
941999-10-18 Gary Houston <ghouston@freewire.co.uk>
95
96 * tests/ports.test: add seek/tell tests for unidirectional ports.
97
981999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
99
100 * tests/reader.test: Check that number->string checks its radix
101 properly.
102
1031999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
104
105 * tests/ports.test: Check that our input functions cope when
106 current-input-port is closed.
107
108 * tests/regexp.test: Check regexp-substitute/global when there are
109 no matches. (Duh.)
110
1111999-09-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
112
113 * tests/c-api.test: New file. Add test to check that all source
114 files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
115
1161999-09-14 Gary Houston <ghouston@freewire.co.uk>
117
118 * tests/ports.test: test non-blocking I/O.
119
1201999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
121
122 * tests/strings.test: Add test for substring-move! argument checking.
123
124 * lib.scm (signals-error?, signals-error?*): New macro and function.
125 * tests/reader.test: Use them.
126
127 * tests/interp.test: Add copyright notice.
128
129 * tests/reader.test: New test file.
130
131 * tests/regexp.test: New test file.
132
1331999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
134
135 * tests/interp.test: Added tests for evaluation of closure bodies.
136
1371999-09-03 James Blandy <jimb@mule.m17n.org>
138
139 * tests/multilingual.nottest: New file, which we will turn into a
140 test file once we actually have multilingual support to test.
141
142 * tests/load.test: New test file.
143
1441999-08-30 James Blandy <jimb@mule.m17n.org>
145
146 * tests/strings.test: New test file.
147
1481999-08-29 Gary Houston <ghouston@easynet.co.uk>
149
150 * tests/ports.test: test unread-char and unread-string.
151
1521999-08-19 Gary Houston <ghouston@easynet.co.uk>
153
154 * tests/ports.test: test line-buffering of fports.
155
1561999-08-18 Gary Houston <ghouston@easynet.co.uk>
157
158 * tests/ports.test: tests for NUL and non-ASCII chars to fports.
159
1601999-08-12 Gary Houston <ghouston@easynet.co.uk>
161
162 * tests/ports.test: lseek -> seek.
163
1641999-08-04 Gary Houston <ghouston@easynet.co.uk>
165
166 * tests/ports.test: tests for buffered and unbuffered input/output
167 fports with seeking.
168
1691999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
170
171 * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
172 corresponds to an example object, not a predicate. Aubrey
173 probably never noticed this because SCM doesn't check the lengths
174 of the arguments to for-each and map...
175
176 * tests/ports.test: Add some regression tests for char-ready?.
177
1781999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
179
180 * tests/ports.test: Fix copyright years.
181
182 * tests/guardians.test: New test file.
183
184 * tests/ports.test ("read-delimited!"): New tests.
185
1861999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
187
188 * tests/interp.test: New file.
189
1901999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
191
192 * tests/time.test: New test file.
193
194 * tests/r4rs.test: New set of tests, taken from Guile's test
195 script, taken from SCM.
196
197 * tests/ports.test: Group the string port tests under a new
198 test name prefix.
199
200 * tests/ports.test ("line counter"): Check the final column, too.
201
202 * lib.scm: Import (test-suite paths).
203 (data-file): New exported function.
204
2051999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
206
207 * tests/ports.test ("line counter"): Add test for correct column
208 at EOF.
209
2101999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
211
212 * tests/ports.test ("line counter"): Verify that we do eventually
213 get EOF on the port --- don't just read forever.
214
215 * lib.scm (full-reporter): The test name is the cadr of the
216 result, not the cdr. I'm not macho enough to handle run-time
217 typechecking.
218
219 * lib.scm (print-counts): XFAILS are "expected failures", not
220 "unexpected failures."
221
222 * lib.scm, guile-test, paths.scm: Log begins.
223