* eval.c: Eliminated redundant SCM_IMP tests.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
47a4dcc5
GH
12000-03-31 Gary Houston <ghouston@arglist.com>
2
3 * tests/ports.test (non-blocking-I/O): a couple more details:
4 a) combine the O_NONBLOCK flag with the default flags instead
5 of replacing them. b) check EWOULDBLOCK as well as EAGAIN.
6
33cd325f
JB
72000-03-22 Jim Blandy <jimb@savonarola.red-bean.com>
8
9 * lib.scm: Doc fixes.
10
153511a7
GB
11Sun Jan 16 14:01:51 2000 Greg J. Badros <gjb@cs.washington.edu>
12
13 * paths.scm: Assume that ~/guile-core/test-suite is the location
14 of the test suite now.
15
16 * tests/version.test: Added -- version.c had 0% coverage before,
17 now at 100%.
18
19 * tests/chars.test: Added -- needed test of char-is-both?.
20
15b08ebd
MD
211999-12-22 Greg Harvey <Greg.Harvey@thezone.net>
22
22efa996 23 * tests/weaks.test, tests/hooks.test: Added.
15b08ebd 24
807bfa83
MD
251999-12-18 Greg Harvey <Greg.Harvey@thezone.net>
26
27 * tests/alist.test: Added.
28
9fac976e
GB
29Fri Dec 17 12:14:10 1999 Greg J. Badros <gjb@cs.washington.edu>
30
31 * tests/c-api.test: Refine the list of files that are checked in
32 the seek-offset-test. Was just using files that end in "c", but
33 that caught the new ".doc" files, too, so make sure that files end
34 in ".c" before requiring that they include unistd.h if they
35 reference SEEK_(SET|CUR|END).
36
2d9e5bca
GH
371999-10-24 Gary Houston <ghouston@freewire.co.uk>
38
39 * tests/ports.test ("string ports"): test seeking/unreading from
40 an input string and seeking an output string.
41
22a92623
GH
421999-10-20 Gary Houston <ghouston@freewire.co.uk>
43
44 * tests/ports.test: in seek/tell test on input port, also test
45 that ftell doesn't discard unread chars.
46
4fcd6551
GH
471999-10-18 Gary Houston <ghouston@freewire.co.uk>
48
49 * tests/ports.test: add seek/tell tests for unidirectional ports.
50
e59373d6
JB
511999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
52
53 * tests/reader.test: Check that number->string checks its radix
54 properly.
55
d033ad53
JB
561999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
57
65b57e21
JB
58 * tests/ports.test: Check that our input functions cope when
59 current-input-port is closed.
60
d033ad53
JB
61 * tests/regexp.test: Check regexp-substitute/global when there are
62 no matches. (Duh.)
63
8c592a93
MD
641999-09-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
65
66 * tests/c-api.test: New file. Add test to check that all source
67 files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
68
6e822cce
GH
691999-09-14 Gary Houston <ghouston@freewire.co.uk>
70
71 * tests/ports.test: test non-blocking I/O.
72
b142c81d
JB
731999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
74
75 * tests/strings.test: Add test for substring-move! argument checking.
76
77 * lib.scm (signals-error?, signals-error?*): New macro and function.
78 * tests/reader.test: Use them.
79
80 * tests/interp.test: Add copyright notice.
81
82 * tests/reader.test: New test file.
83
84 * tests/regexp.test: New test file.
85
95912c4d
MD
861999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
87
88 * tests/interp.test: Added tests for evaluation of closure bodies.
89
51357176
JB
901999-09-03 James Blandy <jimb@mule.m17n.org>
91
92 * tests/multilingual.nottest: New file, which we will turn into a
93 test file once we actually have multilingual support to test.
94
95 * tests/load.test: New test file.
96
6658356f
JB
971999-08-30 James Blandy <jimb@mule.m17n.org>
98
99 * tests/strings.test: New test file.
100
d1b143e9
GH
1011999-08-29 Gary Houston <ghouston@easynet.co.uk>
102
103 * tests/ports.test: test unread-char and unread-string.
104
0eb2e8cd
GH
1051999-08-19 Gary Houston <ghouston@easynet.co.uk>
106
107 * tests/ports.test: test line-buffering of fports.
108
7f214e60
GH
1091999-08-18 Gary Houston <ghouston@easynet.co.uk>
110
111 * tests/ports.test: tests for NUL and non-ASCII chars to fports.
112
75efe453
GH
1131999-08-12 Gary Houston <ghouston@easynet.co.uk>
114
115 * tests/ports.test: lseek -> seek.
116
7c035009
GH
1171999-08-04 Gary Houston <ghouston@easynet.co.uk>
118
119 * tests/ports.test: tests for buffered and unbuffered input/output
120 fports with seeking.
121
769f054d
JB
1221999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
123
124 * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
125 corresponds to an example object, not a predicate. Aubrey
126 probably never noticed this because SCM doesn't check the lengths
127 of the arguments to for-each and map...
128
129 * tests/ports.test: Add some regression tests for char-ready?.
130
a3bb43e5
JB
1311999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
132
769f054d
JB
133 * tests/ports.test: Fix copyright years.
134
135 * tests/guardians.test: New test file.
136
a3bb43e5
JB
137 * tests/ports.test ("read-delimited!"): New tests.
138
9bb7a7ef
JB
1391999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
140
141 * tests/interp.test: New file.
142
70c4c075
JB
1431999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
144
efcbc5eb
JB
145 * tests/time.test: New test file.
146
70c4c075
JB
147 * tests/r4rs.test: New set of tests, taken from Guile's test
148 script, taken from SCM.
149
150 * tests/ports.test: Group the string port tests under a new
151 test name prefix.
152
153 * tests/ports.test ("line counter"): Check the final column, too.
154
155 * lib.scm: Import (test-suite paths).
156 (data-file): New exported function.
157
1581999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
159
160 * tests/ports.test ("line counter"): Add test for correct column
161 at EOF.
162
30521685
JB
1631999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
164
e6c32806
JB
165 * tests/ports.test ("line counter"): Verify that we do eventually
166 get EOF on the port --- don't just read forever.
167
30521685
JB
168 * lib.scm (full-reporter): The test name is the cadr of the
169 result, not the cdr. I'm not macho enough to handle run-time
170 typechecking.
171
e6c32806
JB
172 * lib.scm (print-counts): XFAILS are "expected failures", not
173 "unexpected failures."
174
30521685
JB
175 * lib.scm, guile-test, paths.scm: Log begins.
176