(array-in-bounds?): Add a test failing in the current code.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
4d54ee35
KR
12005-06-06 Kevin Ryde <user42@zip.com.au>
2
3 * tests/strings.test (string-split): Try splitting on an 8-bit char.
4
b52f5697
KR
52005-05-07 Kevin Ryde <user42@zip.com.au>
6
7 * tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate,
8 not-pair?, xcons): New tests.
9
8ad5d74a
KR
102005-05-04 Kevin Ryde <user42@zip.com.au>
11
12 * tests/srfi-1.test (break!, drop-right!, drop-while, eighth, fifth,
13 ninth, seventh, sixth, span!, take!, take-while, take-while!, tenth):
14 New tests.
15
b52f5697
KR
16 * tests/unif.test (make-shared-array): Add failing case shared of
17 shared.
18
97d790b3
KR
192005-04-30 Kevin Ryde <user42@zip.com.au>
20
21 * tests/numbers.test (/): Further tests.
22
597052a2
KR
232005-04-25 Kevin Ryde <user42@zip.com.au>
24
25 * tests/ramap.test (array-map!): Further tests.
26
dc1e26b0
KR
272005-04-23 Kevin Ryde <user42@zip.com.au>
28
29 * tests/hash.test (hashx-remove!): New tests.
30
8cb2eff8 31 * tests/list.test (list, make-list, cons*): New tests.
dc1e26b0 32
13155c50
KR
33 * tests/numbers.test (numerator, denominator): New tests.
34
c51682b4
KR
35 * tests/srfi-1.test (concatenate, concatenate!, count, filter-map,
36 lset-adjoin): More tests.
37
78fae161
KR
382005-04-14 Kevin Ryde <user42@zip.com.au>
39
40 * tests/numbers.test (1+, 1-): New tests.
41
bd6795e9
KR
422005-04-11 Kevin Ryde <user42@zip.com.au>
43
44 * tests/srfi-13.test (string-concatenate, string-concatenate/shared):
45 New tests.
46
9b60e16f
KR
472005-04-02 Kevin Ryde <user42@zip.com.au>
48
88fb3e46
KR
49 * tests/numbers.test (round): Add some fraction cases.
50
9b60e16f
KR
51 * tests/srfi-1.test (lset-union): More tests.
52
3c4eabbe
KR
532005-03-26 Kevin Ryde <user42@zip.com.au>
54
55 * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
56
e96f5ee7
KR
572005-03-18 Kevin Ryde <user42@zip.com.au>
58
4bc6f1c6
KR
59 * tests/srfi-1.test (filter-map): More tests.
60
e96f5ee7
KR
61 * tests/srfi-17.test: A few more tests from the 1.6 branch.
62
44981fcb
KR
632005-03-16 Kevin Ryde <user42@zip.com.au>
64
56b92514
KR
65 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
66 take-right): New tests.
44981fcb 67
b1d5e700
KR
682005-03-14 Kevin Ryde <user42@zip.com.au>
69
70 * tests/srfi-1.test (find, find-tail, lset-union): New tests.
71 (lset-adjoin): Corrections to some tests.
72
938d9909
KR
732005-03-13 Kevin Ryde <user42@zip.com.au>
74
75 * tests/numbers.test (=): Exercise inum/flonum cases that used to
76 round on 64-bit systems.
77
78 * tests/numbers.test (logior): New tests, exercising negative bignums
79 reducing to inum.
80
81 * tests/srfi-60.test: New file.
82 * Makefile.am (SCM_TESTS): Add it.
83
a81b8618
MV
842005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
85
86 * tests/threads.test: Only test when 'threads are provided.
87
57491e85
KR
882005-02-21 Kevin Ryde <user42@zip.com.au>
89
90 * tests/numbers.test (string->number): Exercise polar form with
91 invalid angle.
92
85c981f6
KR
932005-02-18 Kevin Ryde <user42@zip.com.au>
94
95 * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
96 among args cast out.
97
f7fb2f39
RB
982005-02-12 Rob Browning <rlb@defaultvalue.org>
99
100 * standalone/test-require-extension: new test script.
101
102 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
103 (TESTS): add test-require-extension.
104
3087a981
KR
1052005-02-12 Kevin Ryde <user42@zip.com.au>
106
107 * tests/srfi-1.test (reduce, reduce-right): New tests.
108
8ff01742
KR
1092005-02-11 Kevin Ryde <user42@zip.com.au>
110
111 * tests/fractions.test (ash): Remove tests of ash on fractions, not
112 supported after scm_ash rewrite.
113
cbec54af
KR
1142005-02-04 Kevin Ryde <user42@zip.com.au>
115
116 * tests/srfi-1.test (list=): New tests.
117
38c3534c
KR
1182005-01-29 Kevin Ryde <user42@zip.com.au>
119
120 * tests/numbers.test (ash): New tests.
121
83743da0 122 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
38c3534c 123
4d38e6f0
KR
1242005-01-28 Kevin Ryde <user42@zip.com.au>
125
126 * tests/syntax.test (while): Tests running in empty environment are
127 now "unresolved" due to workaround in while implementation.
128
edfc07b3
KR
1292005-01-24 Kevin Ryde <user42@zip.com.au>
130
be1b896c
KR
131 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
132 avoid warning from gcc 3.4 on 64-bit systems about casting int
133 (32-bits) to pointer (64-bits).
134
edfc07b3
KR
135 * tests/srfi-1.test (lset=, member): New tests.
136
2a1ee5cd
KR
1372005-01-12 Kevin Ryde <user42@zip.com.au>
138
139 * tests/srfi-39.test (current-input-port, current-output-port,
140 current-error-port): New tests.
141
74c58fce
MV
1422005-01-10 Marius Vollmer <mvo@zagadka.de>
143
144 * tests/unif.test (exception:wrong-num-indices): New, use it for
145 array-set! tests with wrong number of indices.
146
f01fe441
MV
1472005-01-07 Marius Vollmer <mvo@zagadka.de>
148
149 * tests/srfi-4.test: Use (test-suite lib) module.
150
2aaf5726
MV
1512005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
152
153 * tests/unif.test (have-llvect?): Removed, Scheme code will always
154 have u64 and s64 uniform vectors.
155
34ae52fc
MV
1562005-01-05 Marius Vollmer <mvo@zagadka.de>
157
158 * tests/unif.test: Use *unspecified* instead of #f to get an
159 uninitialized array.
160
f1fd6418
KR
1612005-01-04 Kevin Ryde <user42@zip.com.au>
162
163 * tests/ramap.test: New file, test array-map!.
164 * Makefile.am (SCM_TESTS): Add it.
165
5be5e699
MV
1662005-01-02 Marius Vollmer <mvo@zagadka.de>
167
168 * tests/unif.test: Rewritten for new 'typed' approach to uniform
169 arrays.
170
171 * tests/sort.test: New tests, especially for sorting non-contigous
172 and negative-incrementing vectors.
173
af113331
KR
1742005-01-02 Kevin Ryde <user42@zip.com.au>
175
176 * tests/srfi-39.test: Use define-module to keep bindings from
177 subsequent tests, use test-suite lib for stand-alone checking.
178
179 * Makefile.am (SCM_TESTS): Add srfi-39.test.
180
d241f86a
NJ
1812004-12-27 Neil Jerram <neil@ossau.uklinux.net>
182
183 * tests/continuations.test (continuations): Moved continuation /
184 stack tests here, and added save and restore of debug options.
185
49c51610
MV
1862004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
187
188 * tests/eval.test: News tests for making stacks from
189 continuations. From Neil Jerram.
190
86347b2b
KR
1912004-12-10 Kevin Ryde <user42@zip.com.au>
192
193 * tests/socket.test (inet-pton): New tests.
194
6d7db381
KR
1952004-12-06 Kevin Ryde <user42@zip.com.au>
196
b9e1ef08
KR
197 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
198 tests.
6d7db381 199
b8024707
KR
2002004-12-05 Kevin Ryde <user42@zip.com.au>
201
202 * tests/srfi-1.test (append-map, filter-map): New tests.
203
d550e35f
MV
2042004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
205
206 * tests/unif.test: Replaced uniform-array-set1! with just
207 array-set!. Do not check improper index lists, which can't arise
208 with uarray-set!. Use "#s16()" instead of "#h()".
209
bb9f50ae
MV
2102004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
211
212 * tests/unif.test: Removed tests that tried to store a character
213 into a byte vector, which no longer works. Characters are not
214 bytes.
215
c454c4e6
DH
2162004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
217
218 * tests/syntax.test: Added tests for unmemoization.
219
6a0813c3
MV
2202004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
221
222 * tests/strings.test (string-set!): Explicitely construct
223 read-only string. String literals are not yet read-only.
224
818deb11
MV
2252004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
226
227 * tests/unif.test (array-equal?): New test.
228
d748089e
KR
2292004-09-29 Kevin Ryde <user42@zip.com.au>
230
231 * tests/regexp.test (match:string): New tests.
232
e5c2d5c8
KR
2332004-09-26 Kevin Ryde <user42@zip.com.au>
234
235 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
236 let-optional*): Add tests of internal defines when no bindings.
237
effad639
MV
2382004-09-25 Marius Vollmer <mvo@zagadka.de>
239
240 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
241 instead of LDFLAGS; the latter is a user variable.
242
ad7de4b8
MV
2432004-09-24 Marius Vollmer <mvo@zagadka.de>
244
245 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
246 GUILE_CFLAGS.
247
c9fedf8a
MV
2482004-09-23 Marius Vollmer <mvo@zagadka.de>
249
250 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
251 Accept new wording.
252
77d0383a
MV
2532004-09-22 Marius Vollmer <mvo@zagadka.de>
254
255 * tests/ports.test ("string ports"): Copy string literal so that
256 it can be modified.
257 * tests/srfi-13.test ("string-copy!"): Likewise.
258 * tests/strings.test ("substring/shared"): Likewise.
259
1c923ba7
KR
2602004-09-09 Kevin Ryde <user42@zip.com.au>
261
262 * tests/streams.test: New file.
263
0b49c645
MV
2642004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
265
266 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
267 exact result, use (expt 1/2 2) instead.
268
05414844
KR
2692004-09-08 Kevin Ryde <user42@zip.com.au>
270
271 * tests/ports.test (port-column): Further tests, of new \a \b \r.
272
5de12658
KR
2732004-09-07 Kevin Ryde <user42@zip.com.au>
274
275 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
276 (integer?): Exercise nan and +/-inf.
277
278 * tests/time.test (gmtime, strptime): New tests, but unresolved.
279 (internal-time-units-per-second): New test.
280
df47ddf0
KR
2812004-09-02 Kevin Ryde <user42@zip.com.au>
282
283 * tests/format.test (~@d): New tests.
b8d95267 284 New tests of excess arguments now ignored.
df47ddf0 285
7dd381c5
KR
2862004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
287
288 * tests/gc.test: Exercise record in weak-values hash table, exposing a
289 problem in 1.6.4 gc, but believed fixed by other changes in the head.
290
d9eb2d67
MV
2912004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
292
293 * tests/srfi-13.test (module-peek): Removed, this kluge is no
294 longer necessary.
295
c581203a
KR
2962004-08-27 Kevin Ryde <user42@zip.com.au>
297
298 * tests/regexp.test (regexp-quote): New tests.
299
3fa36d58
KR
300 * tests/srfi-31.test: Use define-module to keep bindings out of
301 further tests. Use-module (test-suite lib) for stand-alone operation.
302 (rec): Exercise bad args.
303
4b0ad1f4
KR
3042004-08-25 Kevin Ryde <user42@zip.com.au>
305
306 * tests/and-let-star.test: More tests, in particular exercise #t
307 result on empty body.
308
c5080b51
MV
3092004-08-25 Marius Vollmer <mvo@zagadka.de>
310
311 * tests/strings.test: Two more tests for double indirect substring
312 modification.
313
5e466273
MV
3142004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
315
316 * lib.scm (exception:used-before-define): New.
317 * tests/syntax.test ("letrec"): Use it.
318
d4f76919
KR
3192004-08-20 Kevin Ryde <user42@zip.com.au>
320
321 * tests/posix.test (mkstemp!): New tests.
322
cf3dd949
MV
3232004-08-20 Marius Vollmer <mvo@zagadka.de>
324
325 * tests/strings.test: Two tests for substring/shared. Also, use
326 (test-suite lib).
327
b2988f46
MV
3282004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
329
330 * standalone/test-conversion.c, standalone/test-gh.c,
331 standalone/test-unwind.c: Avoid the use of discouraged or
332 deprecated things.
333
b1fbeb53
KR
3342004-08-18 Kevin Ryde <user42@zip.com.au>
335
a158acd1
KR
336 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
337 New files.
338 * Makefile.am (SCM_TESTS): Add them.
339
52d1e968
KR
340 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
341 be #f, according to R5RS.
342
bc97364a
MV
3432004-08-15 Marius Vollmer <mvo@zagadka.de>
344
345 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
346
3ff0e986
KR
3472004-08-14 Kevin Ryde <user42@zip.com.au>
348
349 * tests/srfi-13.test (string-any, string-every): Exercise char and
350 charset predicate cases.
351
8d3fd10b
MV
3522004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
353
44825fff
MV
354 * standalone/test-conversion.c (test_locale_strings): New.
355
8d3fd10b
MV
356 * standalone/test-round.c: Replaced all uses of scm_round with
357 scm_c_round.
358
636d4be5
KR
3592004-08-09 Kevin Ryde <user42@zip.com.au>
360
361 * tests/slib.test: New file.
362 * Makefile.am (SCM_TESTS): Add it.
363
bcb88c93
KR
3642004-08-06 Kevin Ryde <user42@zip.com.au>
365
366 * tests/unif.test (array-set!): Exercise byte array range checks.
367 (uniform-vector-ref): Exercise byte returns.
8f094b97 368 (array-fill!): Exercise byte range and type checks.
bcb88c93 369
759aa8f9
MV
3702004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
371
372 * standalone/test-num2integral.c: Only perform the tests when the
373 disabled features are enabled.
374
375 * standalone/test-conversion.c (test_to_double, test_from_double):
376 New tests.
377
71234d0c
KR
3782004-08-02 Kevin Ryde <user42@zip.com.au>
379
380 * tests/srfi-13.test (string-every): Check empty string case.
381
58f28989
KR
3822004-07-31 Kevin Ryde <user42@zip.com.au>
383
384 * tests/filesys.test: New file, exercising copy-file.
385 * Makefile.am (SCM_TESTS): Add it.
386
315158a8
MV
3872004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
388
389 * standalone/test-conversion.c: Many more tests for the integer
390 conversion functions.
391
081c1b24
KR
3922004-07-28 Kevin Ryde <user42@zip.com.au>
393
394 * tests/regexp.test (make-regexp): Exercise flags args validation.
395
32b435f2
KR
396 * tests/unif.test (array-set!): Exercise svect value range check.
397
6364df34
KR
3982004-07-24 Kevin Ryde <user42@zip.com.au>
399
400 * tests/common-list.test: Use define-module, to as not to import
401 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
402 warning).
403
404 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
405 suppress warnings about current-time and raise replacing core bindings.
406
ae13e8e1
KR
4072004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
408
409 * tests/format.test (~{): Test no arbitrary iteration limit.
410
0523f1c0
MV
4112004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
412
413 * standalone/test-conversion.c (test_is_signed_integer,
414 test_is_unsigned_integer): Expect inexact integers to fail.
415
677104a6
KR
4162004-07-10 Kevin Ryde <user42@zip.com.au>
417
418 * tests/hash.test: New file.
419 * Makefile.am (SCM_TESTS): Add it.
420
aacc8318
MV
4212004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
422
423 * standalone/test-unwind.c: Use scm_from_int instead of
424 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
425
c9eb03bb
MV
4262004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
427
428 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
429 etc, they are now provided by libuile.h.
430 (test_int_sizes): New.
431
9b5eee30
MV
4322004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
433
434 * standalone/test-num2integral.c, standalone/test-unwind.c:
435 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
436 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
437 scm_from_bool, and scm_is_bool, respectively.
438
439 * standalone/Makefile.am: Added test-conversion to the TESTS.
440
441 * standalone/test-conversion.c: New file.
442
6293838c
RB
4432004-06-20 Rob Browning <rlb@defaultvalue.org>
444
445 * tests/srfi-31.test: new test for SRFI-31.
446
447 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
448
c10b894e
MV
4492004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
450
451 * tests/numbers.test (number->string): Some results might differ
452 between versions of Guile compiled optimized and unoptimized.
453 Both results are accepted now.
454
aa498d0c
DH
4552004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
456
457 * tests/syntax.test: Added various tests to check that
458 unmemoization works correctly.
459
845087a4
KR
4602004-05-30 Kevin Ryde <user42@zip.com.au>
461
462 * lib.scm (exception:numerical-overflow): New define.
463 * tests/numbers.test (modulo-expt): Use it and
464 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
465