* tests/weaks.test, tests/hooks.test: Added.
[bpt/guile.git] / test-suite / ChangeLog
1 1999-12-22 Greg Harvey <Greg.Harvey@thezone.net>
2
3 * tests/weaks.test: Added.
4
5 1999-12-18 Greg Harvey <Greg.Harvey@thezone.net>
6
7 * tests/alist.test: Added.
8
9 Fri 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
17 1999-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
22 1999-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
27 1999-10-18 Gary Houston <ghouston@freewire.co.uk>
28
29 * tests/ports.test: add seek/tell tests for unidirectional ports.
30
31 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
32
33 * tests/reader.test: Check that number->string checks its radix
34 properly.
35
36 1999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
37
38 * tests/ports.test: Check that our input functions cope when
39 current-input-port is closed.
40
41 * tests/regexp.test: Check regexp-substitute/global when there are
42 no matches. (Duh.)
43
44 1999-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
49 1999-09-14 Gary Houston <ghouston@freewire.co.uk>
50
51 * tests/ports.test: test non-blocking I/O.
52
53 1999-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
66 1999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
67
68 * tests/interp.test: Added tests for evaluation of closure bodies.
69
70 1999-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
77 1999-08-30 James Blandy <jimb@mule.m17n.org>
78
79 * tests/strings.test: New test file.
80
81 1999-08-29 Gary Houston <ghouston@easynet.co.uk>
82
83 * tests/ports.test: test unread-char and unread-string.
84
85 1999-08-19 Gary Houston <ghouston@easynet.co.uk>
86
87 * tests/ports.test: test line-buffering of fports.
88
89 1999-08-18 Gary Houston <ghouston@easynet.co.uk>
90
91 * tests/ports.test: tests for NUL and non-ASCII chars to fports.
92
93 1999-08-12 Gary Houston <ghouston@easynet.co.uk>
94
95 * tests/ports.test: lseek -> seek.
96
97 1999-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
102 1999-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
111 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
112
113 * tests/ports.test: Fix copyright years.
114
115 * tests/guardians.test: New test file.
116
117 * tests/ports.test ("read-delimited!"): New tests.
118
119 1999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
120
121 * tests/interp.test: New file.
122
123 1999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
124
125 * tests/time.test: New test file.
126
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
138 1999-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
143 1999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
144
145 * tests/ports.test ("line counter"): Verify that we do eventually
146 get EOF on the port --- don't just read forever.
147
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
152 * lib.scm (print-counts): XFAILS are "expected failures", not
153 "unexpected failures."
154
155 * lib.scm, guile-test, paths.scm: Log begins.
156