* Move the responsibility for resetting port buffers from the
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
22a92623
GH
11999-10-20 Gary Houston <ghouston@freewire.co.uk>
2
3 * tests/ports.test: in seek/tell test on input port, also test
4 that ftell doesn't discard unread chars.
5
4fcd6551
GH
61999-10-18 Gary Houston <ghouston@freewire.co.uk>
7
8 * tests/ports.test: add seek/tell tests for unidirectional ports.
9
e59373d6
JB
101999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
11
12 * tests/reader.test: Check that number->string checks its radix
13 properly.
14
d033ad53
JB
151999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
16
65b57e21
JB
17 * tests/ports.test: Check that our input functions cope when
18 current-input-port is closed.
19
d033ad53
JB
20 * tests/regexp.test: Check regexp-substitute/global when there are
21 no matches. (Duh.)
22
8c592a93
MD
231999-09-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
24
25 * tests/c-api.test: New file. Add test to check that all source
26 files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
27
6e822cce
GH
281999-09-14 Gary Houston <ghouston@freewire.co.uk>
29
30 * tests/ports.test: test non-blocking I/O.
31
b142c81d
JB
321999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
33
34 * tests/strings.test: Add test for substring-move! argument checking.
35
36 * lib.scm (signals-error?, signals-error?*): New macro and function.
37 * tests/reader.test: Use them.
38
39 * tests/interp.test: Add copyright notice.
40
41 * tests/reader.test: New test file.
42
43 * tests/regexp.test: New test file.
44
95912c4d
MD
451999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
46
47 * tests/interp.test: Added tests for evaluation of closure bodies.
48
51357176
JB
491999-09-03 James Blandy <jimb@mule.m17n.org>
50
51 * tests/multilingual.nottest: New file, which we will turn into a
52 test file once we actually have multilingual support to test.
53
54 * tests/load.test: New test file.
55
6658356f
JB
561999-08-30 James Blandy <jimb@mule.m17n.org>
57
58 * tests/strings.test: New test file.
59
d1b143e9
GH
601999-08-29 Gary Houston <ghouston@easynet.co.uk>
61
62 * tests/ports.test: test unread-char and unread-string.
63
0eb2e8cd
GH
641999-08-19 Gary Houston <ghouston@easynet.co.uk>
65
66 * tests/ports.test: test line-buffering of fports.
67
7f214e60
GH
681999-08-18 Gary Houston <ghouston@easynet.co.uk>
69
70 * tests/ports.test: tests for NUL and non-ASCII chars to fports.
71
75efe453
GH
721999-08-12 Gary Houston <ghouston@easynet.co.uk>
73
74 * tests/ports.test: lseek -> seek.
75
7c035009
GH
761999-08-04 Gary Houston <ghouston@easynet.co.uk>
77
78 * tests/ports.test: tests for buffered and unbuffered input/output
79 fports with seeking.
80
769f054d
JB
811999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
82
83 * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
84 corresponds to an example object, not a predicate. Aubrey
85 probably never noticed this because SCM doesn't check the lengths
86 of the arguments to for-each and map...
87
88 * tests/ports.test: Add some regression tests for char-ready?.
89
a3bb43e5
JB
901999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
91
769f054d
JB
92 * tests/ports.test: Fix copyright years.
93
94 * tests/guardians.test: New test file.
95
a3bb43e5
JB
96 * tests/ports.test ("read-delimited!"): New tests.
97
9bb7a7ef
JB
981999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
99
100 * tests/interp.test: New file.
101
70c4c075
JB
1021999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
103
efcbc5eb
JB
104 * tests/time.test: New test file.
105
70c4c075
JB
106 * tests/r4rs.test: New set of tests, taken from Guile's test
107 script, taken from SCM.
108
109 * tests/ports.test: Group the string port tests under a new
110 test name prefix.
111
112 * tests/ports.test ("line counter"): Check the final column, too.
113
114 * lib.scm: Import (test-suite paths).
115 (data-file): New exported function.
116
1171999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
118
119 * tests/ports.test ("line counter"): Add test for correct column
120 at EOF.
121
30521685
JB
1221999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
123
e6c32806
JB
124 * tests/ports.test ("line counter"): Verify that we do eventually
125 get EOF on the port --- don't just read forever.
126
30521685
JB
127 * lib.scm (full-reporter): The test name is the cadr of the
128 result, not the cdr. I'm not macho enough to handle run-time
129 typechecking.
130
e6c32806
JB
131 * lib.scm (print-counts): XFAILS are "expected failures", not
132 "unexpected failures."
133
30521685
JB
134 * lib.scm, guile-test, paths.scm: Log begins.
135