(reduce, reduce-right): New tests.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
8ff01742
KR
12005-02-11 Kevin Ryde <user42@zip.com.au>
2
3 * tests/fractions.test (ash): Remove tests of ash on fractions, not
4 supported after scm_ash rewrite.
5
cbec54af
KR
62005-02-04 Kevin Ryde <user42@zip.com.au>
7
8 * tests/srfi-1.test (list=): New tests.
9
38c3534c
KR
102005-01-29 Kevin Ryde <user42@zip.com.au>
11
12 * tests/numbers.test (ash): New tests.
13
83743da0 14 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
38c3534c 15
4d38e6f0
KR
162005-01-28 Kevin Ryde <user42@zip.com.au>
17
18 * tests/syntax.test (while): Tests running in empty environment are
19 now "unresolved" due to workaround in while implementation.
20
edfc07b3
KR
212005-01-24 Kevin Ryde <user42@zip.com.au>
22
be1b896c
KR
23 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
24 avoid warning from gcc 3.4 on 64-bit systems about casting int
25 (32-bits) to pointer (64-bits).
26
edfc07b3
KR
27 * tests/srfi-1.test (lset=, member): New tests.
28
2a1ee5cd
KR
292005-01-12 Kevin Ryde <user42@zip.com.au>
30
31 * tests/srfi-39.test (current-input-port, current-output-port,
32 current-error-port): New tests.
33
74c58fce
MV
342005-01-10 Marius Vollmer <mvo@zagadka.de>
35
36 * tests/unif.test (exception:wrong-num-indices): New, use it for
37 array-set! tests with wrong number of indices.
38
f01fe441
MV
392005-01-07 Marius Vollmer <mvo@zagadka.de>
40
41 * tests/srfi-4.test: Use (test-suite lib) module.
42
2aaf5726
MV
432005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
44
45 * tests/unif.test (have-llvect?): Removed, Scheme code will always
46 have u64 and s64 uniform vectors.
47
34ae52fc
MV
482005-01-05 Marius Vollmer <mvo@zagadka.de>
49
50 * tests/unif.test: Use *unspecified* instead of #f to get an
51 uninitialized array.
52
f1fd6418
KR
532005-01-04 Kevin Ryde <user42@zip.com.au>
54
55 * tests/ramap.test: New file, test array-map!.
56 * Makefile.am (SCM_TESTS): Add it.
57
5be5e699
MV
582005-01-02 Marius Vollmer <mvo@zagadka.de>
59
60 * tests/unif.test: Rewritten for new 'typed' approach to uniform
61 arrays.
62
63 * tests/sort.test: New tests, especially for sorting non-contigous
64 and negative-incrementing vectors.
65
af113331
KR
662005-01-02 Kevin Ryde <user42@zip.com.au>
67
68 * tests/srfi-39.test: Use define-module to keep bindings from
69 subsequent tests, use test-suite lib for stand-alone checking.
70
71 * Makefile.am (SCM_TESTS): Add srfi-39.test.
72
d241f86a
NJ
732004-12-27 Neil Jerram <neil@ossau.uklinux.net>
74
75 * tests/continuations.test (continuations): Moved continuation /
76 stack tests here, and added save and restore of debug options.
77
49c51610
MV
782004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
79
80 * tests/eval.test: News tests for making stacks from
81 continuations. From Neil Jerram.
82
86347b2b
KR
832004-12-10 Kevin Ryde <user42@zip.com.au>
84
85 * tests/socket.test (inet-pton): New tests.
86
6d7db381
KR
872004-12-06 Kevin Ryde <user42@zip.com.au>
88
b9e1ef08
KR
89 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
90 tests.
6d7db381 91
b8024707
KR
922004-12-05 Kevin Ryde <user42@zip.com.au>
93
94 * tests/srfi-1.test (append-map, filter-map): New tests.
95
d550e35f
MV
962004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
97
98 * tests/unif.test: Replaced uniform-array-set1! with just
99 array-set!. Do not check improper index lists, which can't arise
100 with uarray-set!. Use "#s16()" instead of "#h()".
101
bb9f50ae
MV
1022004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
103
104 * tests/unif.test: Removed tests that tried to store a character
105 into a byte vector, which no longer works. Characters are not
106 bytes.
107
c454c4e6
DH
1082004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
109
110 * tests/syntax.test: Added tests for unmemoization.
111
6a0813c3
MV
1122004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
113
114 * tests/strings.test (string-set!): Explicitely construct
115 read-only string. String literals are not yet read-only.
116
818deb11
MV
1172004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
118
119 * tests/unif.test (array-equal?): New test.
120
d748089e
KR
1212004-09-29 Kevin Ryde <user42@zip.com.au>
122
123 * tests/regexp.test (match:string): New tests.
124
e5c2d5c8
KR
1252004-09-26 Kevin Ryde <user42@zip.com.au>
126
127 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
128 let-optional*): Add tests of internal defines when no bindings.
129
effad639
MV
1302004-09-25 Marius Vollmer <mvo@zagadka.de>
131
132 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
133 instead of LDFLAGS; the latter is a user variable.
134
ad7de4b8
MV
1352004-09-24 Marius Vollmer <mvo@zagadka.de>
136
137 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
138 GUILE_CFLAGS.
139
c9fedf8a
MV
1402004-09-23 Marius Vollmer <mvo@zagadka.de>
141
142 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
143 Accept new wording.
144
77d0383a
MV
1452004-09-22 Marius Vollmer <mvo@zagadka.de>
146
147 * tests/ports.test ("string ports"): Copy string literal so that
148 it can be modified.
149 * tests/srfi-13.test ("string-copy!"): Likewise.
150 * tests/strings.test ("substring/shared"): Likewise.
151
1c923ba7
KR
1522004-09-09 Kevin Ryde <user42@zip.com.au>
153
154 * tests/streams.test: New file.
155
0b49c645
MV
1562004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
157
158 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
159 exact result, use (expt 1/2 2) instead.
160
05414844
KR
1612004-09-08 Kevin Ryde <user42@zip.com.au>
162
163 * tests/ports.test (port-column): Further tests, of new \a \b \r.
164
5de12658
KR
1652004-09-07 Kevin Ryde <user42@zip.com.au>
166
167 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
168 (integer?): Exercise nan and +/-inf.
169
170 * tests/time.test (gmtime, strptime): New tests, but unresolved.
171 (internal-time-units-per-second): New test.
172
df47ddf0
KR
1732004-09-02 Kevin Ryde <user42@zip.com.au>
174
175 * tests/format.test (~@d): New tests.
b8d95267 176 New tests of excess arguments now ignored.
df47ddf0 177
7dd381c5
KR
1782004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
179
180 * tests/gc.test: Exercise record in weak-values hash table, exposing a
181 problem in 1.6.4 gc, but believed fixed by other changes in the head.
182
d9eb2d67
MV
1832004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
184
185 * tests/srfi-13.test (module-peek): Removed, this kluge is no
186 longer necessary.
187
c581203a
KR
1882004-08-27 Kevin Ryde <user42@zip.com.au>
189
190 * tests/regexp.test (regexp-quote): New tests.
191
3fa36d58
KR
192 * tests/srfi-31.test: Use define-module to keep bindings out of
193 further tests. Use-module (test-suite lib) for stand-alone operation.
194 (rec): Exercise bad args.
195
4b0ad1f4
KR
1962004-08-25 Kevin Ryde <user42@zip.com.au>
197
198 * tests/and-let-star.test: More tests, in particular exercise #t
199 result on empty body.
200
c5080b51
MV
2012004-08-25 Marius Vollmer <mvo@zagadka.de>
202
203 * tests/strings.test: Two more tests for double indirect substring
204 modification.
205
5e466273
MV
2062004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
207
208 * lib.scm (exception:used-before-define): New.
209 * tests/syntax.test ("letrec"): Use it.
210
d4f76919
KR
2112004-08-20 Kevin Ryde <user42@zip.com.au>
212
213 * tests/posix.test (mkstemp!): New tests.
214
cf3dd949
MV
2152004-08-20 Marius Vollmer <mvo@zagadka.de>
216
217 * tests/strings.test: Two tests for substring/shared. Also, use
218 (test-suite lib).
219
b2988f46
MV
2202004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
221
222 * standalone/test-conversion.c, standalone/test-gh.c,
223 standalone/test-unwind.c: Avoid the use of discouraged or
224 deprecated things.
225
b1fbeb53
KR
2262004-08-18 Kevin Ryde <user42@zip.com.au>
227
a158acd1
KR
228 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
229 New files.
230 * Makefile.am (SCM_TESTS): Add them.
231
52d1e968
KR
232 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
233 be #f, according to R5RS.
234
bc97364a
MV
2352004-08-15 Marius Vollmer <mvo@zagadka.de>
236
237 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
238
3ff0e986
KR
2392004-08-14 Kevin Ryde <user42@zip.com.au>
240
241 * tests/srfi-13.test (string-any, string-every): Exercise char and
242 charset predicate cases.
243
8d3fd10b
MV
2442004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
245
44825fff
MV
246 * standalone/test-conversion.c (test_locale_strings): New.
247
8d3fd10b
MV
248 * standalone/test-round.c: Replaced all uses of scm_round with
249 scm_c_round.
250
636d4be5
KR
2512004-08-09 Kevin Ryde <user42@zip.com.au>
252
253 * tests/slib.test: New file.
254 * Makefile.am (SCM_TESTS): Add it.
255
bcb88c93
KR
2562004-08-06 Kevin Ryde <user42@zip.com.au>
257
258 * tests/unif.test (array-set!): Exercise byte array range checks.
259 (uniform-vector-ref): Exercise byte returns.
8f094b97 260 (array-fill!): Exercise byte range and type checks.
bcb88c93 261
759aa8f9
MV
2622004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
263
264 * standalone/test-num2integral.c: Only perform the tests when the
265 disabled features are enabled.
266
267 * standalone/test-conversion.c (test_to_double, test_from_double):
268 New tests.
269
71234d0c
KR
2702004-08-02 Kevin Ryde <user42@zip.com.au>
271
272 * tests/srfi-13.test (string-every): Check empty string case.
273
58f28989
KR
2742004-07-31 Kevin Ryde <user42@zip.com.au>
275
276 * tests/filesys.test: New file, exercising copy-file.
277 * Makefile.am (SCM_TESTS): Add it.
278
315158a8
MV
2792004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
280
281 * standalone/test-conversion.c: Many more tests for the integer
282 conversion functions.
283
081c1b24
KR
2842004-07-28 Kevin Ryde <user42@zip.com.au>
285
286 * tests/regexp.test (make-regexp): Exercise flags args validation.
287
32b435f2
KR
288 * tests/unif.test (array-set!): Exercise svect value range check.
289
6364df34
KR
2902004-07-24 Kevin Ryde <user42@zip.com.au>
291
292 * tests/common-list.test: Use define-module, to as not to import
293 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
294 warning).
295
296 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
297 suppress warnings about current-time and raise replacing core bindings.
298
ae13e8e1
KR
2992004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
300
301 * tests/format.test (~{): Test no arbitrary iteration limit.
302
0523f1c0
MV
3032004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
304
305 * standalone/test-conversion.c (test_is_signed_integer,
306 test_is_unsigned_integer): Expect inexact integers to fail.
307
677104a6
KR
3082004-07-10 Kevin Ryde <user42@zip.com.au>
309
310 * tests/hash.test: New file.
311 * Makefile.am (SCM_TESTS): Add it.
312
aacc8318
MV
3132004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
314
315 * standalone/test-unwind.c: Use scm_from_int instead of
316 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
317
c9eb03bb
MV
3182004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
319
320 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
321 etc, they are now provided by libuile.h.
322 (test_int_sizes): New.
323
9b5eee30
MV
3242004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
325
326 * standalone/test-num2integral.c, standalone/test-unwind.c:
327 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
328 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
329 scm_from_bool, and scm_is_bool, respectively.
330
331 * standalone/Makefile.am: Added test-conversion to the TESTS.
332
333 * standalone/test-conversion.c: New file.
334
6293838c
RB
3352004-06-20 Rob Browning <rlb@defaultvalue.org>
336
337 * tests/srfi-31.test: new test for SRFI-31.
338
339 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
340
c10b894e
MV
3412004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
342
343 * tests/numbers.test (number->string): Some results might differ
344 between versions of Guile compiled optimized and unoptimized.
345 Both results are accepted now.
346
aa498d0c
DH
3472004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
348
349 * tests/syntax.test: Added various tests to check that
350 unmemoization works correctly.
351
845087a4
KR
3522004-05-30 Kevin Ryde <user42@zip.com.au>
353
354 * lib.scm (exception:numerical-overflow): New define.
355 * tests/numbers.test (modulo-expt): Use it and
356 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
357