(date->time-tai): New tests, exercising new leap-second.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
5defc05d
NJ
12005-08-15 Neil Jerram <neil@ossau.uklinux.net>
2
d2797644
NJ
3 * tests/eval.test ("letrec init evaluation"): New paranoid test.
4
5defc05d
NJ
5 * tests/r5rs_pitfall.test (1.1): Now passes.
6
930888e8
MV
72005-08-01 Marius Vollmer <mvo@zagadka.de>
8
9
10 * tests/weaks.test: Do not fail when the GC does not collect an
11 object, report it as 'unresolved'.
12
13 * tests/guardians.test: Adapted to new (original) semantics. test
14 guardingobjects multiple times.
15
fc4abd0e
MV
162005-06-12 Marius Vollmer <mvo@zagadka.de>
17
18 * standalone/test-gh.c: Do nothing when deprecated things are
19 disabled.
20
e4da0740
HWN
212005-06-10 Han-Wen Nienhuys <hanwen@xs4all.nl>
22
23 * tests/gc.test ("gc"): add a test to verify that modules are
24 garbage collected.
25
27667158
KR
262005-06-11 Kevin Ryde <user42@zip.com.au>
27
28 * tests/srfi-13.test (string-filter): A few more tests.
29
5e5ea911
KR
302005-06-10 Kevin Ryde <user42@zip.com.au>
31
32 * tests/unif.test (array-index-map!): Add a test failing in the
33 current code.
34
4d54ee35
KR
352005-06-06 Kevin Ryde <user42@zip.com.au>
36
37 * tests/strings.test (string-split): Try splitting on an 8-bit char.
38
10bb8679
KR
39 * tests/unif.test (array-in-bounds?): Add a test failing in the
40 current code.
41
b52f5697
KR
422005-05-07 Kevin Ryde <user42@zip.com.au>
43
44 * tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate,
45 not-pair?, xcons): New tests.
46
8ad5d74a
KR
472005-05-04 Kevin Ryde <user42@zip.com.au>
48
49 * tests/srfi-1.test (break!, drop-right!, drop-while, eighth, fifth,
50 ninth, seventh, sixth, span!, take!, take-while, take-while!, tenth):
51 New tests.
52
b52f5697
KR
53 * tests/unif.test (make-shared-array): Add failing case shared of
54 shared.
55
97d790b3
KR
562005-04-30 Kevin Ryde <user42@zip.com.au>
57
58 * tests/numbers.test (/): Further tests.
59
597052a2
KR
602005-04-25 Kevin Ryde <user42@zip.com.au>
61
62 * tests/ramap.test (array-map!): Further tests.
63
dc1e26b0
KR
642005-04-23 Kevin Ryde <user42@zip.com.au>
65
66 * tests/hash.test (hashx-remove!): New tests.
67
8cb2eff8 68 * tests/list.test (list, make-list, cons*): New tests.
dc1e26b0 69
13155c50
KR
70 * tests/numbers.test (numerator, denominator): New tests.
71
c51682b4
KR
72 * tests/srfi-1.test (concatenate, concatenate!, count, filter-map,
73 lset-adjoin): More tests.
74
78fae161
KR
752005-04-14 Kevin Ryde <user42@zip.com.au>
76
77 * tests/numbers.test (1+, 1-): New tests.
78
bd6795e9
KR
792005-04-11 Kevin Ryde <user42@zip.com.au>
80
81 * tests/srfi-13.test (string-concatenate, string-concatenate/shared):
82 New tests.
83
9b60e16f
KR
842005-04-02 Kevin Ryde <user42@zip.com.au>
85
88fb3e46
KR
86 * tests/numbers.test (round): Add some fraction cases.
87
9b60e16f
KR
88 * tests/srfi-1.test (lset-union): More tests.
89
3c4eabbe
KR
902005-03-26 Kevin Ryde <user42@zip.com.au>
91
92 * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
93
e96f5ee7
KR
942005-03-18 Kevin Ryde <user42@zip.com.au>
95
4bc6f1c6
KR
96 * tests/srfi-1.test (filter-map): More tests.
97
e96f5ee7
KR
98 * tests/srfi-17.test: A few more tests from the 1.6 branch.
99
44981fcb
KR
1002005-03-16 Kevin Ryde <user42@zip.com.au>
101
56b92514
KR
102 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
103 take-right): New tests.
44981fcb 104
b1d5e700
KR
1052005-03-14 Kevin Ryde <user42@zip.com.au>
106
107 * tests/srfi-1.test (find, find-tail, lset-union): New tests.
108 (lset-adjoin): Corrections to some tests.
109
938d9909
KR
1102005-03-13 Kevin Ryde <user42@zip.com.au>
111
112 * tests/numbers.test (=): Exercise inum/flonum cases that used to
113 round on 64-bit systems.
114
115 * tests/numbers.test (logior): New tests, exercising negative bignums
116 reducing to inum.
117
118 * tests/srfi-60.test: New file.
119 * Makefile.am (SCM_TESTS): Add it.
120
a81b8618
MV
1212005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
122
123 * tests/threads.test: Only test when 'threads are provided.
124
57491e85
KR
1252005-02-21 Kevin Ryde <user42@zip.com.au>
126
127 * tests/numbers.test (string->number): Exercise polar form with
128 invalid angle.
129
85c981f6
KR
1302005-02-18 Kevin Ryde <user42@zip.com.au>
131
132 * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
133 among args cast out.
134
f7fb2f39
RB
1352005-02-12 Rob Browning <rlb@defaultvalue.org>
136
137 * standalone/test-require-extension: new test script.
138
139 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
140 (TESTS): add test-require-extension.
141
3087a981
KR
1422005-02-12 Kevin Ryde <user42@zip.com.au>
143
144 * tests/srfi-1.test (reduce, reduce-right): New tests.
145
8ff01742
KR
1462005-02-11 Kevin Ryde <user42@zip.com.au>
147
148 * tests/fractions.test (ash): Remove tests of ash on fractions, not
149 supported after scm_ash rewrite.
150
cbec54af
KR
1512005-02-04 Kevin Ryde <user42@zip.com.au>
152
153 * tests/srfi-1.test (list=): New tests.
154
38c3534c
KR
1552005-01-29 Kevin Ryde <user42@zip.com.au>
156
157 * tests/numbers.test (ash): New tests.
158
83743da0 159 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
38c3534c 160
4d38e6f0
KR
1612005-01-28 Kevin Ryde <user42@zip.com.au>
162
163 * tests/syntax.test (while): Tests running in empty environment are
164 now "unresolved" due to workaround in while implementation.
165
edfc07b3
KR
1662005-01-24 Kevin Ryde <user42@zip.com.au>
167
be1b896c
KR
168 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
169 avoid warning from gcc 3.4 on 64-bit systems about casting int
170 (32-bits) to pointer (64-bits).
171
edfc07b3
KR
172 * tests/srfi-1.test (lset=, member): New tests.
173
2a1ee5cd
KR
1742005-01-12 Kevin Ryde <user42@zip.com.au>
175
176 * tests/srfi-39.test (current-input-port, current-output-port,
177 current-error-port): New tests.
178
74c58fce
MV
1792005-01-10 Marius Vollmer <mvo@zagadka.de>
180
181 * tests/unif.test (exception:wrong-num-indices): New, use it for
182 array-set! tests with wrong number of indices.
183
f01fe441
MV
1842005-01-07 Marius Vollmer <mvo@zagadka.de>
185
186 * tests/srfi-4.test: Use (test-suite lib) module.
187
2aaf5726
MV
1882005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
189
190 * tests/unif.test (have-llvect?): Removed, Scheme code will always
191 have u64 and s64 uniform vectors.
192
34ae52fc
MV
1932005-01-05 Marius Vollmer <mvo@zagadka.de>
194
195 * tests/unif.test: Use *unspecified* instead of #f to get an
196 uninitialized array.
197
f1fd6418
KR
1982005-01-04 Kevin Ryde <user42@zip.com.au>
199
200 * tests/ramap.test: New file, test array-map!.
201 * Makefile.am (SCM_TESTS): Add it.
202
5be5e699
MV
2032005-01-02 Marius Vollmer <mvo@zagadka.de>
204
205 * tests/unif.test: Rewritten for new 'typed' approach to uniform
206 arrays.
207
208 * tests/sort.test: New tests, especially for sorting non-contigous
209 and negative-incrementing vectors.
210
af113331
KR
2112005-01-02 Kevin Ryde <user42@zip.com.au>
212
213 * tests/srfi-39.test: Use define-module to keep bindings from
214 subsequent tests, use test-suite lib for stand-alone checking.
215
216 * Makefile.am (SCM_TESTS): Add srfi-39.test.
217
d241f86a
NJ
2182004-12-27 Neil Jerram <neil@ossau.uklinux.net>
219
220 * tests/continuations.test (continuations): Moved continuation /
221 stack tests here, and added save and restore of debug options.
222
49c51610
MV
2232004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
224
225 * tests/eval.test: News tests for making stacks from
226 continuations. From Neil Jerram.
227
86347b2b
KR
2282004-12-10 Kevin Ryde <user42@zip.com.au>
229
230 * tests/socket.test (inet-pton): New tests.
231
6d7db381
KR
2322004-12-06 Kevin Ryde <user42@zip.com.au>
233
b9e1ef08
KR
234 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
235 tests.
6d7db381 236
b8024707
KR
2372004-12-05 Kevin Ryde <user42@zip.com.au>
238
239 * tests/srfi-1.test (append-map, filter-map): New tests.
240
d550e35f
MV
2412004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
242
243 * tests/unif.test: Replaced uniform-array-set1! with just
244 array-set!. Do not check improper index lists, which can't arise
245 with uarray-set!. Use "#s16()" instead of "#h()".
246
bb9f50ae
MV
2472004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
248
249 * tests/unif.test: Removed tests that tried to store a character
250 into a byte vector, which no longer works. Characters are not
251 bytes.
252
c454c4e6
DH
2532004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
254
255 * tests/syntax.test: Added tests for unmemoization.
256
6a0813c3
MV
2572004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
258
259 * tests/strings.test (string-set!): Explicitely construct
260 read-only string. String literals are not yet read-only.
261
818deb11
MV
2622004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
263
264 * tests/unif.test (array-equal?): New test.
265
d748089e
KR
2662004-09-29 Kevin Ryde <user42@zip.com.au>
267
268 * tests/regexp.test (match:string): New tests.
269
e5c2d5c8
KR
2702004-09-26 Kevin Ryde <user42@zip.com.au>
271
272 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
273 let-optional*): Add tests of internal defines when no bindings.
274
effad639
MV
2752004-09-25 Marius Vollmer <mvo@zagadka.de>
276
277 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
278 instead of LDFLAGS; the latter is a user variable.
279
ad7de4b8
MV
2802004-09-24 Marius Vollmer <mvo@zagadka.de>
281
282 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
283 GUILE_CFLAGS.
284
c9fedf8a
MV
2852004-09-23 Marius Vollmer <mvo@zagadka.de>
286
287 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
288 Accept new wording.
289
77d0383a
MV
2902004-09-22 Marius Vollmer <mvo@zagadka.de>
291
292 * tests/ports.test ("string ports"): Copy string literal so that
293 it can be modified.
294 * tests/srfi-13.test ("string-copy!"): Likewise.
295 * tests/strings.test ("substring/shared"): Likewise.
296
1c923ba7
KR
2972004-09-09 Kevin Ryde <user42@zip.com.au>
298
299 * tests/streams.test: New file.
300
0b49c645
MV
3012004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
302
303 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
304 exact result, use (expt 1/2 2) instead.
305
05414844
KR
3062004-09-08 Kevin Ryde <user42@zip.com.au>
307
308 * tests/ports.test (port-column): Further tests, of new \a \b \r.
309
5de12658
KR
3102004-09-07 Kevin Ryde <user42@zip.com.au>
311
312 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
313 (integer?): Exercise nan and +/-inf.
314
315 * tests/time.test (gmtime, strptime): New tests, but unresolved.
316 (internal-time-units-per-second): New test.
317
df47ddf0
KR
3182004-09-02 Kevin Ryde <user42@zip.com.au>
319
320 * tests/format.test (~@d): New tests.
b8d95267 321 New tests of excess arguments now ignored.
df47ddf0 322
7dd381c5
KR
3232004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
324
325 * tests/gc.test: Exercise record in weak-values hash table, exposing a
326 problem in 1.6.4 gc, but believed fixed by other changes in the head.
327
d9eb2d67
MV
3282004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
329
330 * tests/srfi-13.test (module-peek): Removed, this kluge is no
331 longer necessary.
332
c581203a
KR
3332004-08-27 Kevin Ryde <user42@zip.com.au>
334
335 * tests/regexp.test (regexp-quote): New tests.
336
3fa36d58
KR
337 * tests/srfi-31.test: Use define-module to keep bindings out of
338 further tests. Use-module (test-suite lib) for stand-alone operation.
339 (rec): Exercise bad args.
340
4b0ad1f4
KR
3412004-08-25 Kevin Ryde <user42@zip.com.au>
342
343 * tests/and-let-star.test: More tests, in particular exercise #t
344 result on empty body.
345
c5080b51
MV
3462004-08-25 Marius Vollmer <mvo@zagadka.de>
347
348 * tests/strings.test: Two more tests for double indirect substring
349 modification.
350
5e466273
MV
3512004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
352
353 * lib.scm (exception:used-before-define): New.
354 * tests/syntax.test ("letrec"): Use it.
355
d4f76919
KR
3562004-08-20 Kevin Ryde <user42@zip.com.au>
357
358 * tests/posix.test (mkstemp!): New tests.
359
cf3dd949
MV
3602004-08-20 Marius Vollmer <mvo@zagadka.de>
361
362 * tests/strings.test: Two tests for substring/shared. Also, use
363 (test-suite lib).
364
b2988f46
MV
3652004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
366
367 * standalone/test-conversion.c, standalone/test-gh.c,
368 standalone/test-unwind.c: Avoid the use of discouraged or
369 deprecated things.
370
b1fbeb53
KR
3712004-08-18 Kevin Ryde <user42@zip.com.au>
372
a158acd1
KR
373 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
374 New files.
375 * Makefile.am (SCM_TESTS): Add them.
376
52d1e968
KR
377 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
378 be #f, according to R5RS.
379
bc97364a
MV
3802004-08-15 Marius Vollmer <mvo@zagadka.de>
381
382 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
383
3ff0e986
KR
3842004-08-14 Kevin Ryde <user42@zip.com.au>
385
386 * tests/srfi-13.test (string-any, string-every): Exercise char and
387 charset predicate cases.
388
8d3fd10b
MV
3892004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
390
44825fff
MV
391 * standalone/test-conversion.c (test_locale_strings): New.
392
8d3fd10b
MV
393 * standalone/test-round.c: Replaced all uses of scm_round with
394 scm_c_round.
395
636d4be5
KR
3962004-08-09 Kevin Ryde <user42@zip.com.au>
397
398 * tests/slib.test: New file.
399 * Makefile.am (SCM_TESTS): Add it.
400
bcb88c93
KR
4012004-08-06 Kevin Ryde <user42@zip.com.au>
402
403 * tests/unif.test (array-set!): Exercise byte array range checks.
404 (uniform-vector-ref): Exercise byte returns.
8f094b97 405 (array-fill!): Exercise byte range and type checks.
bcb88c93 406
759aa8f9
MV
4072004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
408
409 * standalone/test-num2integral.c: Only perform the tests when the
410 disabled features are enabled.
411
412 * standalone/test-conversion.c (test_to_double, test_from_double):
413 New tests.
414
71234d0c
KR
4152004-08-02 Kevin Ryde <user42@zip.com.au>
416
417 * tests/srfi-13.test (string-every): Check empty string case.
418
58f28989
KR
4192004-07-31 Kevin Ryde <user42@zip.com.au>
420
421 * tests/filesys.test: New file, exercising copy-file.
422 * Makefile.am (SCM_TESTS): Add it.
423
315158a8
MV
4242004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
425
426 * standalone/test-conversion.c: Many more tests for the integer
427 conversion functions.
428
081c1b24
KR
4292004-07-28 Kevin Ryde <user42@zip.com.au>
430
431 * tests/regexp.test (make-regexp): Exercise flags args validation.
432
32b435f2
KR
433 * tests/unif.test (array-set!): Exercise svect value range check.
434
6364df34
KR
4352004-07-24 Kevin Ryde <user42@zip.com.au>
436
437 * tests/common-list.test: Use define-module, to as not to import
438 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
439 warning).
440
441 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
442 suppress warnings about current-time and raise replacing core bindings.
443
ae13e8e1
KR
4442004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
445
446 * tests/format.test (~{): Test no arbitrary iteration limit.
447
0523f1c0
MV
4482004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
449
450 * standalone/test-conversion.c (test_is_signed_integer,
451 test_is_unsigned_integer): Expect inexact integers to fail.
452
677104a6
KR
4532004-07-10 Kevin Ryde <user42@zip.com.au>
454
455 * tests/hash.test: New file.
456 * Makefile.am (SCM_TESTS): Add it.
457
aacc8318
MV
4582004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
459
460 * standalone/test-unwind.c: Use scm_from_int instead of
461 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
462
c9eb03bb
MV
4632004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
464
465 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
466 etc, they are now provided by libuile.h.
467 (test_int_sizes): New.
468
9b5eee30
MV
4692004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
470
471 * standalone/test-num2integral.c, standalone/test-unwind.c:
472 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
473 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
474 scm_from_bool, and scm_is_bool, respectively.
475
476 * standalone/Makefile.am: Added test-conversion to the TESTS.
477
478 * standalone/test-conversion.c: New file.
479
6293838c
RB
4802004-06-20 Rob Browning <rlb@defaultvalue.org>
481
482 * tests/srfi-31.test: new test for SRFI-31.
483
484 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
485
c10b894e
MV
4862004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
487
488 * tests/numbers.test (number->string): Some results might differ
489 between versions of Guile compiled optimized and unoptimized.
490 Both results are accepted now.
491
aa498d0c
DH
4922004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
493
494 * tests/syntax.test: Added various tests to check that
495 unmemoization works correctly.
496
845087a4
KR
4972004-05-30 Kevin Ryde <user42@zip.com.au>
498
499 * lib.scm (exception:numerical-overflow): New define.
500 * tests/numbers.test (modulo-expt): Use it and
501 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
502