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