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