A few more tests from the 1.6 branch.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
44981fcb
KR
12005-03-16 Kevin Ryde <user42@zip.com.au>
2
56b92514
KR
3 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
4 take-right): New tests.
44981fcb 5
b1d5e700
KR
62005-03-14 Kevin Ryde <user42@zip.com.au>
7
8 * tests/srfi-1.test (find, find-tail, lset-union): New tests.
9 (lset-adjoin): Corrections to some tests.
10
938d9909
KR
112005-03-13 Kevin Ryde <user42@zip.com.au>
12
13 * tests/numbers.test (=): Exercise inum/flonum cases that used to
14 round on 64-bit systems.
15
16 * tests/numbers.test (logior): New tests, exercising negative bignums
17 reducing to inum.
18
19 * tests/srfi-60.test: New file.
20 * Makefile.am (SCM_TESTS): Add it.
21
a81b8618
MV
222005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
23
24 * tests/threads.test: Only test when 'threads are provided.
25
57491e85
KR
262005-02-21 Kevin Ryde <user42@zip.com.au>
27
28 * tests/numbers.test (string->number): Exercise polar form with
29 invalid angle.
30
85c981f6
KR
312005-02-18 Kevin Ryde <user42@zip.com.au>
32
33 * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
34 among args cast out.
35
f7fb2f39
RB
362005-02-12 Rob Browning <rlb@defaultvalue.org>
37
38 * standalone/test-require-extension: new test script.
39
40 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
41 (TESTS): add test-require-extension.
42
3087a981
KR
432005-02-12 Kevin Ryde <user42@zip.com.au>
44
45 * tests/srfi-1.test (reduce, reduce-right): New tests.
46
8ff01742
KR
472005-02-11 Kevin Ryde <user42@zip.com.au>
48
49 * tests/fractions.test (ash): Remove tests of ash on fractions, not
50 supported after scm_ash rewrite.
51
cbec54af
KR
522005-02-04 Kevin Ryde <user42@zip.com.au>
53
54 * tests/srfi-1.test (list=): New tests.
55
38c3534c
KR
562005-01-29 Kevin Ryde <user42@zip.com.au>
57
58 * tests/numbers.test (ash): New tests.
59
83743da0 60 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
38c3534c 61
4d38e6f0
KR
622005-01-28 Kevin Ryde <user42@zip.com.au>
63
64 * tests/syntax.test (while): Tests running in empty environment are
65 now "unresolved" due to workaround in while implementation.
66
edfc07b3
KR
672005-01-24 Kevin Ryde <user42@zip.com.au>
68
be1b896c
KR
69 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
70 avoid warning from gcc 3.4 on 64-bit systems about casting int
71 (32-bits) to pointer (64-bits).
72
edfc07b3
KR
73 * tests/srfi-1.test (lset=, member): New tests.
74
2a1ee5cd
KR
752005-01-12 Kevin Ryde <user42@zip.com.au>
76
77 * tests/srfi-39.test (current-input-port, current-output-port,
78 current-error-port): New tests.
79
74c58fce
MV
802005-01-10 Marius Vollmer <mvo@zagadka.de>
81
82 * tests/unif.test (exception:wrong-num-indices): New, use it for
83 array-set! tests with wrong number of indices.
84
f01fe441
MV
852005-01-07 Marius Vollmer <mvo@zagadka.de>
86
87 * tests/srfi-4.test: Use (test-suite lib) module.
88
2aaf5726
MV
892005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
90
91 * tests/unif.test (have-llvect?): Removed, Scheme code will always
92 have u64 and s64 uniform vectors.
93
34ae52fc
MV
942005-01-05 Marius Vollmer <mvo@zagadka.de>
95
96 * tests/unif.test: Use *unspecified* instead of #f to get an
97 uninitialized array.
98
f1fd6418
KR
992005-01-04 Kevin Ryde <user42@zip.com.au>
100
101 * tests/ramap.test: New file, test array-map!.
102 * Makefile.am (SCM_TESTS): Add it.
103
5be5e699
MV
1042005-01-02 Marius Vollmer <mvo@zagadka.de>
105
106 * tests/unif.test: Rewritten for new 'typed' approach to uniform
107 arrays.
108
109 * tests/sort.test: New tests, especially for sorting non-contigous
110 and negative-incrementing vectors.
111
af113331
KR
1122005-01-02 Kevin Ryde <user42@zip.com.au>
113
114 * tests/srfi-39.test: Use define-module to keep bindings from
115 subsequent tests, use test-suite lib for stand-alone checking.
116
117 * Makefile.am (SCM_TESTS): Add srfi-39.test.
118
d241f86a
NJ
1192004-12-27 Neil Jerram <neil@ossau.uklinux.net>
120
121 * tests/continuations.test (continuations): Moved continuation /
122 stack tests here, and added save and restore of debug options.
123
49c51610
MV
1242004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
125
126 * tests/eval.test: News tests for making stacks from
127 continuations. From Neil Jerram.
128
86347b2b
KR
1292004-12-10 Kevin Ryde <user42@zip.com.au>
130
131 * tests/socket.test (inet-pton): New tests.
132
6d7db381
KR
1332004-12-06 Kevin Ryde <user42@zip.com.au>
134
b9e1ef08
KR
135 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
136 tests.
6d7db381 137
b8024707
KR
1382004-12-05 Kevin Ryde <user42@zip.com.au>
139
140 * tests/srfi-1.test (append-map, filter-map): New tests.
141
d550e35f
MV
1422004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
143
144 * tests/unif.test: Replaced uniform-array-set1! with just
145 array-set!. Do not check improper index lists, which can't arise
146 with uarray-set!. Use "#s16()" instead of "#h()".
147
bb9f50ae
MV
1482004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
149
150 * tests/unif.test: Removed tests that tried to store a character
151 into a byte vector, which no longer works. Characters are not
152 bytes.
153
c454c4e6
DH
1542004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
155
156 * tests/syntax.test: Added tests for unmemoization.
157
6a0813c3
MV
1582004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
159
160 * tests/strings.test (string-set!): Explicitely construct
161 read-only string. String literals are not yet read-only.
162
818deb11
MV
1632004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
164
165 * tests/unif.test (array-equal?): New test.
166
d748089e
KR
1672004-09-29 Kevin Ryde <user42@zip.com.au>
168
169 * tests/regexp.test (match:string): New tests.
170
e5c2d5c8
KR
1712004-09-26 Kevin Ryde <user42@zip.com.au>
172
173 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
174 let-optional*): Add tests of internal defines when no bindings.
175
effad639
MV
1762004-09-25 Marius Vollmer <mvo@zagadka.de>
177
178 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
179 instead of LDFLAGS; the latter is a user variable.
180
ad7de4b8
MV
1812004-09-24 Marius Vollmer <mvo@zagadka.de>
182
183 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
184 GUILE_CFLAGS.
185
c9fedf8a
MV
1862004-09-23 Marius Vollmer <mvo@zagadka.de>
187
188 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
189 Accept new wording.
190
77d0383a
MV
1912004-09-22 Marius Vollmer <mvo@zagadka.de>
192
193 * tests/ports.test ("string ports"): Copy string literal so that
194 it can be modified.
195 * tests/srfi-13.test ("string-copy!"): Likewise.
196 * tests/strings.test ("substring/shared"): Likewise.
197
1c923ba7
KR
1982004-09-09 Kevin Ryde <user42@zip.com.au>
199
200 * tests/streams.test: New file.
201
0b49c645
MV
2022004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
203
204 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
205 exact result, use (expt 1/2 2) instead.
206
05414844
KR
2072004-09-08 Kevin Ryde <user42@zip.com.au>
208
209 * tests/ports.test (port-column): Further tests, of new \a \b \r.
210
5de12658
KR
2112004-09-07 Kevin Ryde <user42@zip.com.au>
212
213 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
214 (integer?): Exercise nan and +/-inf.
215
216 * tests/time.test (gmtime, strptime): New tests, but unresolved.
217 (internal-time-units-per-second): New test.
218
df47ddf0
KR
2192004-09-02 Kevin Ryde <user42@zip.com.au>
220
221 * tests/format.test (~@d): New tests.
b8d95267 222 New tests of excess arguments now ignored.
df47ddf0 223
7dd381c5
KR
2242004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
225
226 * tests/gc.test: Exercise record in weak-values hash table, exposing a
227 problem in 1.6.4 gc, but believed fixed by other changes in the head.
228
d9eb2d67
MV
2292004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
230
231 * tests/srfi-13.test (module-peek): Removed, this kluge is no
232 longer necessary.
233
c581203a
KR
2342004-08-27 Kevin Ryde <user42@zip.com.au>
235
236 * tests/regexp.test (regexp-quote): New tests.
237
3fa36d58
KR
238 * tests/srfi-31.test: Use define-module to keep bindings out of
239 further tests. Use-module (test-suite lib) for stand-alone operation.
240 (rec): Exercise bad args.
241
4b0ad1f4
KR
2422004-08-25 Kevin Ryde <user42@zip.com.au>
243
244 * tests/and-let-star.test: More tests, in particular exercise #t
245 result on empty body.
246
c5080b51
MV
2472004-08-25 Marius Vollmer <mvo@zagadka.de>
248
249 * tests/strings.test: Two more tests for double indirect substring
250 modification.
251
5e466273
MV
2522004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
253
254 * lib.scm (exception:used-before-define): New.
255 * tests/syntax.test ("letrec"): Use it.
256
d4f76919
KR
2572004-08-20 Kevin Ryde <user42@zip.com.au>
258
259 * tests/posix.test (mkstemp!): New tests.
260
cf3dd949
MV
2612004-08-20 Marius Vollmer <mvo@zagadka.de>
262
263 * tests/strings.test: Two tests for substring/shared. Also, use
264 (test-suite lib).
265
b2988f46
MV
2662004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
267
268 * standalone/test-conversion.c, standalone/test-gh.c,
269 standalone/test-unwind.c: Avoid the use of discouraged or
270 deprecated things.
271
b1fbeb53
KR
2722004-08-18 Kevin Ryde <user42@zip.com.au>
273
a158acd1
KR
274 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
275 New files.
276 * Makefile.am (SCM_TESTS): Add them.
277
52d1e968
KR
278 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
279 be #f, according to R5RS.
280
bc97364a
MV
2812004-08-15 Marius Vollmer <mvo@zagadka.de>
282
283 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
284
3ff0e986
KR
2852004-08-14 Kevin Ryde <user42@zip.com.au>
286
287 * tests/srfi-13.test (string-any, string-every): Exercise char and
288 charset predicate cases.
289
8d3fd10b
MV
2902004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
291
44825fff
MV
292 * standalone/test-conversion.c (test_locale_strings): New.
293
8d3fd10b
MV
294 * standalone/test-round.c: Replaced all uses of scm_round with
295 scm_c_round.
296
636d4be5
KR
2972004-08-09 Kevin Ryde <user42@zip.com.au>
298
299 * tests/slib.test: New file.
300 * Makefile.am (SCM_TESTS): Add it.
301
bcb88c93
KR
3022004-08-06 Kevin Ryde <user42@zip.com.au>
303
304 * tests/unif.test (array-set!): Exercise byte array range checks.
305 (uniform-vector-ref): Exercise byte returns.
8f094b97 306 (array-fill!): Exercise byte range and type checks.
bcb88c93 307
759aa8f9
MV
3082004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
309
310 * standalone/test-num2integral.c: Only perform the tests when the
311 disabled features are enabled.
312
313 * standalone/test-conversion.c (test_to_double, test_from_double):
314 New tests.
315
71234d0c
KR
3162004-08-02 Kevin Ryde <user42@zip.com.au>
317
318 * tests/srfi-13.test (string-every): Check empty string case.
319
58f28989
KR
3202004-07-31 Kevin Ryde <user42@zip.com.au>
321
322 * tests/filesys.test: New file, exercising copy-file.
323 * Makefile.am (SCM_TESTS): Add it.
324
315158a8
MV
3252004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
326
327 * standalone/test-conversion.c: Many more tests for the integer
328 conversion functions.
329
081c1b24
KR
3302004-07-28 Kevin Ryde <user42@zip.com.au>
331
332 * tests/regexp.test (make-regexp): Exercise flags args validation.
333
32b435f2
KR
334 * tests/unif.test (array-set!): Exercise svect value range check.
335
6364df34
KR
3362004-07-24 Kevin Ryde <user42@zip.com.au>
337
338 * tests/common-list.test: Use define-module, to as not to import
339 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
340 warning).
341
342 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
343 suppress warnings about current-time and raise replacing core bindings.
344
ae13e8e1
KR
3452004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
346
347 * tests/format.test (~{): Test no arbitrary iteration limit.
348
0523f1c0
MV
3492004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
350
351 * standalone/test-conversion.c (test_is_signed_integer,
352 test_is_unsigned_integer): Expect inexact integers to fail.
353
677104a6
KR
3542004-07-10 Kevin Ryde <user42@zip.com.au>
355
356 * tests/hash.test: New file.
357 * Makefile.am (SCM_TESTS): Add it.
358
aacc8318
MV
3592004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
360
361 * standalone/test-unwind.c: Use scm_from_int instead of
362 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
363
c9eb03bb
MV
3642004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
365
366 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
367 etc, they are now provided by libuile.h.
368 (test_int_sizes): New.
369
9b5eee30
MV
3702004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
371
372 * standalone/test-num2integral.c, standalone/test-unwind.c:
373 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
374 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
375 scm_from_bool, and scm_is_bool, respectively.
376
377 * standalone/Makefile.am: Added test-conversion to the TESTS.
378
379 * standalone/test-conversion.c: New file.
380
6293838c
RB
3812004-06-20 Rob Browning <rlb@defaultvalue.org>
382
383 * tests/srfi-31.test: new test for SRFI-31.
384
385 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
386
c10b894e
MV
3872004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
388
389 * tests/numbers.test (number->string): Some results might differ
390 between versions of Guile compiled optimized and unoptimized.
391 Both results are accepted now.
392
aa498d0c
DH
3932004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
394
395 * tests/syntax.test: Added various tests to check that
396 unmemoization works correctly.
397
845087a4
KR
3982004-05-30 Kevin Ryde <user42@zip.com.au>
399
400 * lib.scm (exception:numerical-overflow): New define.
401 * tests/numbers.test (modulo-expt): Use it and
402 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
403