(array-map!): Further tests.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
dc1e26b0
KR
12005-04-23 Kevin Ryde <user42@zip.com.au>
2
3 * tests/hash.test (hashx-remove!): New tests.
4
8cb2eff8 5 * tests/list.test (list, make-list, cons*): New tests.
dc1e26b0 6
13155c50
KR
7 * tests/numbers.test (numerator, denominator): New tests.
8
c51682b4
KR
9 * tests/srfi-1.test (concatenate, concatenate!, count, filter-map,
10 lset-adjoin): More tests.
11
78fae161
KR
122005-04-14 Kevin Ryde <user42@zip.com.au>
13
14 * tests/numbers.test (1+, 1-): New tests.
15
bd6795e9
KR
162005-04-11 Kevin Ryde <user42@zip.com.au>
17
18 * tests/srfi-13.test (string-concatenate, string-concatenate/shared):
19 New tests.
20
9b60e16f
KR
212005-04-02 Kevin Ryde <user42@zip.com.au>
22
88fb3e46
KR
23 * tests/numbers.test (round): Add some fraction cases.
24
9b60e16f
KR
25 * tests/srfi-1.test (lset-union): More tests.
26
3c4eabbe
KR
272005-03-26 Kevin Ryde <user42@zip.com.au>
28
29 * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
30
e96f5ee7
KR
312005-03-18 Kevin Ryde <user42@zip.com.au>
32
4bc6f1c6
KR
33 * tests/srfi-1.test (filter-map): More tests.
34
e96f5ee7
KR
35 * tests/srfi-17.test: A few more tests from the 1.6 branch.
36
44981fcb
KR
372005-03-16 Kevin Ryde <user42@zip.com.au>
38
56b92514
KR
39 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
40 take-right): New tests.
44981fcb 41
b1d5e700
KR
422005-03-14 Kevin Ryde <user42@zip.com.au>
43
44 * tests/srfi-1.test (find, find-tail, lset-union): New tests.
45 (lset-adjoin): Corrections to some tests.
46
938d9909
KR
472005-03-13 Kevin Ryde <user42@zip.com.au>
48
49 * tests/numbers.test (=): Exercise inum/flonum cases that used to
50 round on 64-bit systems.
51
52 * tests/numbers.test (logior): New tests, exercising negative bignums
53 reducing to inum.
54
55 * tests/srfi-60.test: New file.
56 * Makefile.am (SCM_TESTS): Add it.
57
a81b8618
MV
582005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
59
60 * tests/threads.test: Only test when 'threads are provided.
61
57491e85
KR
622005-02-21 Kevin Ryde <user42@zip.com.au>
63
64 * tests/numbers.test (string->number): Exercise polar form with
65 invalid angle.
66
85c981f6
KR
672005-02-18 Kevin Ryde <user42@zip.com.au>
68
69 * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
70 among args cast out.
71
f7fb2f39
RB
722005-02-12 Rob Browning <rlb@defaultvalue.org>
73
74 * standalone/test-require-extension: new test script.
75
76 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
77 (TESTS): add test-require-extension.
78
3087a981
KR
792005-02-12 Kevin Ryde <user42@zip.com.au>
80
81 * tests/srfi-1.test (reduce, reduce-right): New tests.
82
8ff01742
KR
832005-02-11 Kevin Ryde <user42@zip.com.au>
84
85 * tests/fractions.test (ash): Remove tests of ash on fractions, not
86 supported after scm_ash rewrite.
87
cbec54af
KR
882005-02-04 Kevin Ryde <user42@zip.com.au>
89
90 * tests/srfi-1.test (list=): New tests.
91
38c3534c
KR
922005-01-29 Kevin Ryde <user42@zip.com.au>
93
94 * tests/numbers.test (ash): New tests.
95
83743da0 96 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
38c3534c 97
4d38e6f0
KR
982005-01-28 Kevin Ryde <user42@zip.com.au>
99
100 * tests/syntax.test (while): Tests running in empty environment are
101 now "unresolved" due to workaround in while implementation.
102
edfc07b3
KR
1032005-01-24 Kevin Ryde <user42@zip.com.au>
104
be1b896c
KR
105 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
106 avoid warning from gcc 3.4 on 64-bit systems about casting int
107 (32-bits) to pointer (64-bits).
108
edfc07b3
KR
109 * tests/srfi-1.test (lset=, member): New tests.
110
2a1ee5cd
KR
1112005-01-12 Kevin Ryde <user42@zip.com.au>
112
113 * tests/srfi-39.test (current-input-port, current-output-port,
114 current-error-port): New tests.
115
74c58fce
MV
1162005-01-10 Marius Vollmer <mvo@zagadka.de>
117
118 * tests/unif.test (exception:wrong-num-indices): New, use it for
119 array-set! tests with wrong number of indices.
120
f01fe441
MV
1212005-01-07 Marius Vollmer <mvo@zagadka.de>
122
123 * tests/srfi-4.test: Use (test-suite lib) module.
124
2aaf5726
MV
1252005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
126
127 * tests/unif.test (have-llvect?): Removed, Scheme code will always
128 have u64 and s64 uniform vectors.
129
34ae52fc
MV
1302005-01-05 Marius Vollmer <mvo@zagadka.de>
131
132 * tests/unif.test: Use *unspecified* instead of #f to get an
133 uninitialized array.
134
f1fd6418
KR
1352005-01-04 Kevin Ryde <user42@zip.com.au>
136
137 * tests/ramap.test: New file, test array-map!.
138 * Makefile.am (SCM_TESTS): Add it.
139
5be5e699
MV
1402005-01-02 Marius Vollmer <mvo@zagadka.de>
141
142 * tests/unif.test: Rewritten for new 'typed' approach to uniform
143 arrays.
144
145 * tests/sort.test: New tests, especially for sorting non-contigous
146 and negative-incrementing vectors.
147
af113331
KR
1482005-01-02 Kevin Ryde <user42@zip.com.au>
149
150 * tests/srfi-39.test: Use define-module to keep bindings from
151 subsequent tests, use test-suite lib for stand-alone checking.
152
153 * Makefile.am (SCM_TESTS): Add srfi-39.test.
154
d241f86a
NJ
1552004-12-27 Neil Jerram <neil@ossau.uklinux.net>
156
157 * tests/continuations.test (continuations): Moved continuation /
158 stack tests here, and added save and restore of debug options.
159
49c51610
MV
1602004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
161
162 * tests/eval.test: News tests for making stacks from
163 continuations. From Neil Jerram.
164
86347b2b
KR
1652004-12-10 Kevin Ryde <user42@zip.com.au>
166
167 * tests/socket.test (inet-pton): New tests.
168
6d7db381
KR
1692004-12-06 Kevin Ryde <user42@zip.com.au>
170
b9e1ef08
KR
171 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
172 tests.
6d7db381 173
b8024707
KR
1742004-12-05 Kevin Ryde <user42@zip.com.au>
175
176 * tests/srfi-1.test (append-map, filter-map): New tests.
177
d550e35f
MV
1782004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
179
180 * tests/unif.test: Replaced uniform-array-set1! with just
181 array-set!. Do not check improper index lists, which can't arise
182 with uarray-set!. Use "#s16()" instead of "#h()".
183
bb9f50ae
MV
1842004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
185
186 * tests/unif.test: Removed tests that tried to store a character
187 into a byte vector, which no longer works. Characters are not
188 bytes.
189
c454c4e6
DH
1902004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
191
192 * tests/syntax.test: Added tests for unmemoization.
193
6a0813c3
MV
1942004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
195
196 * tests/strings.test (string-set!): Explicitely construct
197 read-only string. String literals are not yet read-only.
198
818deb11
MV
1992004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
200
201 * tests/unif.test (array-equal?): New test.
202
d748089e
KR
2032004-09-29 Kevin Ryde <user42@zip.com.au>
204
205 * tests/regexp.test (match:string): New tests.
206
e5c2d5c8
KR
2072004-09-26 Kevin Ryde <user42@zip.com.au>
208
209 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
210 let-optional*): Add tests of internal defines when no bindings.
211
effad639
MV
2122004-09-25 Marius Vollmer <mvo@zagadka.de>
213
214 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
215 instead of LDFLAGS; the latter is a user variable.
216
ad7de4b8
MV
2172004-09-24 Marius Vollmer <mvo@zagadka.de>
218
219 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
220 GUILE_CFLAGS.
221
c9fedf8a
MV
2222004-09-23 Marius Vollmer <mvo@zagadka.de>
223
224 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
225 Accept new wording.
226
77d0383a
MV
2272004-09-22 Marius Vollmer <mvo@zagadka.de>
228
229 * tests/ports.test ("string ports"): Copy string literal so that
230 it can be modified.
231 * tests/srfi-13.test ("string-copy!"): Likewise.
232 * tests/strings.test ("substring/shared"): Likewise.
233
1c923ba7
KR
2342004-09-09 Kevin Ryde <user42@zip.com.au>
235
236 * tests/streams.test: New file.
237
0b49c645
MV
2382004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
239
240 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
241 exact result, use (expt 1/2 2) instead.
242
05414844
KR
2432004-09-08 Kevin Ryde <user42@zip.com.au>
244
245 * tests/ports.test (port-column): Further tests, of new \a \b \r.
246
5de12658
KR
2472004-09-07 Kevin Ryde <user42@zip.com.au>
248
249 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
250 (integer?): Exercise nan and +/-inf.
251
252 * tests/time.test (gmtime, strptime): New tests, but unresolved.
253 (internal-time-units-per-second): New test.
254
df47ddf0
KR
2552004-09-02 Kevin Ryde <user42@zip.com.au>
256
257 * tests/format.test (~@d): New tests.
b8d95267 258 New tests of excess arguments now ignored.
df47ddf0 259
7dd381c5
KR
2602004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
261
262 * tests/gc.test: Exercise record in weak-values hash table, exposing a
263 problem in 1.6.4 gc, but believed fixed by other changes in the head.
264
d9eb2d67
MV
2652004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
266
267 * tests/srfi-13.test (module-peek): Removed, this kluge is no
268 longer necessary.
269
c581203a
KR
2702004-08-27 Kevin Ryde <user42@zip.com.au>
271
272 * tests/regexp.test (regexp-quote): New tests.
273
3fa36d58
KR
274 * tests/srfi-31.test: Use define-module to keep bindings out of
275 further tests. Use-module (test-suite lib) for stand-alone operation.
276 (rec): Exercise bad args.
277
4b0ad1f4
KR
2782004-08-25 Kevin Ryde <user42@zip.com.au>
279
280 * tests/and-let-star.test: More tests, in particular exercise #t
281 result on empty body.
282
c5080b51
MV
2832004-08-25 Marius Vollmer <mvo@zagadka.de>
284
285 * tests/strings.test: Two more tests for double indirect substring
286 modification.
287
5e466273
MV
2882004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
289
290 * lib.scm (exception:used-before-define): New.
291 * tests/syntax.test ("letrec"): Use it.
292
d4f76919
KR
2932004-08-20 Kevin Ryde <user42@zip.com.au>
294
295 * tests/posix.test (mkstemp!): New tests.
296
cf3dd949
MV
2972004-08-20 Marius Vollmer <mvo@zagadka.de>
298
299 * tests/strings.test: Two tests for substring/shared. Also, use
300 (test-suite lib).
301
b2988f46
MV
3022004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
303
304 * standalone/test-conversion.c, standalone/test-gh.c,
305 standalone/test-unwind.c: Avoid the use of discouraged or
306 deprecated things.
307
b1fbeb53
KR
3082004-08-18 Kevin Ryde <user42@zip.com.au>
309
a158acd1
KR
310 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
311 New files.
312 * Makefile.am (SCM_TESTS): Add them.
313
52d1e968
KR
314 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
315 be #f, according to R5RS.
316
bc97364a
MV
3172004-08-15 Marius Vollmer <mvo@zagadka.de>
318
319 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
320
3ff0e986
KR
3212004-08-14 Kevin Ryde <user42@zip.com.au>
322
323 * tests/srfi-13.test (string-any, string-every): Exercise char and
324 charset predicate cases.
325
8d3fd10b
MV
3262004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
327
44825fff
MV
328 * standalone/test-conversion.c (test_locale_strings): New.
329
8d3fd10b
MV
330 * standalone/test-round.c: Replaced all uses of scm_round with
331 scm_c_round.
332
636d4be5
KR
3332004-08-09 Kevin Ryde <user42@zip.com.au>
334
335 * tests/slib.test: New file.
336 * Makefile.am (SCM_TESTS): Add it.
337
bcb88c93
KR
3382004-08-06 Kevin Ryde <user42@zip.com.au>
339
340 * tests/unif.test (array-set!): Exercise byte array range checks.
341 (uniform-vector-ref): Exercise byte returns.
8f094b97 342 (array-fill!): Exercise byte range and type checks.
bcb88c93 343
759aa8f9
MV
3442004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
345
346 * standalone/test-num2integral.c: Only perform the tests when the
347 disabled features are enabled.
348
349 * standalone/test-conversion.c (test_to_double, test_from_double):
350 New tests.
351
71234d0c
KR
3522004-08-02 Kevin Ryde <user42@zip.com.au>
353
354 * tests/srfi-13.test (string-every): Check empty string case.
355
58f28989
KR
3562004-07-31 Kevin Ryde <user42@zip.com.au>
357
358 * tests/filesys.test: New file, exercising copy-file.
359 * Makefile.am (SCM_TESTS): Add it.
360
315158a8
MV
3612004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
362
363 * standalone/test-conversion.c: Many more tests for the integer
364 conversion functions.
365
081c1b24
KR
3662004-07-28 Kevin Ryde <user42@zip.com.au>
367
368 * tests/regexp.test (make-regexp): Exercise flags args validation.
369
32b435f2
KR
370 * tests/unif.test (array-set!): Exercise svect value range check.
371
6364df34
KR
3722004-07-24 Kevin Ryde <user42@zip.com.au>
373
374 * tests/common-list.test: Use define-module, to as not to import
375 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
376 warning).
377
378 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
379 suppress warnings about current-time and raise replacing core bindings.
380
ae13e8e1
KR
3812004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
382
383 * tests/format.test (~{): Test no arbitrary iteration limit.
384
0523f1c0
MV
3852004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
386
387 * standalone/test-conversion.c (test_is_signed_integer,
388 test_is_unsigned_integer): Expect inexact integers to fail.
389
677104a6
KR
3902004-07-10 Kevin Ryde <user42@zip.com.au>
391
392 * tests/hash.test: New file.
393 * Makefile.am (SCM_TESTS): Add it.
394
aacc8318
MV
3952004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
396
397 * standalone/test-unwind.c: Use scm_from_int instead of
398 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
399
c9eb03bb
MV
4002004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
401
402 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
403 etc, they are now provided by libuile.h.
404 (test_int_sizes): New.
405
9b5eee30
MV
4062004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
407
408 * standalone/test-num2integral.c, standalone/test-unwind.c:
409 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
410 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
411 scm_from_bool, and scm_is_bool, respectively.
412
413 * standalone/Makefile.am: Added test-conversion to the TESTS.
414
415 * standalone/test-conversion.c: New file.
416
6293838c
RB
4172004-06-20 Rob Browning <rlb@defaultvalue.org>
418
419 * tests/srfi-31.test: new test for SRFI-31.
420
421 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
422
c10b894e
MV
4232004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
424
425 * tests/numbers.test (number->string): Some results might differ
426 between versions of Guile compiled optimized and unoptimized.
427 Both results are accepted now.
428
aa498d0c
DH
4292004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
430
431 * tests/syntax.test: Added various tests to check that
432 unmemoization works correctly.
433
845087a4
KR
4342004-05-30 Kevin Ryde <user42@zip.com.au>
435
436 * lib.scm (exception:numerical-overflow): New define.
437 * tests/numbers.test (modulo-expt): Use it and
438 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
439