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