*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
1 Sun Jan 16 14:01:51 2000 Greg J. Badros <gjb@cs.washington.edu>
2
3 * paths.scm: Assume that ~/guile-core/test-suite is the location
4 of the test suite now.
5
6 * tests/version.test: Added -- version.c had 0% coverage before,
7 now at 100%.
8
9 * tests/chars.test: Added -- needed test of char-is-both?.
10
11 1999-12-22 Greg Harvey <Greg.Harvey@thezone.net>
12
13 * tests/weaks.test, tests/hooks.test: Added.
14
15 1999-12-18 Greg Harvey <Greg.Harvey@thezone.net>
16
17 * tests/alist.test: Added.
18
19 Fri Dec 17 12:14:10 1999 Greg J. Badros <gjb@cs.washington.edu>
20
21 * tests/c-api.test: Refine the list of files that are checked in
22 the seek-offset-test. Was just using files that end in "c", but
23 that caught the new ".doc" files, too, so make sure that files end
24 in ".c" before requiring that they include unistd.h if they
25 reference SEEK_(SET|CUR|END).
26
27 1999-10-24 Gary Houston <ghouston@freewire.co.uk>
28
29 * tests/ports.test ("string ports"): test seeking/unreading from
30 an input string and seeking an output string.
31
32 1999-10-20 Gary Houston <ghouston@freewire.co.uk>
33
34 * tests/ports.test: in seek/tell test on input port, also test
35 that ftell doesn't discard unread chars.
36
37 1999-10-18 Gary Houston <ghouston@freewire.co.uk>
38
39 * tests/ports.test: add seek/tell tests for unidirectional ports.
40
41 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
42
43 * tests/reader.test: Check that number->string checks its radix
44 properly.
45
46 1999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
47
48 * tests/ports.test: Check that our input functions cope when
49 current-input-port is closed.
50
51 * tests/regexp.test: Check regexp-substitute/global when there are
52 no matches. (Duh.)
53
54 1999-09-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
55
56 * tests/c-api.test: New file. Add test to check that all source
57 files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
58
59 1999-09-14 Gary Houston <ghouston@freewire.co.uk>
60
61 * tests/ports.test: test non-blocking I/O.
62
63 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
64
65 * tests/strings.test: Add test for substring-move! argument checking.
66
67 * lib.scm (signals-error?, signals-error?*): New macro and function.
68 * tests/reader.test: Use them.
69
70 * tests/interp.test: Add copyright notice.
71
72 * tests/reader.test: New test file.
73
74 * tests/regexp.test: New test file.
75
76 1999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
77
78 * tests/interp.test: Added tests for evaluation of closure bodies.
79
80 1999-09-03 James Blandy <jimb@mule.m17n.org>
81
82 * tests/multilingual.nottest: New file, which we will turn into a
83 test file once we actually have multilingual support to test.
84
85 * tests/load.test: New test file.
86
87 1999-08-30 James Blandy <jimb@mule.m17n.org>
88
89 * tests/strings.test: New test file.
90
91 1999-08-29 Gary Houston <ghouston@easynet.co.uk>
92
93 * tests/ports.test: test unread-char and unread-string.
94
95 1999-08-19 Gary Houston <ghouston@easynet.co.uk>
96
97 * tests/ports.test: test line-buffering of fports.
98
99 1999-08-18 Gary Houston <ghouston@easynet.co.uk>
100
101 * tests/ports.test: tests for NUL and non-ASCII chars to fports.
102
103 1999-08-12 Gary Houston <ghouston@easynet.co.uk>
104
105 * tests/ports.test: lseek -> seek.
106
107 1999-08-04 Gary Houston <ghouston@easynet.co.uk>
108
109 * tests/ports.test: tests for buffered and unbuffered input/output
110 fports with seeking.
111
112 1999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
113
114 * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
115 corresponds to an example object, not a predicate. Aubrey
116 probably never noticed this because SCM doesn't check the lengths
117 of the arguments to for-each and map...
118
119 * tests/ports.test: Add some regression tests for char-ready?.
120
121 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
122
123 * tests/ports.test: Fix copyright years.
124
125 * tests/guardians.test: New test file.
126
127 * tests/ports.test ("read-delimited!"): New tests.
128
129 1999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
130
131 * tests/interp.test: New file.
132
133 1999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
134
135 * tests/time.test: New test file.
136
137 * tests/r4rs.test: New set of tests, taken from Guile's test
138 script, taken from SCM.
139
140 * tests/ports.test: Group the string port tests under a new
141 test name prefix.
142
143 * tests/ports.test ("line counter"): Check the final column, too.
144
145 * lib.scm: Import (test-suite paths).
146 (data-file): New exported function.
147
148 1999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
149
150 * tests/ports.test ("line counter"): Add test for correct column
151 at EOF.
152
153 1999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
154
155 * tests/ports.test ("line counter"): Verify that we do eventually
156 get EOF on the port --- don't just read forever.
157
158 * lib.scm (full-reporter): The test name is the cadr of the
159 result, not the cdr. I'm not macho enough to handle run-time
160 typechecking.
161
162 * lib.scm (print-counts): XFAILS are "expected failures", not
163 "unexpected failures."
164
165 * lib.scm, guile-test, paths.scm: Log begins.
166