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