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