* eval.c (eval_letrec_inits): New.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
5defc05d
NJ
12005-08-15 Neil Jerram <neil@ossau.uklinux.net>
2
3 * tests/r5rs_pitfall.test (1.1): Now passes.
4
930888e8
MV
52005-08-01 Marius Vollmer <mvo@zagadka.de>
6
7
8 * tests/weaks.test: Do not fail when the GC does not collect an
9 object, report it as 'unresolved'.
10
11 * tests/guardians.test: Adapted to new (original) semantics. test
12 guardingobjects multiple times.
13
fc4abd0e
MV
142005-06-12 Marius Vollmer <mvo@zagadka.de>
15
16 * standalone/test-gh.c: Do nothing when deprecated things are
17 disabled.
18
e4da0740
HWN
192005-06-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
20
21 * tests/gc.test ("gc"): add a test to verify that modules are
22 garbage collected.
23
27667158
KR
242005-06-11 Kevin Ryde <user42@zip.com.au>
25
26 * tests/srfi-13.test (string-filter): A few more tests.
27
5e5ea911
KR
282005-06-10 Kevin Ryde <user42@zip.com.au>
29
30 * tests/unif.test (array-index-map!): Add a test failing in the
31 current code.
32
4d54ee35
KR
332005-06-06 Kevin Ryde <user42@zip.com.au>
34
35 * tests/strings.test (string-split): Try splitting on an 8-bit char.
36
10bb8679
KR
37 * tests/unif.test (array-in-bounds?): Add a test failing in the
38 current code.
39
b52f5697
KR
402005-05-07 Kevin Ryde <user42@zip.com.au>
41
42 * tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate,
43 not-pair?, xcons): New tests.
44
8ad5d74a
KR
452005-05-04 Kevin Ryde <user42@zip.com.au>
46
47 * tests/srfi-1.test (break!, drop-right!, drop-while, eighth, fifth,
48 ninth, seventh, sixth, span!, take!, take-while, take-while!, tenth):
49 New tests.
50
b52f5697
KR
51 * tests/unif.test (make-shared-array): Add failing case shared of
52 shared.
53
97d790b3
KR
542005-04-30 Kevin Ryde <user42@zip.com.au>
55
56 * tests/numbers.test (/): Further tests.
57
597052a2
KR
582005-04-25 Kevin Ryde <user42@zip.com.au>
59
60 * tests/ramap.test (array-map!): Further tests.
61
dc1e26b0
KR
622005-04-23 Kevin Ryde <user42@zip.com.au>
63
64 * tests/hash.test (hashx-remove!): New tests.
65
8cb2eff8 66 * tests/list.test (list, make-list, cons*): New tests.
dc1e26b0 67
13155c50
KR
68 * tests/numbers.test (numerator, denominator): New tests.
69
c51682b4
KR
70 * tests/srfi-1.test (concatenate, concatenate!, count, filter-map,
71 lset-adjoin): More tests.
72
78fae161
KR
732005-04-14 Kevin Ryde <user42@zip.com.au>
74
75 * tests/numbers.test (1+, 1-): New tests.
76
bd6795e9
KR
772005-04-11 Kevin Ryde <user42@zip.com.au>
78
79 * tests/srfi-13.test (string-concatenate, string-concatenate/shared):
80 New tests.
81
9b60e16f
KR
822005-04-02 Kevin Ryde <user42@zip.com.au>
83
88fb3e46
KR
84 * tests/numbers.test (round): Add some fraction cases.
85
9b60e16f
KR
86 * tests/srfi-1.test (lset-union): More tests.
87
3c4eabbe
KR
882005-03-26 Kevin Ryde <user42@zip.com.au>
89
90 * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
91
e96f5ee7
KR
922005-03-18 Kevin Ryde <user42@zip.com.au>
93
4bc6f1c6
KR
94 * tests/srfi-1.test (filter-map): More tests.
95
e96f5ee7
KR
96 * tests/srfi-17.test: A few more tests from the 1.6 branch.
97
44981fcb
KR
982005-03-16 Kevin Ryde <user42@zip.com.au>
99
56b92514
KR
100 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
101 take-right): New tests.
44981fcb 102
b1d5e700
KR
1032005-03-14 Kevin Ryde <user42@zip.com.au>
104
105 * tests/srfi-1.test (find, find-tail, lset-union): New tests.
106 (lset-adjoin): Corrections to some tests.
107
938d9909
KR
1082005-03-13 Kevin Ryde <user42@zip.com.au>
109
110 * tests/numbers.test (=): Exercise inum/flonum cases that used to
111 round on 64-bit systems.
112
113 * tests/numbers.test (logior): New tests, exercising negative bignums
114 reducing to inum.
115
116 * tests/srfi-60.test: New file.
117 * Makefile.am (SCM_TESTS): Add it.
118
a81b8618
MV
1192005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
120
121 * tests/threads.test: Only test when 'threads are provided.
122
57491e85
KR
1232005-02-21 Kevin Ryde <user42@zip.com.au>
124
125 * tests/numbers.test (string->number): Exercise polar form with
126 invalid angle.
127
85c981f6
KR
1282005-02-18 Kevin Ryde <user42@zip.com.au>
129
130 * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
131 among args cast out.
132
f7fb2f39
RB
1332005-02-12 Rob Browning <rlb@defaultvalue.org>
134
135 * standalone/test-require-extension: new test script.
136
137 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
138 (TESTS): add test-require-extension.
139
3087a981
KR
1402005-02-12 Kevin Ryde <user42@zip.com.au>
141
142 * tests/srfi-1.test (reduce, reduce-right): New tests.
143
8ff01742
KR
1442005-02-11 Kevin Ryde <user42@zip.com.au>
145
146 * tests/fractions.test (ash): Remove tests of ash on fractions, not
147 supported after scm_ash rewrite.
148
cbec54af
KR
1492005-02-04 Kevin Ryde <user42@zip.com.au>
150
151 * tests/srfi-1.test (list=): New tests.
152
38c3534c
KR
1532005-01-29 Kevin Ryde <user42@zip.com.au>
154
155 * tests/numbers.test (ash): New tests.
156
83743da0 157 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
38c3534c 158
4d38e6f0
KR
1592005-01-28 Kevin Ryde <user42@zip.com.au>
160
161 * tests/syntax.test (while): Tests running in empty environment are
162 now "unresolved" due to workaround in while implementation.
163
edfc07b3
KR
1642005-01-24 Kevin Ryde <user42@zip.com.au>
165
be1b896c
KR
166 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
167 avoid warning from gcc 3.4 on 64-bit systems about casting int
168 (32-bits) to pointer (64-bits).
169
edfc07b3
KR
170 * tests/srfi-1.test (lset=, member): New tests.
171
2a1ee5cd
KR
1722005-01-12 Kevin Ryde <user42@zip.com.au>
173
174 * tests/srfi-39.test (current-input-port, current-output-port,
175 current-error-port): New tests.
176
74c58fce
MV
1772005-01-10 Marius Vollmer <mvo@zagadka.de>
178
179 * tests/unif.test (exception:wrong-num-indices): New, use it for
180 array-set! tests with wrong number of indices.
181
f01fe441
MV
1822005-01-07 Marius Vollmer <mvo@zagadka.de>
183
184 * tests/srfi-4.test: Use (test-suite lib) module.
185
2aaf5726
MV
1862005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
187
188 * tests/unif.test (have-llvect?): Removed, Scheme code will always
189 have u64 and s64 uniform vectors.
190
34ae52fc
MV
1912005-01-05 Marius Vollmer <mvo@zagadka.de>
192
193 * tests/unif.test: Use *unspecified* instead of #f to get an
194 uninitialized array.
195
f1fd6418
KR
1962005-01-04 Kevin Ryde <user42@zip.com.au>
197
198 * tests/ramap.test: New file, test array-map!.
199 * Makefile.am (SCM_TESTS): Add it.
200
5be5e699
MV
2012005-01-02 Marius Vollmer <mvo@zagadka.de>
202
203 * tests/unif.test: Rewritten for new 'typed' approach to uniform
204 arrays.
205
206 * tests/sort.test: New tests, especially for sorting non-contigous
207 and negative-incrementing vectors.
208
af113331
KR
2092005-01-02 Kevin Ryde <user42@zip.com.au>
210
211 * tests/srfi-39.test: Use define-module to keep bindings from
212 subsequent tests, use test-suite lib for stand-alone checking.
213
214 * Makefile.am (SCM_TESTS): Add srfi-39.test.
215
d241f86a
NJ
2162004-12-27 Neil Jerram <neil@ossau.uklinux.net>
217
218 * tests/continuations.test (continuations): Moved continuation /
219 stack tests here, and added save and restore of debug options.
220
49c51610
MV
2212004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
222
223 * tests/eval.test: News tests for making stacks from
224 continuations. From Neil Jerram.
225
86347b2b
KR
2262004-12-10 Kevin Ryde <user42@zip.com.au>
227
228 * tests/socket.test (inet-pton): New tests.
229
6d7db381
KR
2302004-12-06 Kevin Ryde <user42@zip.com.au>
231
b9e1ef08
KR
232 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
233 tests.
6d7db381 234
b8024707
KR
2352004-12-05 Kevin Ryde <user42@zip.com.au>
236
237 * tests/srfi-1.test (append-map, filter-map): New tests.
238
d550e35f
MV
2392004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
240
241 * tests/unif.test: Replaced uniform-array-set1! with just
242 array-set!. Do not check improper index lists, which can't arise
243 with uarray-set!. Use "#s16()" instead of "#h()".
244
bb9f50ae
MV
2452004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
246
247 * tests/unif.test: Removed tests that tried to store a character
248 into a byte vector, which no longer works. Characters are not
249 bytes.
250
c454c4e6
DH
2512004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
252
253 * tests/syntax.test: Added tests for unmemoization.
254
6a0813c3
MV
2552004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
256
257 * tests/strings.test (string-set!): Explicitely construct
258 read-only string. String literals are not yet read-only.
259
818deb11
MV
2602004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
261
262 * tests/unif.test (array-equal?): New test.
263
d748089e
KR
2642004-09-29 Kevin Ryde <user42@zip.com.au>
265
266 * tests/regexp.test (match:string): New tests.
267
e5c2d5c8
KR
2682004-09-26 Kevin Ryde <user42@zip.com.au>
269
270 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
271 let-optional*): Add tests of internal defines when no bindings.
272
effad639
MV
2732004-09-25 Marius Vollmer <mvo@zagadka.de>
274
275 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
276 instead of LDFLAGS; the latter is a user variable.
277
ad7de4b8
MV
2782004-09-24 Marius Vollmer <mvo@zagadka.de>
279
280 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
281 GUILE_CFLAGS.
282
c9fedf8a
MV
2832004-09-23 Marius Vollmer <mvo@zagadka.de>
284
285 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
286 Accept new wording.
287
77d0383a
MV
2882004-09-22 Marius Vollmer <mvo@zagadka.de>
289
290 * tests/ports.test ("string ports"): Copy string literal so that
291 it can be modified.
292 * tests/srfi-13.test ("string-copy!"): Likewise.
293 * tests/strings.test ("substring/shared"): Likewise.
294
1c923ba7
KR
2952004-09-09 Kevin Ryde <user42@zip.com.au>
296
297 * tests/streams.test: New file.
298
0b49c645
MV
2992004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
300
301 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
302 exact result, use (expt 1/2 2) instead.
303
05414844
KR
3042004-09-08 Kevin Ryde <user42@zip.com.au>
305
306 * tests/ports.test (port-column): Further tests, of new \a \b \r.
307
5de12658
KR
3082004-09-07 Kevin Ryde <user42@zip.com.au>
309
310 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
311 (integer?): Exercise nan and +/-inf.
312
313 * tests/time.test (gmtime, strptime): New tests, but unresolved.
314 (internal-time-units-per-second): New test.
315
df47ddf0
KR
3162004-09-02 Kevin Ryde <user42@zip.com.au>
317
318 * tests/format.test (~@d): New tests.
b8d95267 319 New tests of excess arguments now ignored.
df47ddf0 320
7dd381c5
KR
3212004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
322
323 * tests/gc.test: Exercise record in weak-values hash table, exposing a
324 problem in 1.6.4 gc, but believed fixed by other changes in the head.
325
d9eb2d67
MV
3262004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
327
328 * tests/srfi-13.test (module-peek): Removed, this kluge is no
329 longer necessary.
330
c581203a
KR
3312004-08-27 Kevin Ryde <user42@zip.com.au>
332
333 * tests/regexp.test (regexp-quote): New tests.
334
3fa36d58
KR
335 * tests/srfi-31.test: Use define-module to keep bindings out of
336 further tests. Use-module (test-suite lib) for stand-alone operation.
337 (rec): Exercise bad args.
338
4b0ad1f4
KR
3392004-08-25 Kevin Ryde <user42@zip.com.au>
340
341 * tests/and-let-star.test: More tests, in particular exercise #t
342 result on empty body.
343
c5080b51
MV
3442004-08-25 Marius Vollmer <mvo@zagadka.de>
345
346 * tests/strings.test: Two more tests for double indirect substring
347 modification.
348
5e466273
MV
3492004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
350
351 * lib.scm (exception:used-before-define): New.
352 * tests/syntax.test ("letrec"): Use it.
353
d4f76919
KR
3542004-08-20 Kevin Ryde <user42@zip.com.au>
355
356 * tests/posix.test (mkstemp!): New tests.
357
cf3dd949
MV
3582004-08-20 Marius Vollmer <mvo@zagadka.de>
359
360 * tests/strings.test: Two tests for substring/shared. Also, use
361 (test-suite lib).
362
b2988f46
MV
3632004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
364
365 * standalone/test-conversion.c, standalone/test-gh.c,
366 standalone/test-unwind.c: Avoid the use of discouraged or
367 deprecated things.
368
b1fbeb53
KR
3692004-08-18 Kevin Ryde <user42@zip.com.au>
370
a158acd1
KR
371 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
372 New files.
373 * Makefile.am (SCM_TESTS): Add them.
374
52d1e968
KR
375 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
376 be #f, according to R5RS.
377
bc97364a
MV
3782004-08-15 Marius Vollmer <mvo@zagadka.de>
379
380 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
381
3ff0e986
KR
3822004-08-14 Kevin Ryde <user42@zip.com.au>
383
384 * tests/srfi-13.test (string-any, string-every): Exercise char and
385 charset predicate cases.
386
8d3fd10b
MV
3872004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
388
44825fff
MV
389 * standalone/test-conversion.c (test_locale_strings): New.
390
8d3fd10b
MV
391 * standalone/test-round.c: Replaced all uses of scm_round with
392 scm_c_round.
393
636d4be5
KR
3942004-08-09 Kevin Ryde <user42@zip.com.au>
395
396 * tests/slib.test: New file.
397 * Makefile.am (SCM_TESTS): Add it.
398
bcb88c93
KR
3992004-08-06 Kevin Ryde <user42@zip.com.au>
400
401 * tests/unif.test (array-set!): Exercise byte array range checks.
402 (uniform-vector-ref): Exercise byte returns.
8f094b97 403 (array-fill!): Exercise byte range and type checks.
bcb88c93 404
759aa8f9
MV
4052004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
406
407 * standalone/test-num2integral.c: Only perform the tests when the
408 disabled features are enabled.
409
410 * standalone/test-conversion.c (test_to_double, test_from_double):
411 New tests.
412
71234d0c
KR
4132004-08-02 Kevin Ryde <user42@zip.com.au>
414
415 * tests/srfi-13.test (string-every): Check empty string case.
416
58f28989
KR
4172004-07-31 Kevin Ryde <user42@zip.com.au>
418
419 * tests/filesys.test: New file, exercising copy-file.
420 * Makefile.am (SCM_TESTS): Add it.
421
315158a8
MV
4222004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
423
424 * standalone/test-conversion.c: Many more tests for the integer
425 conversion functions.
426
081c1b24
KR
4272004-07-28 Kevin Ryde <user42@zip.com.au>
428
429 * tests/regexp.test (make-regexp): Exercise flags args validation.
430
32b435f2
KR
431 * tests/unif.test (array-set!): Exercise svect value range check.
432
6364df34
KR
4332004-07-24 Kevin Ryde <user42@zip.com.au>
434
435 * tests/common-list.test: Use define-module, to as not to import
436 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
437 warning).
438
439 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
440 suppress warnings about current-time and raise replacing core bindings.
441
ae13e8e1
KR
4422004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
443
444 * tests/format.test (~{): Test no arbitrary iteration limit.
445
0523f1c0
MV
4462004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
447
448 * standalone/test-conversion.c (test_is_signed_integer,
449 test_is_unsigned_integer): Expect inexact integers to fail.
450
677104a6
KR
4512004-07-10 Kevin Ryde <user42@zip.com.au>
452
453 * tests/hash.test: New file.
454 * Makefile.am (SCM_TESTS): Add it.
455
aacc8318
MV
4562004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
457
458 * standalone/test-unwind.c: Use scm_from_int instead of
459 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
460
c9eb03bb
MV
4612004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
462
463 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
464 etc, they are now provided by libuile.h.
465 (test_int_sizes): New.
466
9b5eee30
MV
4672004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
468
469 * standalone/test-num2integral.c, standalone/test-unwind.c:
470 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
471 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
472 scm_from_bool, and scm_is_bool, respectively.
473
474 * standalone/Makefile.am: Added test-conversion to the TESTS.
475
476 * standalone/test-conversion.c: New file.
477
6293838c
RB
4782004-06-20 Rob Browning <rlb@defaultvalue.org>
479
480 * tests/srfi-31.test: new test for SRFI-31.
481
482 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
483
c10b894e
MV
4842004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
485
486 * tests/numbers.test (number->string): Some results might differ
487 between versions of Guile compiled optimized and unoptimized.
488 Both results are accepted now.
489
aa498d0c
DH
4902004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
491
492 * tests/syntax.test: Added various tests to check that
493 unmemoization works correctly.
494
845087a4
KR
4952004-05-30 Kevin Ryde <user42@zip.com.au>
496
497 * lib.scm (exception:numerical-overflow): New define.
498 * tests/numbers.test (modulo-expt): Use it and
499 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
500