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