*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
f7fb2f39
RB
12005-02-12 Rob Browning <rlb@defaultvalue.org>
2
3 * standalone/test-require-extension: new test script.
4
5 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
6 (TESTS): add test-require-extension.
7
3087a981
KR
82005-02-12 Kevin Ryde <user42@zip.com.au>
9
10 * tests/srfi-1.test (reduce, reduce-right): New tests.
11
8ff01742
KR
122005-02-11 Kevin Ryde <user42@zip.com.au>
13
14 * tests/fractions.test (ash): Remove tests of ash on fractions, not
15 supported after scm_ash rewrite.
16
cbec54af
KR
172005-02-04 Kevin Ryde <user42@zip.com.au>
18
19 * tests/srfi-1.test (list=): New tests.
20
38c3534c
KR
212005-01-29 Kevin Ryde <user42@zip.com.au>
22
23 * tests/numbers.test (ash): New tests.
24
83743da0 25 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
38c3534c 26
4d38e6f0
KR
272005-01-28 Kevin Ryde <user42@zip.com.au>
28
29 * tests/syntax.test (while): Tests running in empty environment are
30 now "unresolved" due to workaround in while implementation.
31
edfc07b3
KR
322005-01-24 Kevin Ryde <user42@zip.com.au>
33
be1b896c
KR
34 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
35 avoid warning from gcc 3.4 on 64-bit systems about casting int
36 (32-bits) to pointer (64-bits).
37
edfc07b3
KR
38 * tests/srfi-1.test (lset=, member): New tests.
39
2a1ee5cd
KR
402005-01-12 Kevin Ryde <user42@zip.com.au>
41
42 * tests/srfi-39.test (current-input-port, current-output-port,
43 current-error-port): New tests.
44
74c58fce
MV
452005-01-10 Marius Vollmer <mvo@zagadka.de>
46
47 * tests/unif.test (exception:wrong-num-indices): New, use it for
48 array-set! tests with wrong number of indices.
49
f01fe441
MV
502005-01-07 Marius Vollmer <mvo@zagadka.de>
51
52 * tests/srfi-4.test: Use (test-suite lib) module.
53
2aaf5726
MV
542005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
55
56 * tests/unif.test (have-llvect?): Removed, Scheme code will always
57 have u64 and s64 uniform vectors.
58
34ae52fc
MV
592005-01-05 Marius Vollmer <mvo@zagadka.de>
60
61 * tests/unif.test: Use *unspecified* instead of #f to get an
62 uninitialized array.
63
f1fd6418
KR
642005-01-04 Kevin Ryde <user42@zip.com.au>
65
66 * tests/ramap.test: New file, test array-map!.
67 * Makefile.am (SCM_TESTS): Add it.
68
5be5e699
MV
692005-01-02 Marius Vollmer <mvo@zagadka.de>
70
71 * tests/unif.test: Rewritten for new 'typed' approach to uniform
72 arrays.
73
74 * tests/sort.test: New tests, especially for sorting non-contigous
75 and negative-incrementing vectors.
76
af113331
KR
772005-01-02 Kevin Ryde <user42@zip.com.au>
78
79 * tests/srfi-39.test: Use define-module to keep bindings from
80 subsequent tests, use test-suite lib for stand-alone checking.
81
82 * Makefile.am (SCM_TESTS): Add srfi-39.test.
83
d241f86a
NJ
842004-12-27 Neil Jerram <neil@ossau.uklinux.net>
85
86 * tests/continuations.test (continuations): Moved continuation /
87 stack tests here, and added save and restore of debug options.
88
49c51610
MV
892004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
90
91 * tests/eval.test: News tests for making stacks from
92 continuations. From Neil Jerram.
93
86347b2b
KR
942004-12-10 Kevin Ryde <user42@zip.com.au>
95
96 * tests/socket.test (inet-pton): New tests.
97
6d7db381
KR
982004-12-06 Kevin Ryde <user42@zip.com.au>
99
b9e1ef08
KR
100 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
101 tests.
6d7db381 102
b8024707
KR
1032004-12-05 Kevin Ryde <user42@zip.com.au>
104
105 * tests/srfi-1.test (append-map, filter-map): New tests.
106
d550e35f
MV
1072004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
108
109 * tests/unif.test: Replaced uniform-array-set1! with just
110 array-set!. Do not check improper index lists, which can't arise
111 with uarray-set!. Use "#s16()" instead of "#h()".
112
bb9f50ae
MV
1132004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
114
115 * tests/unif.test: Removed tests that tried to store a character
116 into a byte vector, which no longer works. Characters are not
117 bytes.
118
c454c4e6
DH
1192004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
120
121 * tests/syntax.test: Added tests for unmemoization.
122
6a0813c3
MV
1232004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
124
125 * tests/strings.test (string-set!): Explicitely construct
126 read-only string. String literals are not yet read-only.
127
818deb11
MV
1282004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
129
130 * tests/unif.test (array-equal?): New test.
131
d748089e
KR
1322004-09-29 Kevin Ryde <user42@zip.com.au>
133
134 * tests/regexp.test (match:string): New tests.
135
e5c2d5c8
KR
1362004-09-26 Kevin Ryde <user42@zip.com.au>
137
138 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
139 let-optional*): Add tests of internal defines when no bindings.
140
effad639
MV
1412004-09-25 Marius Vollmer <mvo@zagadka.de>
142
143 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
144 instead of LDFLAGS; the latter is a user variable.
145
ad7de4b8
MV
1462004-09-24 Marius Vollmer <mvo@zagadka.de>
147
148 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
149 GUILE_CFLAGS.
150
c9fedf8a
MV
1512004-09-23 Marius Vollmer <mvo@zagadka.de>
152
153 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
154 Accept new wording.
155
77d0383a
MV
1562004-09-22 Marius Vollmer <mvo@zagadka.de>
157
158 * tests/ports.test ("string ports"): Copy string literal so that
159 it can be modified.
160 * tests/srfi-13.test ("string-copy!"): Likewise.
161 * tests/strings.test ("substring/shared"): Likewise.
162
1c923ba7
KR
1632004-09-09 Kevin Ryde <user42@zip.com.au>
164
165 * tests/streams.test: New file.
166
0b49c645
MV
1672004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
168
169 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
170 exact result, use (expt 1/2 2) instead.
171
05414844
KR
1722004-09-08 Kevin Ryde <user42@zip.com.au>
173
174 * tests/ports.test (port-column): Further tests, of new \a \b \r.
175
5de12658
KR
1762004-09-07 Kevin Ryde <user42@zip.com.au>
177
178 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
179 (integer?): Exercise nan and +/-inf.
180
181 * tests/time.test (gmtime, strptime): New tests, but unresolved.
182 (internal-time-units-per-second): New test.
183
df47ddf0
KR
1842004-09-02 Kevin Ryde <user42@zip.com.au>
185
186 * tests/format.test (~@d): New tests.
b8d95267 187 New tests of excess arguments now ignored.
df47ddf0 188
7dd381c5
KR
1892004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
190
191 * tests/gc.test: Exercise record in weak-values hash table, exposing a
192 problem in 1.6.4 gc, but believed fixed by other changes in the head.
193
d9eb2d67
MV
1942004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
195
196 * tests/srfi-13.test (module-peek): Removed, this kluge is no
197 longer necessary.
198
c581203a
KR
1992004-08-27 Kevin Ryde <user42@zip.com.au>
200
201 * tests/regexp.test (regexp-quote): New tests.
202
3fa36d58
KR
203 * tests/srfi-31.test: Use define-module to keep bindings out of
204 further tests. Use-module (test-suite lib) for stand-alone operation.
205 (rec): Exercise bad args.
206
4b0ad1f4
KR
2072004-08-25 Kevin Ryde <user42@zip.com.au>
208
209 * tests/and-let-star.test: More tests, in particular exercise #t
210 result on empty body.
211
c5080b51
MV
2122004-08-25 Marius Vollmer <mvo@zagadka.de>
213
214 * tests/strings.test: Two more tests for double indirect substring
215 modification.
216
5e466273
MV
2172004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
218
219 * lib.scm (exception:used-before-define): New.
220 * tests/syntax.test ("letrec"): Use it.
221
d4f76919
KR
2222004-08-20 Kevin Ryde <user42@zip.com.au>
223
224 * tests/posix.test (mkstemp!): New tests.
225
cf3dd949
MV
2262004-08-20 Marius Vollmer <mvo@zagadka.de>
227
228 * tests/strings.test: Two tests for substring/shared. Also, use
229 (test-suite lib).
230
b2988f46
MV
2312004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
232
233 * standalone/test-conversion.c, standalone/test-gh.c,
234 standalone/test-unwind.c: Avoid the use of discouraged or
235 deprecated things.
236
b1fbeb53
KR
2372004-08-18 Kevin Ryde <user42@zip.com.au>
238
a158acd1
KR
239 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
240 New files.
241 * Makefile.am (SCM_TESTS): Add them.
242
52d1e968
KR
243 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
244 be #f, according to R5RS.
245
bc97364a
MV
2462004-08-15 Marius Vollmer <mvo@zagadka.de>
247
248 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
249
3ff0e986
KR
2502004-08-14 Kevin Ryde <user42@zip.com.au>
251
252 * tests/srfi-13.test (string-any, string-every): Exercise char and
253 charset predicate cases.
254
8d3fd10b
MV
2552004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
256
44825fff
MV
257 * standalone/test-conversion.c (test_locale_strings): New.
258
8d3fd10b
MV
259 * standalone/test-round.c: Replaced all uses of scm_round with
260 scm_c_round.
261
636d4be5
KR
2622004-08-09 Kevin Ryde <user42@zip.com.au>
263
264 * tests/slib.test: New file.
265 * Makefile.am (SCM_TESTS): Add it.
266
bcb88c93
KR
2672004-08-06 Kevin Ryde <user42@zip.com.au>
268
269 * tests/unif.test (array-set!): Exercise byte array range checks.
270 (uniform-vector-ref): Exercise byte returns.
8f094b97 271 (array-fill!): Exercise byte range and type checks.
bcb88c93 272
759aa8f9
MV
2732004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
274
275 * standalone/test-num2integral.c: Only perform the tests when the
276 disabled features are enabled.
277
278 * standalone/test-conversion.c (test_to_double, test_from_double):
279 New tests.
280
71234d0c
KR
2812004-08-02 Kevin Ryde <user42@zip.com.au>
282
283 * tests/srfi-13.test (string-every): Check empty string case.
284
58f28989
KR
2852004-07-31 Kevin Ryde <user42@zip.com.au>
286
287 * tests/filesys.test: New file, exercising copy-file.
288 * Makefile.am (SCM_TESTS): Add it.
289
315158a8
MV
2902004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
291
292 * standalone/test-conversion.c: Many more tests for the integer
293 conversion functions.
294
081c1b24
KR
2952004-07-28 Kevin Ryde <user42@zip.com.au>
296
297 * tests/regexp.test (make-regexp): Exercise flags args validation.
298
32b435f2
KR
299 * tests/unif.test (array-set!): Exercise svect value range check.
300
6364df34
KR
3012004-07-24 Kevin Ryde <user42@zip.com.au>
302
303 * tests/common-list.test: Use define-module, to as not to import
304 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
305 warning).
306
307 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
308 suppress warnings about current-time and raise replacing core bindings.
309
ae13e8e1
KR
3102004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
311
312 * tests/format.test (~{): Test no arbitrary iteration limit.
313
0523f1c0
MV
3142004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
315
316 * standalone/test-conversion.c (test_is_signed_integer,
317 test_is_unsigned_integer): Expect inexact integers to fail.
318
677104a6
KR
3192004-07-10 Kevin Ryde <user42@zip.com.au>
320
321 * tests/hash.test: New file.
322 * Makefile.am (SCM_TESTS): Add it.
323
aacc8318
MV
3242004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
325
326 * standalone/test-unwind.c: Use scm_from_int instead of
327 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
328
c9eb03bb
MV
3292004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
330
331 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
332 etc, they are now provided by libuile.h.
333 (test_int_sizes): New.
334
9b5eee30
MV
3352004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
336
337 * standalone/test-num2integral.c, standalone/test-unwind.c:
338 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
339 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
340 scm_from_bool, and scm_is_bool, respectively.
341
342 * standalone/Makefile.am: Added test-conversion to the TESTS.
343
344 * standalone/test-conversion.c: New file.
345
6293838c
RB
3462004-06-20 Rob Browning <rlb@defaultvalue.org>
347
348 * tests/srfi-31.test: new test for SRFI-31.
349
350 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
351
c10b894e
MV
3522004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
353
354 * tests/numbers.test (number->string): Some results might differ
355 between versions of Guile compiled optimized and unoptimized.
356 Both results are accepted now.
357
aa498d0c
DH
3582004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
359
360 * tests/syntax.test: Added various tests to check that
361 unmemoization works correctly.
362
845087a4
KR
3632004-05-30 Kevin Ryde <user42@zip.com.au>
364
365 * lib.scm (exception:numerical-overflow): New define.
366 * tests/numbers.test (modulo-expt): Use it and
367 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
368