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