(list, cons*): New tests.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
78fae161
KR
12005-04-14 Kevin Ryde <user42@zip.com.au>
2
3 * tests/numbers.test (1+, 1-): New tests.
4
bd6795e9
KR
52005-04-11 Kevin Ryde <user42@zip.com.au>
6
7 * tests/srfi-13.test (string-concatenate, string-concatenate/shared):
8 New tests.
9
9b60e16f
KR
102005-04-02 Kevin Ryde <user42@zip.com.au>
11
88fb3e46
KR
12 * tests/numbers.test (round): Add some fraction cases.
13
9b60e16f
KR
14 * tests/srfi-1.test (lset-union): More tests.
15
3c4eabbe
KR
162005-03-26 Kevin Ryde <user42@zip.com.au>
17
18 * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
19
e96f5ee7
KR
202005-03-18 Kevin Ryde <user42@zip.com.au>
21
4bc6f1c6
KR
22 * tests/srfi-1.test (filter-map): More tests.
23
e96f5ee7
KR
24 * tests/srfi-17.test: A few more tests from the 1.6 branch.
25
44981fcb
KR
262005-03-16 Kevin Ryde <user42@zip.com.au>
27
56b92514
KR
28 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
29 take-right): New tests.
44981fcb 30
b1d5e700
KR
312005-03-14 Kevin Ryde <user42@zip.com.au>
32
33 * tests/srfi-1.test (find, find-tail, lset-union): New tests.
34 (lset-adjoin): Corrections to some tests.
35
938d9909
KR
362005-03-13 Kevin Ryde <user42@zip.com.au>
37
38 * tests/numbers.test (=): Exercise inum/flonum cases that used to
39 round on 64-bit systems.
40
41 * tests/numbers.test (logior): New tests, exercising negative bignums
42 reducing to inum.
43
44 * tests/srfi-60.test: New file.
45 * Makefile.am (SCM_TESTS): Add it.
46
a81b8618
MV
472005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
48
49 * tests/threads.test: Only test when 'threads are provided.
50
57491e85
KR
512005-02-21 Kevin Ryde <user42@zip.com.au>
52
53 * tests/numbers.test (string->number): Exercise polar form with
54 invalid angle.
55
85c981f6
KR
562005-02-18 Kevin Ryde <user42@zip.com.au>
57
58 * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
59 among args cast out.
60
f7fb2f39
RB
612005-02-12 Rob Browning <rlb@defaultvalue.org>
62
63 * standalone/test-require-extension: new test script.
64
65 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
66 (TESTS): add test-require-extension.
67
3087a981
KR
682005-02-12 Kevin Ryde <user42@zip.com.au>
69
70 * tests/srfi-1.test (reduce, reduce-right): New tests.
71
8ff01742
KR
722005-02-11 Kevin Ryde <user42@zip.com.au>
73
74 * tests/fractions.test (ash): Remove tests of ash on fractions, not
75 supported after scm_ash rewrite.
76
cbec54af
KR
772005-02-04 Kevin Ryde <user42@zip.com.au>
78
79 * tests/srfi-1.test (list=): New tests.
80
38c3534c
KR
812005-01-29 Kevin Ryde <user42@zip.com.au>
82
83 * tests/numbers.test (ash): New tests.
84
83743da0 85 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
38c3534c 86
4d38e6f0
KR
872005-01-28 Kevin Ryde <user42@zip.com.au>
88
89 * tests/syntax.test (while): Tests running in empty environment are
90 now "unresolved" due to workaround in while implementation.
91
edfc07b3
KR
922005-01-24 Kevin Ryde <user42@zip.com.au>
93
be1b896c
KR
94 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
95 avoid warning from gcc 3.4 on 64-bit systems about casting int
96 (32-bits) to pointer (64-bits).
97
edfc07b3
KR
98 * tests/srfi-1.test (lset=, member): New tests.
99
2a1ee5cd
KR
1002005-01-12 Kevin Ryde <user42@zip.com.au>
101
102 * tests/srfi-39.test (current-input-port, current-output-port,
103 current-error-port): New tests.
104
74c58fce
MV
1052005-01-10 Marius Vollmer <mvo@zagadka.de>
106
107 * tests/unif.test (exception:wrong-num-indices): New, use it for
108 array-set! tests with wrong number of indices.
109
f01fe441
MV
1102005-01-07 Marius Vollmer <mvo@zagadka.de>
111
112 * tests/srfi-4.test: Use (test-suite lib) module.
113
2aaf5726
MV
1142005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
115
116 * tests/unif.test (have-llvect?): Removed, Scheme code will always
117 have u64 and s64 uniform vectors.
118
34ae52fc
MV
1192005-01-05 Marius Vollmer <mvo@zagadka.de>
120
121 * tests/unif.test: Use *unspecified* instead of #f to get an
122 uninitialized array.
123
f1fd6418
KR
1242005-01-04 Kevin Ryde <user42@zip.com.au>
125
126 * tests/ramap.test: New file, test array-map!.
127 * Makefile.am (SCM_TESTS): Add it.
128
5be5e699
MV
1292005-01-02 Marius Vollmer <mvo@zagadka.de>
130
131 * tests/unif.test: Rewritten for new 'typed' approach to uniform
132 arrays.
133
134 * tests/sort.test: New tests, especially for sorting non-contigous
135 and negative-incrementing vectors.
136
af113331
KR
1372005-01-02 Kevin Ryde <user42@zip.com.au>
138
139 * tests/srfi-39.test: Use define-module to keep bindings from
140 subsequent tests, use test-suite lib for stand-alone checking.
141
142 * Makefile.am (SCM_TESTS): Add srfi-39.test.
143
d241f86a
NJ
1442004-12-27 Neil Jerram <neil@ossau.uklinux.net>
145
146 * tests/continuations.test (continuations): Moved continuation /
147 stack tests here, and added save and restore of debug options.
148
49c51610
MV
1492004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
150
151 * tests/eval.test: News tests for making stacks from
152 continuations. From Neil Jerram.
153
86347b2b
KR
1542004-12-10 Kevin Ryde <user42@zip.com.au>
155
156 * tests/socket.test (inet-pton): New tests.
157
6d7db381
KR
1582004-12-06 Kevin Ryde <user42@zip.com.au>
159
b9e1ef08
KR
160 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
161 tests.
6d7db381 162
b8024707
KR
1632004-12-05 Kevin Ryde <user42@zip.com.au>
164
165 * tests/srfi-1.test (append-map, filter-map): New tests.
166
d550e35f
MV
1672004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
168
169 * tests/unif.test: Replaced uniform-array-set1! with just
170 array-set!. Do not check improper index lists, which can't arise
171 with uarray-set!. Use "#s16()" instead of "#h()".
172
bb9f50ae
MV
1732004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
174
175 * tests/unif.test: Removed tests that tried to store a character
176 into a byte vector, which no longer works. Characters are not
177 bytes.
178
c454c4e6
DH
1792004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
180
181 * tests/syntax.test: Added tests for unmemoization.
182
6a0813c3
MV
1832004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
184
185 * tests/strings.test (string-set!): Explicitely construct
186 read-only string. String literals are not yet read-only.
187
818deb11
MV
1882004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
189
190 * tests/unif.test (array-equal?): New test.
191
d748089e
KR
1922004-09-29 Kevin Ryde <user42@zip.com.au>
193
194 * tests/regexp.test (match:string): New tests.
195
e5c2d5c8
KR
1962004-09-26 Kevin Ryde <user42@zip.com.au>
197
198 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
199 let-optional*): Add tests of internal defines when no bindings.
200
effad639
MV
2012004-09-25 Marius Vollmer <mvo@zagadka.de>
202
203 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
204 instead of LDFLAGS; the latter is a user variable.
205
ad7de4b8
MV
2062004-09-24 Marius Vollmer <mvo@zagadka.de>
207
208 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
209 GUILE_CFLAGS.
210
c9fedf8a
MV
2112004-09-23 Marius Vollmer <mvo@zagadka.de>
212
213 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
214 Accept new wording.
215
77d0383a
MV
2162004-09-22 Marius Vollmer <mvo@zagadka.de>
217
218 * tests/ports.test ("string ports"): Copy string literal so that
219 it can be modified.
220 * tests/srfi-13.test ("string-copy!"): Likewise.
221 * tests/strings.test ("substring/shared"): Likewise.
222
1c923ba7
KR
2232004-09-09 Kevin Ryde <user42@zip.com.au>
224
225 * tests/streams.test: New file.
226
0b49c645
MV
2272004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
228
229 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
230 exact result, use (expt 1/2 2) instead.
231
05414844
KR
2322004-09-08 Kevin Ryde <user42@zip.com.au>
233
234 * tests/ports.test (port-column): Further tests, of new \a \b \r.
235
5de12658
KR
2362004-09-07 Kevin Ryde <user42@zip.com.au>
237
238 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
239 (integer?): Exercise nan and +/-inf.
240
241 * tests/time.test (gmtime, strptime): New tests, but unresolved.
242 (internal-time-units-per-second): New test.
243
df47ddf0
KR
2442004-09-02 Kevin Ryde <user42@zip.com.au>
245
246 * tests/format.test (~@d): New tests.
b8d95267 247 New tests of excess arguments now ignored.
df47ddf0 248
7dd381c5
KR
2492004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
250
251 * tests/gc.test: Exercise record in weak-values hash table, exposing a
252 problem in 1.6.4 gc, but believed fixed by other changes in the head.
253
d9eb2d67
MV
2542004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
255
256 * tests/srfi-13.test (module-peek): Removed, this kluge is no
257 longer necessary.
258
c581203a
KR
2592004-08-27 Kevin Ryde <user42@zip.com.au>
260
261 * tests/regexp.test (regexp-quote): New tests.
262
3fa36d58
KR
263 * tests/srfi-31.test: Use define-module to keep bindings out of
264 further tests. Use-module (test-suite lib) for stand-alone operation.
265 (rec): Exercise bad args.
266
4b0ad1f4
KR
2672004-08-25 Kevin Ryde <user42@zip.com.au>
268
269 * tests/and-let-star.test: More tests, in particular exercise #t
270 result on empty body.
271
c5080b51
MV
2722004-08-25 Marius Vollmer <mvo@zagadka.de>
273
274 * tests/strings.test: Two more tests for double indirect substring
275 modification.
276
5e466273
MV
2772004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
278
279 * lib.scm (exception:used-before-define): New.
280 * tests/syntax.test ("letrec"): Use it.
281
d4f76919
KR
2822004-08-20 Kevin Ryde <user42@zip.com.au>
283
284 * tests/posix.test (mkstemp!): New tests.
285
cf3dd949
MV
2862004-08-20 Marius Vollmer <mvo@zagadka.de>
287
288 * tests/strings.test: Two tests for substring/shared. Also, use
289 (test-suite lib).
290
b2988f46
MV
2912004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
292
293 * standalone/test-conversion.c, standalone/test-gh.c,
294 standalone/test-unwind.c: Avoid the use of discouraged or
295 deprecated things.
296
b1fbeb53
KR
2972004-08-18 Kevin Ryde <user42@zip.com.au>
298
a158acd1
KR
299 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
300 New files.
301 * Makefile.am (SCM_TESTS): Add them.
302
52d1e968
KR
303 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
304 be #f, according to R5RS.
305
bc97364a
MV
3062004-08-15 Marius Vollmer <mvo@zagadka.de>
307
308 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
309
3ff0e986
KR
3102004-08-14 Kevin Ryde <user42@zip.com.au>
311
312 * tests/srfi-13.test (string-any, string-every): Exercise char and
313 charset predicate cases.
314
8d3fd10b
MV
3152004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
316
44825fff
MV
317 * standalone/test-conversion.c (test_locale_strings): New.
318
8d3fd10b
MV
319 * standalone/test-round.c: Replaced all uses of scm_round with
320 scm_c_round.
321
636d4be5
KR
3222004-08-09 Kevin Ryde <user42@zip.com.au>
323
324 * tests/slib.test: New file.
325 * Makefile.am (SCM_TESTS): Add it.
326
bcb88c93
KR
3272004-08-06 Kevin Ryde <user42@zip.com.au>
328
329 * tests/unif.test (array-set!): Exercise byte array range checks.
330 (uniform-vector-ref): Exercise byte returns.
8f094b97 331 (array-fill!): Exercise byte range and type checks.
bcb88c93 332
759aa8f9
MV
3332004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
334
335 * standalone/test-num2integral.c: Only perform the tests when the
336 disabled features are enabled.
337
338 * standalone/test-conversion.c (test_to_double, test_from_double):
339 New tests.
340
71234d0c
KR
3412004-08-02 Kevin Ryde <user42@zip.com.au>
342
343 * tests/srfi-13.test (string-every): Check empty string case.
344
58f28989
KR
3452004-07-31 Kevin Ryde <user42@zip.com.au>
346
347 * tests/filesys.test: New file, exercising copy-file.
348 * Makefile.am (SCM_TESTS): Add it.
349
315158a8
MV
3502004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
351
352 * standalone/test-conversion.c: Many more tests for the integer
353 conversion functions.
354
081c1b24
KR
3552004-07-28 Kevin Ryde <user42@zip.com.au>
356
357 * tests/regexp.test (make-regexp): Exercise flags args validation.
358
32b435f2
KR
359 * tests/unif.test (array-set!): Exercise svect value range check.
360
6364df34
KR
3612004-07-24 Kevin Ryde <user42@zip.com.au>
362
363 * tests/common-list.test: Use define-module, to as not to import
364 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
365 warning).
366
367 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
368 suppress warnings about current-time and raise replacing core bindings.
369
ae13e8e1
KR
3702004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
371
372 * tests/format.test (~{): Test no arbitrary iteration limit.
373
0523f1c0
MV
3742004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
375
376 * standalone/test-conversion.c (test_is_signed_integer,
377 test_is_unsigned_integer): Expect inexact integers to fail.
378
677104a6
KR
3792004-07-10 Kevin Ryde <user42@zip.com.au>
380
381 * tests/hash.test: New file.
382 * Makefile.am (SCM_TESTS): Add it.
383
aacc8318
MV
3842004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
385
386 * standalone/test-unwind.c: Use scm_from_int instead of
387 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
388
c9eb03bb
MV
3892004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
390
391 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
392 etc, they are now provided by libuile.h.
393 (test_int_sizes): New.
394
9b5eee30
MV
3952004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
396
397 * standalone/test-num2integral.c, standalone/test-unwind.c:
398 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
399 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
400 scm_from_bool, and scm_is_bool, respectively.
401
402 * standalone/Makefile.am: Added test-conversion to the TESTS.
403
404 * standalone/test-conversion.c: New file.
405
6293838c
RB
4062004-06-20 Rob Browning <rlb@defaultvalue.org>
407
408 * tests/srfi-31.test: new test for SRFI-31.
409
410 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
411
c10b894e
MV
4122004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
413
414 * tests/numbers.test (number->string): Some results might differ
415 between versions of Guile compiled optimized and unoptimized.
416 Both results are accepted now.
417
aa498d0c
DH
4182004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
419
420 * tests/syntax.test: Added various tests to check that
421 unmemoization works correctly.
422
845087a4
KR
4232004-05-30 Kevin Ryde <user42@zip.com.au>
424
425 * lib.scm (exception:numerical-overflow): New define.
426 * tests/numbers.test (modulo-expt): Use it and
427 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
428