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