* tests/interp.test: Added tests for evaluation of closure bodies.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
51357176
JB
11999-09-03 James Blandy <jimb@mule.m17n.org>
2
3 * tests/multilingual.nottest: New file, which we will turn into a
4 test file once we actually have multilingual support to test.
5
6 * tests/load.test: New test file.
7
6658356f
JB
81999-08-30 James Blandy <jimb@mule.m17n.org>
9
10 * tests/strings.test: New test file.
11
d1b143e9
GH
121999-08-29 Gary Houston <ghouston@easynet.co.uk>
13
14 * tests/ports.test: test unread-char and unread-string.
15
0eb2e8cd
GH
161999-08-19 Gary Houston <ghouston@easynet.co.uk>
17
18 * tests/ports.test: test line-buffering of fports.
19
7f214e60
GH
201999-08-18 Gary Houston <ghouston@easynet.co.uk>
21
22 * tests/ports.test: tests for NUL and non-ASCII chars to fports.
23
75efe453
GH
241999-08-12 Gary Houston <ghouston@easynet.co.uk>
25
26 * tests/ports.test: lseek -> seek.
27
7c035009
GH
281999-08-04 Gary Houston <ghouston@easynet.co.uk>
29
30 * tests/ports.test: tests for buffered and unbuffered input/output
31 fports with seeking.
32
769f054d
JB
331999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
34
35 * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
36 corresponds to an example object, not a predicate. Aubrey
37 probably never noticed this because SCM doesn't check the lengths
38 of the arguments to for-each and map...
39
40 * tests/ports.test: Add some regression tests for char-ready?.
41
a3bb43e5
JB
421999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
43
769f054d
JB
44 * tests/ports.test: Fix copyright years.
45
46 * tests/guardians.test: New test file.
47
a3bb43e5
JB
48 * tests/ports.test ("read-delimited!"): New tests.
49
9bb7a7ef
JB
501999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
51
52 * tests/interp.test: New file.
53
70c4c075
JB
541999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
55
efcbc5eb
JB
56 * tests/time.test: New test file.
57
70c4c075
JB
58 * tests/r4rs.test: New set of tests, taken from Guile's test
59 script, taken from SCM.
60
61 * tests/ports.test: Group the string port tests under a new
62 test name prefix.
63
64 * tests/ports.test ("line counter"): Check the final column, too.
65
66 * lib.scm: Import (test-suite paths).
67 (data-file): New exported function.
68
691999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
70
71 * tests/ports.test ("line counter"): Add test for correct column
72 at EOF.
73
30521685
JB
741999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
75
e6c32806
JB
76 * tests/ports.test ("line counter"): Verify that we do eventually
77 get EOF on the port --- don't just read forever.
78
30521685
JB
79 * lib.scm (full-reporter): The test name is the cadr of the
80 result, not the cdr. I'm not macho enough to handle run-time
81 typechecking.
82
e6c32806
JB
83 * lib.scm (print-counts): XFAILS are "expected failures", not
84 "unexpected failures."
85
30521685
JB
86 * lib.scm, guile-test, paths.scm: Log begins.
87