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