(date->time-tai): New tests, exercising new leap-second.
[bpt/guile.git] / test-suite / ChangeLog
... / ...
CommitLineData
12005-08-15 Neil Jerram <neil@ossau.uklinux.net>
2
3 * tests/eval.test ("letrec init evaluation"): New paranoid test.
4
5 * tests/r5rs_pitfall.test (1.1): Now passes.
6
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
162005-06-12 Marius Vollmer <mvo@zagadka.de>
17
18 * standalone/test-gh.c: Do nothing when deprecated things are
19 disabled.
20
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
262005-06-11 Kevin Ryde <user42@zip.com.au>
27
28 * tests/srfi-13.test (string-filter): A few more tests.
29
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
352005-06-06 Kevin Ryde <user42@zip.com.au>
36
37 * tests/strings.test (string-split): Try splitting on an 8-bit char.
38
39 * tests/unif.test (array-in-bounds?): Add a test failing in the
40 current code.
41
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
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
53 * tests/unif.test (make-shared-array): Add failing case shared of
54 shared.
55
562005-04-30 Kevin Ryde <user42@zip.com.au>
57
58 * tests/numbers.test (/): Further tests.
59
602005-04-25 Kevin Ryde <user42@zip.com.au>
61
62 * tests/ramap.test (array-map!): Further tests.
63
642005-04-23 Kevin Ryde <user42@zip.com.au>
65
66 * tests/hash.test (hashx-remove!): New tests.
67
68 * tests/list.test (list, make-list, cons*): New tests.
69
70 * tests/numbers.test (numerator, denominator): New tests.
71
72 * tests/srfi-1.test (concatenate, concatenate!, count, filter-map,
73 lset-adjoin): More tests.
74
752005-04-14 Kevin Ryde <user42@zip.com.au>
76
77 * tests/numbers.test (1+, 1-): New tests.
78
792005-04-11 Kevin Ryde <user42@zip.com.au>
80
81 * tests/srfi-13.test (string-concatenate, string-concatenate/shared):
82 New tests.
83
842005-04-02 Kevin Ryde <user42@zip.com.au>
85
86 * tests/numbers.test (round): Add some fraction cases.
87
88 * tests/srfi-1.test (lset-union): More tests.
89
902005-03-26 Kevin Ryde <user42@zip.com.au>
91
92 * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
93
942005-03-18 Kevin Ryde <user42@zip.com.au>
95
96 * tests/srfi-1.test (filter-map): More tests.
97
98 * tests/srfi-17.test: A few more tests from the 1.6 branch.
99
1002005-03-16 Kevin Ryde <user42@zip.com.au>
101
102 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
103 take-right): New tests.
104
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
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
1212005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
122
123 * tests/threads.test: Only test when 'threads are provided.
124
1252005-02-21 Kevin Ryde <user42@zip.com.au>
126
127 * tests/numbers.test (string->number): Exercise polar form with
128 invalid angle.
129
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
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
1422005-02-12 Kevin Ryde <user42@zip.com.au>
143
144 * tests/srfi-1.test (reduce, reduce-right): New tests.
145
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
1512005-02-04 Kevin Ryde <user42@zip.com.au>
152
153 * tests/srfi-1.test (list=): New tests.
154
1552005-01-29 Kevin Ryde <user42@zip.com.au>
156
157 * tests/numbers.test (ash): New tests.
158
159 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
160
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
1662005-01-24 Kevin Ryde <user42@zip.com.au>
167
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
172 * tests/srfi-1.test (lset=, member): New tests.
173
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
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
1842005-01-07 Marius Vollmer <mvo@zagadka.de>
185
186 * tests/srfi-4.test: Use (test-suite lib) module.
187
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
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
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
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
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
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
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
2282004-12-10 Kevin Ryde <user42@zip.com.au>
229
230 * tests/socket.test (inet-pton): New tests.
231
2322004-12-06 Kevin Ryde <user42@zip.com.au>
233
234 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
235 tests.
236
2372004-12-05 Kevin Ryde <user42@zip.com.au>
238
239 * tests/srfi-1.test (append-map, filter-map): New tests.
240
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
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
2532004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
254
255 * tests/syntax.test: Added tests for unmemoization.
256
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
2622004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
263
264 * tests/unif.test (array-equal?): New test.
265
2662004-09-29 Kevin Ryde <user42@zip.com.au>
267
268 * tests/regexp.test (match:string): New tests.
269
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
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
2802004-09-24 Marius Vollmer <mvo@zagadka.de>
281
282 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
283 GUILE_CFLAGS.
284
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
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
2972004-09-09 Kevin Ryde <user42@zip.com.au>
298
299 * tests/streams.test: New file.
300
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
3062004-09-08 Kevin Ryde <user42@zip.com.au>
307
308 * tests/ports.test (port-column): Further tests, of new \a \b \r.
309
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
3182004-09-02 Kevin Ryde <user42@zip.com.au>
319
320 * tests/format.test (~@d): New tests.
321 New tests of excess arguments now ignored.
322
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
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
3332004-08-27 Kevin Ryde <user42@zip.com.au>
334
335 * tests/regexp.test (regexp-quote): New tests.
336
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
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
3462004-08-25 Marius Vollmer <mvo@zagadka.de>
347
348 * tests/strings.test: Two more tests for double indirect substring
349 modification.
350
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
3562004-08-20 Kevin Ryde <user42@zip.com.au>
357
358 * tests/posix.test (mkstemp!): New tests.
359
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
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
3712004-08-18 Kevin Ryde <user42@zip.com.au>
372
373 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
374 New files.
375 * Makefile.am (SCM_TESTS): Add them.
376
377 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
378 be #f, according to R5RS.
379
3802004-08-15 Marius Vollmer <mvo@zagadka.de>
381
382 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
383
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
3892004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
390
391 * standalone/test-conversion.c (test_locale_strings): New.
392
393 * standalone/test-round.c: Replaced all uses of scm_round with
394 scm_c_round.
395
3962004-08-09 Kevin Ryde <user42@zip.com.au>
397
398 * tests/slib.test: New file.
399 * Makefile.am (SCM_TESTS): Add it.
400
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.
405 (array-fill!): Exercise byte range and type checks.
406
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
4152004-08-02 Kevin Ryde <user42@zip.com.au>
416
417 * tests/srfi-13.test (string-every): Check empty string case.
418
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
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
4292004-07-28 Kevin Ryde <user42@zip.com.au>
430
431 * tests/regexp.test (make-regexp): Exercise flags args validation.
432
433 * tests/unif.test (array-set!): Exercise svect value range check.
434
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
4442004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
445
446 * tests/format.test (~{): Test no arbitrary iteration limit.
447
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
4532004-07-10 Kevin Ryde <user42@zip.com.au>
454
455 * tests/hash.test: New file.
456 * Makefile.am (SCM_TESTS): Add it.
457
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
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
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
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
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
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
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