5be671ce489b1f1d655f39bdf10eb9ba1cb6004b
[bpt/guile.git] / test-suite / ChangeLog
1 1999-09-14 Gary Houston <ghouston@freewire.co.uk>
2
3 * tests/ports.test: test non-blocking I/O.
4
5 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
6
7 * tests/strings.test: Add test for substring-move! argument checking.
8
9 * lib.scm (signals-error?, signals-error?*): New macro and function.
10 * tests/reader.test: Use them.
11
12 * tests/interp.test: Add copyright notice.
13
14 * tests/reader.test: New test file.
15
16 * tests/regexp.test: New test file.
17
18 1999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
19
20 * tests/interp.test: Added tests for evaluation of closure bodies.
21
22 1999-09-03 James Blandy <jimb@mule.m17n.org>
23
24 * tests/multilingual.nottest: New file, which we will turn into a
25 test file once we actually have multilingual support to test.
26
27 * tests/load.test: New test file.
28
29 1999-08-30 James Blandy <jimb@mule.m17n.org>
30
31 * tests/strings.test: New test file.
32
33 1999-08-29 Gary Houston <ghouston@easynet.co.uk>
34
35 * tests/ports.test: test unread-char and unread-string.
36
37 1999-08-19 Gary Houston <ghouston@easynet.co.uk>
38
39 * tests/ports.test: test line-buffering of fports.
40
41 1999-08-18 Gary Houston <ghouston@easynet.co.uk>
42
43 * tests/ports.test: tests for NUL and non-ASCII chars to fports.
44
45 1999-08-12 Gary Houston <ghouston@easynet.co.uk>
46
47 * tests/ports.test: lseek -> seek.
48
49 1999-08-04 Gary Houston <ghouston@easynet.co.uk>
50
51 * tests/ports.test: tests for buffered and unbuffered input/output
52 fports with seeking.
53
54 1999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
55
56 * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
57 corresponds to an example object, not a predicate. Aubrey
58 probably never noticed this because SCM doesn't check the lengths
59 of the arguments to for-each and map...
60
61 * tests/ports.test: Add some regression tests for char-ready?.
62
63 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
64
65 * tests/ports.test: Fix copyright years.
66
67 * tests/guardians.test: New test file.
68
69 * tests/ports.test ("read-delimited!"): New tests.
70
71 1999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
72
73 * tests/interp.test: New file.
74
75 1999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
76
77 * tests/time.test: New test file.
78
79 * tests/r4rs.test: New set of tests, taken from Guile's test
80 script, taken from SCM.
81
82 * tests/ports.test: Group the string port tests under a new
83 test name prefix.
84
85 * tests/ports.test ("line counter"): Check the final column, too.
86
87 * lib.scm: Import (test-suite paths).
88 (data-file): New exported function.
89
90 1999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
91
92 * tests/ports.test ("line counter"): Add test for correct column
93 at EOF.
94
95 1999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
96
97 * tests/ports.test ("line counter"): Verify that we do eventually
98 get EOF on the port --- don't just read forever.
99
100 * lib.scm (full-reporter): The test name is the cadr of the
101 result, not the cdr. I'm not macho enough to handle run-time
102 typechecking.
103
104 * lib.scm (print-counts): XFAILS are "expected failures", not
105 "unexpected failures."
106
107 * lib.scm, guile-test, paths.scm: Log begins.
108