*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
9fac976e
GB
1Fri Dec 17 12:14:10 1999 Greg J. Badros <gjb@cs.washington.edu>
2
3 * tests/c-api.test: Refine the list of files that are checked in
4 the seek-offset-test. Was just using files that end in "c", but
5 that caught the new ".doc" files, too, so make sure that files end
6 in ".c" before requiring that they include unistd.h if they
7 reference SEEK_(SET|CUR|END).
8
2d9e5bca
GH
91999-10-24 Gary Houston <ghouston@freewire.co.uk>
10
11 * tests/ports.test ("string ports"): test seeking/unreading from
12 an input string and seeking an output string.
13
22a92623
GH
141999-10-20 Gary Houston <ghouston@freewire.co.uk>
15
16 * tests/ports.test: in seek/tell test on input port, also test
17 that ftell doesn't discard unread chars.
18
4fcd6551
GH
191999-10-18 Gary Houston <ghouston@freewire.co.uk>
20
21 * tests/ports.test: add seek/tell tests for unidirectional ports.
22
e59373d6
JB
231999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
24
25 * tests/reader.test: Check that number->string checks its radix
26 properly.
27
d033ad53
JB
281999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
29
65b57e21
JB
30 * tests/ports.test: Check that our input functions cope when
31 current-input-port is closed.
32
d033ad53
JB
33 * tests/regexp.test: Check regexp-substitute/global when there are
34 no matches. (Duh.)
35
8c592a93
MD
361999-09-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
37
38 * tests/c-api.test: New file. Add test to check that all source
39 files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
40
6e822cce
GH
411999-09-14 Gary Houston <ghouston@freewire.co.uk>
42
43 * tests/ports.test: test non-blocking I/O.
44
b142c81d
JB
451999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
46
47 * tests/strings.test: Add test for substring-move! argument checking.
48
49 * lib.scm (signals-error?, signals-error?*): New macro and function.
50 * tests/reader.test: Use them.
51
52 * tests/interp.test: Add copyright notice.
53
54 * tests/reader.test: New test file.
55
56 * tests/regexp.test: New test file.
57
95912c4d
MD
581999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
59
60 * tests/interp.test: Added tests for evaluation of closure bodies.
61
51357176
JB
621999-09-03 James Blandy <jimb@mule.m17n.org>
63
64 * tests/multilingual.nottest: New file, which we will turn into a
65 test file once we actually have multilingual support to test.
66
67 * tests/load.test: New test file.
68
6658356f
JB
691999-08-30 James Blandy <jimb@mule.m17n.org>
70
71 * tests/strings.test: New test file.
72
d1b143e9
GH
731999-08-29 Gary Houston <ghouston@easynet.co.uk>
74
75 * tests/ports.test: test unread-char and unread-string.
76
0eb2e8cd
GH
771999-08-19 Gary Houston <ghouston@easynet.co.uk>
78
79 * tests/ports.test: test line-buffering of fports.
80
7f214e60
GH
811999-08-18 Gary Houston <ghouston@easynet.co.uk>
82
83 * tests/ports.test: tests for NUL and non-ASCII chars to fports.
84
75efe453
GH
851999-08-12 Gary Houston <ghouston@easynet.co.uk>
86
87 * tests/ports.test: lseek -> seek.
88
7c035009
GH
891999-08-04 Gary Houston <ghouston@easynet.co.uk>
90
91 * tests/ports.test: tests for buffered and unbuffered input/output
92 fports with seeking.
93
769f054d
JB
941999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
95
96 * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
97 corresponds to an example object, not a predicate. Aubrey
98 probably never noticed this because SCM doesn't check the lengths
99 of the arguments to for-each and map...
100
101 * tests/ports.test: Add some regression tests for char-ready?.
102
a3bb43e5
JB
1031999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
104
769f054d
JB
105 * tests/ports.test: Fix copyright years.
106
107 * tests/guardians.test: New test file.
108
a3bb43e5
JB
109 * tests/ports.test ("read-delimited!"): New tests.
110
9bb7a7ef
JB
1111999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
112
113 * tests/interp.test: New file.
114
70c4c075
JB
1151999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
116
efcbc5eb
JB
117 * tests/time.test: New test file.
118
70c4c075
JB
119 * tests/r4rs.test: New set of tests, taken from Guile's test
120 script, taken from SCM.
121
122 * tests/ports.test: Group the string port tests under a new
123 test name prefix.
124
125 * tests/ports.test ("line counter"): Check the final column, too.
126
127 * lib.scm: Import (test-suite paths).
128 (data-file): New exported function.
129
1301999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
131
132 * tests/ports.test ("line counter"): Add test for correct column
133 at EOF.
134
30521685
JB
1351999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
136
e6c32806
JB
137 * tests/ports.test ("line counter"): Verify that we do eventually
138 get EOF on the port --- don't just read forever.
139
30521685
JB
140 * lib.scm (full-reporter): The test name is the cadr of the
141 result, not the cdr. I'm not macho enough to handle run-time
142 typechecking.
143
e6c32806
JB
144 * lib.scm (print-counts): XFAILS are "expected failures", not
145 "unexpected failures."
146
30521685
JB
147 * lib.scm, guile-test, paths.scm: Log begins.
148