Do not fail when the GC does not collect an object, report it as
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
fc4abd0e
MV
12005-06-12 Marius Vollmer <mvo@zagadka.de>
2
3 * standalone/test-gh.c: Do nothing when deprecated things are
4 disabled.
5
e4da0740
HWN
62005-06-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
7
8 * tests/gc.test ("gc"): add a test to verify that modules are
9 garbage collected.
10
27667158
KR
112005-06-11 Kevin Ryde <user42@zip.com.au>
12
13 * tests/srfi-13.test (string-filter): A few more tests.
14
5e5ea911
KR
152005-06-10 Kevin Ryde <user42@zip.com.au>
16
17 * tests/unif.test (array-index-map!): Add a test failing in the
18 current code.
19
4d54ee35
KR
202005-06-06 Kevin Ryde <user42@zip.com.au>
21
22 * tests/strings.test (string-split): Try splitting on an 8-bit char.
23
10bb8679
KR
24 * tests/unif.test (array-in-bounds?): Add a test failing in the
25 current code.
26
b52f5697
KR
272005-05-07 Kevin Ryde <user42@zip.com.au>
28
29 * tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate,
30 not-pair?, xcons): New tests.
31
8ad5d74a
KR
322005-05-04 Kevin Ryde <user42@zip.com.au>
33
34 * tests/srfi-1.test (break!, drop-right!, drop-while, eighth, fifth,
35 ninth, seventh, sixth, span!, take!, take-while, take-while!, tenth):
36 New tests.
37
b52f5697
KR
38 * tests/unif.test (make-shared-array): Add failing case shared of
39 shared.
40
97d790b3
KR
412005-04-30 Kevin Ryde <user42@zip.com.au>
42
43 * tests/numbers.test (/): Further tests.
44
597052a2
KR
452005-04-25 Kevin Ryde <user42@zip.com.au>
46
47 * tests/ramap.test (array-map!): Further tests.
48
dc1e26b0
KR
492005-04-23 Kevin Ryde <user42@zip.com.au>
50
51 * tests/hash.test (hashx-remove!): New tests.
52
8cb2eff8 53 * tests/list.test (list, make-list, cons*): New tests.
dc1e26b0 54
13155c50
KR
55 * tests/numbers.test (numerator, denominator): New tests.
56
c51682b4
KR
57 * tests/srfi-1.test (concatenate, concatenate!, count, filter-map,
58 lset-adjoin): More tests.
59
78fae161
KR
602005-04-14 Kevin Ryde <user42@zip.com.au>
61
62 * tests/numbers.test (1+, 1-): New tests.
63
bd6795e9
KR
642005-04-11 Kevin Ryde <user42@zip.com.au>
65
66 * tests/srfi-13.test (string-concatenate, string-concatenate/shared):
67 New tests.
68
9b60e16f
KR
692005-04-02 Kevin Ryde <user42@zip.com.au>
70
88fb3e46
KR
71 * tests/numbers.test (round): Add some fraction cases.
72
9b60e16f
KR
73 * tests/srfi-1.test (lset-union): More tests.
74
3c4eabbe
KR
752005-03-26 Kevin Ryde <user42@zip.com.au>
76
77 * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
78
e96f5ee7
KR
792005-03-18 Kevin Ryde <user42@zip.com.au>
80
4bc6f1c6
KR
81 * tests/srfi-1.test (filter-map): More tests.
82
e96f5ee7
KR
83 * tests/srfi-17.test: A few more tests from the 1.6 branch.
84
44981fcb
KR
852005-03-16 Kevin Ryde <user42@zip.com.au>
86
56b92514
KR
87 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
88 take-right): New tests.
44981fcb 89
b1d5e700
KR
902005-03-14 Kevin Ryde <user42@zip.com.au>
91
92 * tests/srfi-1.test (find, find-tail, lset-union): New tests.
93 (lset-adjoin): Corrections to some tests.
94
938d9909
KR
952005-03-13 Kevin Ryde <user42@zip.com.au>
96
97 * tests/numbers.test (=): Exercise inum/flonum cases that used to
98 round on 64-bit systems.
99
100 * tests/numbers.test (logior): New tests, exercising negative bignums
101 reducing to inum.
102
103 * tests/srfi-60.test: New file.
104 * Makefile.am (SCM_TESTS): Add it.
105
a81b8618
MV
1062005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
107
108 * tests/threads.test: Only test when 'threads are provided.
109
57491e85
KR
1102005-02-21 Kevin Ryde <user42@zip.com.au>
111
112 * tests/numbers.test (string->number): Exercise polar form with
113 invalid angle.
114
85c981f6
KR
1152005-02-18 Kevin Ryde <user42@zip.com.au>
116
117 * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
118 among args cast out.
119
f7fb2f39
RB
1202005-02-12 Rob Browning <rlb@defaultvalue.org>
121
122 * standalone/test-require-extension: new test script.
123
124 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
125 (TESTS): add test-require-extension.
126
3087a981
KR
1272005-02-12 Kevin Ryde <user42@zip.com.au>
128
129 * tests/srfi-1.test (reduce, reduce-right): New tests.
130
8ff01742
KR
1312005-02-11 Kevin Ryde <user42@zip.com.au>
132
133 * tests/fractions.test (ash): Remove tests of ash on fractions, not
134 supported after scm_ash rewrite.
135
cbec54af
KR
1362005-02-04 Kevin Ryde <user42@zip.com.au>
137
138 * tests/srfi-1.test (list=): New tests.
139
38c3534c
KR
1402005-01-29 Kevin Ryde <user42@zip.com.au>
141
142 * tests/numbers.test (ash): New tests.
143
83743da0 144 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
38c3534c 145
4d38e6f0
KR
1462005-01-28 Kevin Ryde <user42@zip.com.au>
147
148 * tests/syntax.test (while): Tests running in empty environment are
149 now "unresolved" due to workaround in while implementation.
150
edfc07b3
KR
1512005-01-24 Kevin Ryde <user42@zip.com.au>
152
be1b896c
KR
153 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
154 avoid warning from gcc 3.4 on 64-bit systems about casting int
155 (32-bits) to pointer (64-bits).
156
edfc07b3
KR
157 * tests/srfi-1.test (lset=, member): New tests.
158
2a1ee5cd
KR
1592005-01-12 Kevin Ryde <user42@zip.com.au>
160
161 * tests/srfi-39.test (current-input-port, current-output-port,
162 current-error-port): New tests.
163
74c58fce
MV
1642005-01-10 Marius Vollmer <mvo@zagadka.de>
165
166 * tests/unif.test (exception:wrong-num-indices): New, use it for
167 array-set! tests with wrong number of indices.
168
f01fe441
MV
1692005-01-07 Marius Vollmer <mvo@zagadka.de>
170
171 * tests/srfi-4.test: Use (test-suite lib) module.
172
2aaf5726
MV
1732005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
174
175 * tests/unif.test (have-llvect?): Removed, Scheme code will always
176 have u64 and s64 uniform vectors.
177
34ae52fc
MV
1782005-01-05 Marius Vollmer <mvo@zagadka.de>
179
180 * tests/unif.test: Use *unspecified* instead of #f to get an
181 uninitialized array.
182
f1fd6418
KR
1832005-01-04 Kevin Ryde <user42@zip.com.au>
184
185 * tests/ramap.test: New file, test array-map!.
186 * Makefile.am (SCM_TESTS): Add it.
187
5be5e699
MV
1882005-01-02 Marius Vollmer <mvo@zagadka.de>
189
190 * tests/unif.test: Rewritten for new 'typed' approach to uniform
191 arrays.
192
193 * tests/sort.test: New tests, especially for sorting non-contigous
194 and negative-incrementing vectors.
195
af113331
KR
1962005-01-02 Kevin Ryde <user42@zip.com.au>
197
198 * tests/srfi-39.test: Use define-module to keep bindings from
199 subsequent tests, use test-suite lib for stand-alone checking.
200
201 * Makefile.am (SCM_TESTS): Add srfi-39.test.
202
d241f86a
NJ
2032004-12-27 Neil Jerram <neil@ossau.uklinux.net>
204
205 * tests/continuations.test (continuations): Moved continuation /
206 stack tests here, and added save and restore of debug options.
207
49c51610
MV
2082004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
209
210 * tests/eval.test: News tests for making stacks from
211 continuations. From Neil Jerram.
212
86347b2b
KR
2132004-12-10 Kevin Ryde <user42@zip.com.au>
214
215 * tests/socket.test (inet-pton): New tests.
216
6d7db381
KR
2172004-12-06 Kevin Ryde <user42@zip.com.au>
218
b9e1ef08
KR
219 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
220 tests.
6d7db381 221
b8024707
KR
2222004-12-05 Kevin Ryde <user42@zip.com.au>
223
224 * tests/srfi-1.test (append-map, filter-map): New tests.
225
d550e35f
MV
2262004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
227
228 * tests/unif.test: Replaced uniform-array-set1! with just
229 array-set!. Do not check improper index lists, which can't arise
230 with uarray-set!. Use "#s16()" instead of "#h()".
231
bb9f50ae
MV
2322004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
233
234 * tests/unif.test: Removed tests that tried to store a character
235 into a byte vector, which no longer works. Characters are not
236 bytes.
237
c454c4e6
DH
2382004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
239
240 * tests/syntax.test: Added tests for unmemoization.
241
6a0813c3
MV
2422004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
243
244 * tests/strings.test (string-set!): Explicitely construct
245 read-only string. String literals are not yet read-only.
246
818deb11
MV
2472004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
248
249 * tests/unif.test (array-equal?): New test.
250
d748089e
KR
2512004-09-29 Kevin Ryde <user42@zip.com.au>
252
253 * tests/regexp.test (match:string): New tests.
254
e5c2d5c8
KR
2552004-09-26 Kevin Ryde <user42@zip.com.au>
256
257 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
258 let-optional*): Add tests of internal defines when no bindings.
259
effad639
MV
2602004-09-25 Marius Vollmer <mvo@zagadka.de>
261
262 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
263 instead of LDFLAGS; the latter is a user variable.
264
ad7de4b8
MV
2652004-09-24 Marius Vollmer <mvo@zagadka.de>
266
267 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
268 GUILE_CFLAGS.
269
c9fedf8a
MV
2702004-09-23 Marius Vollmer <mvo@zagadka.de>
271
272 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
273 Accept new wording.
274
77d0383a
MV
2752004-09-22 Marius Vollmer <mvo@zagadka.de>
276
277 * tests/ports.test ("string ports"): Copy string literal so that
278 it can be modified.
279 * tests/srfi-13.test ("string-copy!"): Likewise.
280 * tests/strings.test ("substring/shared"): Likewise.
281
1c923ba7
KR
2822004-09-09 Kevin Ryde <user42@zip.com.au>
283
284 * tests/streams.test: New file.
285
0b49c645
MV
2862004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
287
288 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
289 exact result, use (expt 1/2 2) instead.
290
05414844
KR
2912004-09-08 Kevin Ryde <user42@zip.com.au>
292
293 * tests/ports.test (port-column): Further tests, of new \a \b \r.
294
5de12658
KR
2952004-09-07 Kevin Ryde <user42@zip.com.au>
296
297 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
298 (integer?): Exercise nan and +/-inf.
299
300 * tests/time.test (gmtime, strptime): New tests, but unresolved.
301 (internal-time-units-per-second): New test.
302
df47ddf0
KR
3032004-09-02 Kevin Ryde <user42@zip.com.au>
304
305 * tests/format.test (~@d): New tests.
b8d95267 306 New tests of excess arguments now ignored.
df47ddf0 307
7dd381c5
KR
3082004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
309
310 * tests/gc.test: Exercise record in weak-values hash table, exposing a
311 problem in 1.6.4 gc, but believed fixed by other changes in the head.
312
d9eb2d67
MV
3132004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
314
315 * tests/srfi-13.test (module-peek): Removed, this kluge is no
316 longer necessary.
317
c581203a
KR
3182004-08-27 Kevin Ryde <user42@zip.com.au>
319
320 * tests/regexp.test (regexp-quote): New tests.
321
3fa36d58
KR
322 * tests/srfi-31.test: Use define-module to keep bindings out of
323 further tests. Use-module (test-suite lib) for stand-alone operation.
324 (rec): Exercise bad args.
325
4b0ad1f4
KR
3262004-08-25 Kevin Ryde <user42@zip.com.au>
327
328 * tests/and-let-star.test: More tests, in particular exercise #t
329 result on empty body.
330
c5080b51
MV
3312004-08-25 Marius Vollmer <mvo@zagadka.de>
332
333 * tests/strings.test: Two more tests for double indirect substring
334 modification.
335
5e466273
MV
3362004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
337
338 * lib.scm (exception:used-before-define): New.
339 * tests/syntax.test ("letrec"): Use it.
340
d4f76919
KR
3412004-08-20 Kevin Ryde <user42@zip.com.au>
342
343 * tests/posix.test (mkstemp!): New tests.
344
cf3dd949
MV
3452004-08-20 Marius Vollmer <mvo@zagadka.de>
346
347 * tests/strings.test: Two tests for substring/shared. Also, use
348 (test-suite lib).
349
b2988f46
MV
3502004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
351
352 * standalone/test-conversion.c, standalone/test-gh.c,
353 standalone/test-unwind.c: Avoid the use of discouraged or
354 deprecated things.
355
b1fbeb53
KR
3562004-08-18 Kevin Ryde <user42@zip.com.au>
357
a158acd1
KR
358 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
359 New files.
360 * Makefile.am (SCM_TESTS): Add them.
361
52d1e968
KR
362 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
363 be #f, according to R5RS.
364
bc97364a
MV
3652004-08-15 Marius Vollmer <mvo@zagadka.de>
366
367 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
368
3ff0e986
KR
3692004-08-14 Kevin Ryde <user42@zip.com.au>
370
371 * tests/srfi-13.test (string-any, string-every): Exercise char and
372 charset predicate cases.
373
8d3fd10b
MV
3742004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
375
44825fff
MV
376 * standalone/test-conversion.c (test_locale_strings): New.
377
8d3fd10b
MV
378 * standalone/test-round.c: Replaced all uses of scm_round with
379 scm_c_round.
380
636d4be5
KR
3812004-08-09 Kevin Ryde <user42@zip.com.au>
382
383 * tests/slib.test: New file.
384 * Makefile.am (SCM_TESTS): Add it.
385
bcb88c93
KR
3862004-08-06 Kevin Ryde <user42@zip.com.au>
387
388 * tests/unif.test (array-set!): Exercise byte array range checks.
389 (uniform-vector-ref): Exercise byte returns.
8f094b97 390 (array-fill!): Exercise byte range and type checks.
bcb88c93 391
759aa8f9
MV
3922004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
393
394 * standalone/test-num2integral.c: Only perform the tests when the
395 disabled features are enabled.
396
397 * standalone/test-conversion.c (test_to_double, test_from_double):
398 New tests.
399
71234d0c
KR
4002004-08-02 Kevin Ryde <user42@zip.com.au>
401
402 * tests/srfi-13.test (string-every): Check empty string case.
403
58f28989
KR
4042004-07-31 Kevin Ryde <user42@zip.com.au>
405
406 * tests/filesys.test: New file, exercising copy-file.
407 * Makefile.am (SCM_TESTS): Add it.
408
315158a8
MV
4092004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
410
411 * standalone/test-conversion.c: Many more tests for the integer
412 conversion functions.
413
081c1b24
KR
4142004-07-28 Kevin Ryde <user42@zip.com.au>
415
416 * tests/regexp.test (make-regexp): Exercise flags args validation.
417
32b435f2
KR
418 * tests/unif.test (array-set!): Exercise svect value range check.
419
6364df34
KR
4202004-07-24 Kevin Ryde <user42@zip.com.au>
421
422 * tests/common-list.test: Use define-module, to as not to import
423 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
424 warning).
425
426 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
427 suppress warnings about current-time and raise replacing core bindings.
428
ae13e8e1
KR
4292004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
430
431 * tests/format.test (~{): Test no arbitrary iteration limit.
432
0523f1c0
MV
4332004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
434
435 * standalone/test-conversion.c (test_is_signed_integer,
436 test_is_unsigned_integer): Expect inexact integers to fail.
437
677104a6
KR
4382004-07-10 Kevin Ryde <user42@zip.com.au>
439
440 * tests/hash.test: New file.
441 * Makefile.am (SCM_TESTS): Add it.
442
aacc8318
MV
4432004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
444
445 * standalone/test-unwind.c: Use scm_from_int instead of
446 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
447
c9eb03bb
MV
4482004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
449
450 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
451 etc, they are now provided by libuile.h.
452 (test_int_sizes): New.
453
9b5eee30
MV
4542004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
455
456 * standalone/test-num2integral.c, standalone/test-unwind.c:
457 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
458 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
459 scm_from_bool, and scm_is_bool, respectively.
460
461 * standalone/Makefile.am: Added test-conversion to the TESTS.
462
463 * standalone/test-conversion.c: New file.
464
6293838c
RB
4652004-06-20 Rob Browning <rlb@defaultvalue.org>
466
467 * tests/srfi-31.test: new test for SRFI-31.
468
469 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
470
c10b894e
MV
4712004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
472
473 * tests/numbers.test (number->string): Some results might differ
474 between versions of Guile compiled optimized and unoptimized.
475 Both results are accepted now.
476
aa498d0c
DH
4772004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
478
479 * tests/syntax.test: Added various tests to check that
480 unmemoization works correctly.
481
845087a4
KR
4822004-05-30 Kevin Ryde <user42@zip.com.au>
483
484 * lib.scm (exception:numerical-overflow): New define.
485 * tests/numbers.test (modulo-expt): Use it and
486 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
487