(fifth, sixth, seventh, eighth, ninth, tenth): New tests.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
97d790b3
KR
12005-04-30 Kevin Ryde <user42@zip.com.au>
2
3 * tests/numbers.test (/): Further tests.
4
597052a2
KR
52005-04-25 Kevin Ryde <user42@zip.com.au>
6
7 * tests/ramap.test (array-map!): Further tests.
8
dc1e26b0
KR
92005-04-23 Kevin Ryde <user42@zip.com.au>
10
11 * tests/hash.test (hashx-remove!): New tests.
12
8cb2eff8 13 * tests/list.test (list, make-list, cons*): New tests.
dc1e26b0 14
13155c50
KR
15 * tests/numbers.test (numerator, denominator): New tests.
16
c51682b4
KR
17 * tests/srfi-1.test (concatenate, concatenate!, count, filter-map,
18 lset-adjoin): More tests.
19
78fae161
KR
202005-04-14 Kevin Ryde <user42@zip.com.au>
21
22 * tests/numbers.test (1+, 1-): New tests.
23
bd6795e9
KR
242005-04-11 Kevin Ryde <user42@zip.com.au>
25
26 * tests/srfi-13.test (string-concatenate, string-concatenate/shared):
27 New tests.
28
9b60e16f
KR
292005-04-02 Kevin Ryde <user42@zip.com.au>
30
88fb3e46
KR
31 * tests/numbers.test (round): Add some fraction cases.
32
9b60e16f
KR
33 * tests/srfi-1.test (lset-union): More tests.
34
3c4eabbe
KR
352005-03-26 Kevin Ryde <user42@zip.com.au>
36
37 * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
38
e96f5ee7
KR
392005-03-18 Kevin Ryde <user42@zip.com.au>
40
4bc6f1c6
KR
41 * tests/srfi-1.test (filter-map): More tests.
42
e96f5ee7
KR
43 * tests/srfi-17.test: A few more tests from the 1.6 branch.
44
44981fcb
KR
452005-03-16 Kevin Ryde <user42@zip.com.au>
46
56b92514
KR
47 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
48 take-right): New tests.
44981fcb 49
b1d5e700
KR
502005-03-14 Kevin Ryde <user42@zip.com.au>
51
52 * tests/srfi-1.test (find, find-tail, lset-union): New tests.
53 (lset-adjoin): Corrections to some tests.
54
938d9909
KR
552005-03-13 Kevin Ryde <user42@zip.com.au>
56
57 * tests/numbers.test (=): Exercise inum/flonum cases that used to
58 round on 64-bit systems.
59
60 * tests/numbers.test (logior): New tests, exercising negative bignums
61 reducing to inum.
62
63 * tests/srfi-60.test: New file.
64 * Makefile.am (SCM_TESTS): Add it.
65
a81b8618
MV
662005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
67
68 * tests/threads.test: Only test when 'threads are provided.
69
57491e85
KR
702005-02-21 Kevin Ryde <user42@zip.com.au>
71
72 * tests/numbers.test (string->number): Exercise polar form with
73 invalid angle.
74
85c981f6
KR
752005-02-18 Kevin Ryde <user42@zip.com.au>
76
77 * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
78 among args cast out.
79
f7fb2f39
RB
802005-02-12 Rob Browning <rlb@defaultvalue.org>
81
82 * standalone/test-require-extension: new test script.
83
84 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
85 (TESTS): add test-require-extension.
86
3087a981
KR
872005-02-12 Kevin Ryde <user42@zip.com.au>
88
89 * tests/srfi-1.test (reduce, reduce-right): New tests.
90
8ff01742
KR
912005-02-11 Kevin Ryde <user42@zip.com.au>
92
93 * tests/fractions.test (ash): Remove tests of ash on fractions, not
94 supported after scm_ash rewrite.
95
cbec54af
KR
962005-02-04 Kevin Ryde <user42@zip.com.au>
97
98 * tests/srfi-1.test (list=): New tests.
99
38c3534c
KR
1002005-01-29 Kevin Ryde <user42@zip.com.au>
101
102 * tests/numbers.test (ash): New tests.
103
83743da0 104 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
38c3534c 105
4d38e6f0
KR
1062005-01-28 Kevin Ryde <user42@zip.com.au>
107
108 * tests/syntax.test (while): Tests running in empty environment are
109 now "unresolved" due to workaround in while implementation.
110
edfc07b3
KR
1112005-01-24 Kevin Ryde <user42@zip.com.au>
112
be1b896c
KR
113 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
114 avoid warning from gcc 3.4 on 64-bit systems about casting int
115 (32-bits) to pointer (64-bits).
116
edfc07b3
KR
117 * tests/srfi-1.test (lset=, member): New tests.
118
2a1ee5cd
KR
1192005-01-12 Kevin Ryde <user42@zip.com.au>
120
121 * tests/srfi-39.test (current-input-port, current-output-port,
122 current-error-port): New tests.
123
74c58fce
MV
1242005-01-10 Marius Vollmer <mvo@zagadka.de>
125
126 * tests/unif.test (exception:wrong-num-indices): New, use it for
127 array-set! tests with wrong number of indices.
128
f01fe441
MV
1292005-01-07 Marius Vollmer <mvo@zagadka.de>
130
131 * tests/srfi-4.test: Use (test-suite lib) module.
132
2aaf5726
MV
1332005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
134
135 * tests/unif.test (have-llvect?): Removed, Scheme code will always
136 have u64 and s64 uniform vectors.
137
34ae52fc
MV
1382005-01-05 Marius Vollmer <mvo@zagadka.de>
139
140 * tests/unif.test: Use *unspecified* instead of #f to get an
141 uninitialized array.
142
f1fd6418
KR
1432005-01-04 Kevin Ryde <user42@zip.com.au>
144
145 * tests/ramap.test: New file, test array-map!.
146 * Makefile.am (SCM_TESTS): Add it.
147
5be5e699
MV
1482005-01-02 Marius Vollmer <mvo@zagadka.de>
149
150 * tests/unif.test: Rewritten for new 'typed' approach to uniform
151 arrays.
152
153 * tests/sort.test: New tests, especially for sorting non-contigous
154 and negative-incrementing vectors.
155
af113331
KR
1562005-01-02 Kevin Ryde <user42@zip.com.au>
157
158 * tests/srfi-39.test: Use define-module to keep bindings from
159 subsequent tests, use test-suite lib for stand-alone checking.
160
161 * Makefile.am (SCM_TESTS): Add srfi-39.test.
162
d241f86a
NJ
1632004-12-27 Neil Jerram <neil@ossau.uklinux.net>
164
165 * tests/continuations.test (continuations): Moved continuation /
166 stack tests here, and added save and restore of debug options.
167
49c51610
MV
1682004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
169
170 * tests/eval.test: News tests for making stacks from
171 continuations. From Neil Jerram.
172
86347b2b
KR
1732004-12-10 Kevin Ryde <user42@zip.com.au>
174
175 * tests/socket.test (inet-pton): New tests.
176
6d7db381
KR
1772004-12-06 Kevin Ryde <user42@zip.com.au>
178
b9e1ef08
KR
179 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
180 tests.
6d7db381 181
b8024707
KR
1822004-12-05 Kevin Ryde <user42@zip.com.au>
183
184 * tests/srfi-1.test (append-map, filter-map): New tests.
185
d550e35f
MV
1862004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
187
188 * tests/unif.test: Replaced uniform-array-set1! with just
189 array-set!. Do not check improper index lists, which can't arise
190 with uarray-set!. Use "#s16()" instead of "#h()".
191
bb9f50ae
MV
1922004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
193
194 * tests/unif.test: Removed tests that tried to store a character
195 into a byte vector, which no longer works. Characters are not
196 bytes.
197
c454c4e6
DH
1982004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
199
200 * tests/syntax.test: Added tests for unmemoization.
201
6a0813c3
MV
2022004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
203
204 * tests/strings.test (string-set!): Explicitely construct
205 read-only string. String literals are not yet read-only.
206
818deb11
MV
2072004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
208
209 * tests/unif.test (array-equal?): New test.
210
d748089e
KR
2112004-09-29 Kevin Ryde <user42@zip.com.au>
212
213 * tests/regexp.test (match:string): New tests.
214
e5c2d5c8
KR
2152004-09-26 Kevin Ryde <user42@zip.com.au>
216
217 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
218 let-optional*): Add tests of internal defines when no bindings.
219
effad639
MV
2202004-09-25 Marius Vollmer <mvo@zagadka.de>
221
222 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
223 instead of LDFLAGS; the latter is a user variable.
224
ad7de4b8
MV
2252004-09-24 Marius Vollmer <mvo@zagadka.de>
226
227 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
228 GUILE_CFLAGS.
229
c9fedf8a
MV
2302004-09-23 Marius Vollmer <mvo@zagadka.de>
231
232 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
233 Accept new wording.
234
77d0383a
MV
2352004-09-22 Marius Vollmer <mvo@zagadka.de>
236
237 * tests/ports.test ("string ports"): Copy string literal so that
238 it can be modified.
239 * tests/srfi-13.test ("string-copy!"): Likewise.
240 * tests/strings.test ("substring/shared"): Likewise.
241
1c923ba7
KR
2422004-09-09 Kevin Ryde <user42@zip.com.au>
243
244 * tests/streams.test: New file.
245
0b49c645
MV
2462004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
247
248 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
249 exact result, use (expt 1/2 2) instead.
250
05414844
KR
2512004-09-08 Kevin Ryde <user42@zip.com.au>
252
253 * tests/ports.test (port-column): Further tests, of new \a \b \r.
254
5de12658
KR
2552004-09-07 Kevin Ryde <user42@zip.com.au>
256
257 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
258 (integer?): Exercise nan and +/-inf.
259
260 * tests/time.test (gmtime, strptime): New tests, but unresolved.
261 (internal-time-units-per-second): New test.
262
df47ddf0
KR
2632004-09-02 Kevin Ryde <user42@zip.com.au>
264
265 * tests/format.test (~@d): New tests.
b8d95267 266 New tests of excess arguments now ignored.
df47ddf0 267
7dd381c5
KR
2682004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
269
270 * tests/gc.test: Exercise record in weak-values hash table, exposing a
271 problem in 1.6.4 gc, but believed fixed by other changes in the head.
272
d9eb2d67
MV
2732004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
274
275 * tests/srfi-13.test (module-peek): Removed, this kluge is no
276 longer necessary.
277
c581203a
KR
2782004-08-27 Kevin Ryde <user42@zip.com.au>
279
280 * tests/regexp.test (regexp-quote): New tests.
281
3fa36d58
KR
282 * tests/srfi-31.test: Use define-module to keep bindings out of
283 further tests. Use-module (test-suite lib) for stand-alone operation.
284 (rec): Exercise bad args.
285
4b0ad1f4
KR
2862004-08-25 Kevin Ryde <user42@zip.com.au>
287
288 * tests/and-let-star.test: More tests, in particular exercise #t
289 result on empty body.
290
c5080b51
MV
2912004-08-25 Marius Vollmer <mvo@zagadka.de>
292
293 * tests/strings.test: Two more tests for double indirect substring
294 modification.
295
5e466273
MV
2962004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
297
298 * lib.scm (exception:used-before-define): New.
299 * tests/syntax.test ("letrec"): Use it.
300
d4f76919
KR
3012004-08-20 Kevin Ryde <user42@zip.com.au>
302
303 * tests/posix.test (mkstemp!): New tests.
304
cf3dd949
MV
3052004-08-20 Marius Vollmer <mvo@zagadka.de>
306
307 * tests/strings.test: Two tests for substring/shared. Also, use
308 (test-suite lib).
309
b2988f46
MV
3102004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
311
312 * standalone/test-conversion.c, standalone/test-gh.c,
313 standalone/test-unwind.c: Avoid the use of discouraged or
314 deprecated things.
315
b1fbeb53
KR
3162004-08-18 Kevin Ryde <user42@zip.com.au>
317
a158acd1
KR
318 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
319 New files.
320 * Makefile.am (SCM_TESTS): Add them.
321
52d1e968
KR
322 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
323 be #f, according to R5RS.
324
bc97364a
MV
3252004-08-15 Marius Vollmer <mvo@zagadka.de>
326
327 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
328
3ff0e986
KR
3292004-08-14 Kevin Ryde <user42@zip.com.au>
330
331 * tests/srfi-13.test (string-any, string-every): Exercise char and
332 charset predicate cases.
333
8d3fd10b
MV
3342004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
335
44825fff
MV
336 * standalone/test-conversion.c (test_locale_strings): New.
337
8d3fd10b
MV
338 * standalone/test-round.c: Replaced all uses of scm_round with
339 scm_c_round.
340
636d4be5
KR
3412004-08-09 Kevin Ryde <user42@zip.com.au>
342
343 * tests/slib.test: New file.
344 * Makefile.am (SCM_TESTS): Add it.
345
bcb88c93
KR
3462004-08-06 Kevin Ryde <user42@zip.com.au>
347
348 * tests/unif.test (array-set!): Exercise byte array range checks.
349 (uniform-vector-ref): Exercise byte returns.
8f094b97 350 (array-fill!): Exercise byte range and type checks.
bcb88c93 351
759aa8f9
MV
3522004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
353
354 * standalone/test-num2integral.c: Only perform the tests when the
355 disabled features are enabled.
356
357 * standalone/test-conversion.c (test_to_double, test_from_double):
358 New tests.
359
71234d0c
KR
3602004-08-02 Kevin Ryde <user42@zip.com.au>
361
362 * tests/srfi-13.test (string-every): Check empty string case.
363
58f28989
KR
3642004-07-31 Kevin Ryde <user42@zip.com.au>
365
366 * tests/filesys.test: New file, exercising copy-file.
367 * Makefile.am (SCM_TESTS): Add it.
368
315158a8
MV
3692004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
370
371 * standalone/test-conversion.c: Many more tests for the integer
372 conversion functions.
373
081c1b24
KR
3742004-07-28 Kevin Ryde <user42@zip.com.au>
375
376 * tests/regexp.test (make-regexp): Exercise flags args validation.
377
32b435f2
KR
378 * tests/unif.test (array-set!): Exercise svect value range check.
379
6364df34
KR
3802004-07-24 Kevin Ryde <user42@zip.com.au>
381
382 * tests/common-list.test: Use define-module, to as not to import
383 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
384 warning).
385
386 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
387 suppress warnings about current-time and raise replacing core bindings.
388
ae13e8e1
KR
3892004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
390
391 * tests/format.test (~{): Test no arbitrary iteration limit.
392
0523f1c0
MV
3932004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
394
395 * standalone/test-conversion.c (test_is_signed_integer,
396 test_is_unsigned_integer): Expect inexact integers to fail.
397
677104a6
KR
3982004-07-10 Kevin Ryde <user42@zip.com.au>
399
400 * tests/hash.test: New file.
401 * Makefile.am (SCM_TESTS): Add it.
402
aacc8318
MV
4032004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
404
405 * standalone/test-unwind.c: Use scm_from_int instead of
406 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
407
c9eb03bb
MV
4082004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
409
410 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
411 etc, they are now provided by libuile.h.
412 (test_int_sizes): New.
413
9b5eee30
MV
4142004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
415
416 * standalone/test-num2integral.c, standalone/test-unwind.c:
417 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
418 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
419 scm_from_bool, and scm_is_bool, respectively.
420
421 * standalone/Makefile.am: Added test-conversion to the TESTS.
422
423 * standalone/test-conversion.c: New file.
424
6293838c
RB
4252004-06-20 Rob Browning <rlb@defaultvalue.org>
426
427 * tests/srfi-31.test: new test for SRFI-31.
428
429 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
430
c10b894e
MV
4312004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
432
433 * tests/numbers.test (number->string): Some results might differ
434 between versions of Guile compiled optimized and unoptimized.
435 Both results are accepted now.
436
aa498d0c
DH
4372004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
438
439 * tests/syntax.test: Added various tests to check that
440 unmemoization works correctly.
441
845087a4
KR
4422004-05-30 Kevin Ryde <user42@zip.com.au>
443
444 * lib.scm (exception:numerical-overflow): New define.
445 * tests/numbers.test (modulo-expt): Use it and
446 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
447