(array-map!): Further tests.
[bpt/guile.git] / test-suite / ChangeLog
... / ...
CommitLineData
12005-04-23 Kevin Ryde <user42@zip.com.au>
2
3 * tests/hash.test (hashx-remove!): New tests.
4
5 * tests/list.test (list, make-list, cons*): New tests.
6
7 * tests/numbers.test (numerator, denominator): New tests.
8
9 * tests/srfi-1.test (concatenate, concatenate!, count, filter-map,
10 lset-adjoin): More tests.
11
122005-04-14 Kevin Ryde <user42@zip.com.au>
13
14 * tests/numbers.test (1+, 1-): New tests.
15
162005-04-11 Kevin Ryde <user42@zip.com.au>
17
18 * tests/srfi-13.test (string-concatenate, string-concatenate/shared):
19 New tests.
20
212005-04-02 Kevin Ryde <user42@zip.com.au>
22
23 * tests/numbers.test (round): Add some fraction cases.
24
25 * tests/srfi-1.test (lset-union): More tests.
26
272005-03-26 Kevin Ryde <user42@zip.com.au>
28
29 * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
30
312005-03-18 Kevin Ryde <user42@zip.com.au>
32
33 * tests/srfi-1.test (filter-map): More tests.
34
35 * tests/srfi-17.test: A few more tests from the 1.6 branch.
36
372005-03-16 Kevin Ryde <user42@zip.com.au>
38
39 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
40 take-right): New tests.
41
422005-03-14 Kevin Ryde <user42@zip.com.au>
43
44 * tests/srfi-1.test (find, find-tail, lset-union): New tests.
45 (lset-adjoin): Corrections to some tests.
46
472005-03-13 Kevin Ryde <user42@zip.com.au>
48
49 * tests/numbers.test (=): Exercise inum/flonum cases that used to
50 round on 64-bit systems.
51
52 * tests/numbers.test (logior): New tests, exercising negative bignums
53 reducing to inum.
54
55 * tests/srfi-60.test: New file.
56 * Makefile.am (SCM_TESTS): Add it.
57
582005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
59
60 * tests/threads.test: Only test when 'threads are provided.
61
622005-02-21 Kevin Ryde <user42@zip.com.au>
63
64 * tests/numbers.test (string->number): Exercise polar form with
65 invalid angle.
66
672005-02-18 Kevin Ryde <user42@zip.com.au>
68
69 * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
70 among args cast out.
71
722005-02-12 Rob Browning <rlb@defaultvalue.org>
73
74 * standalone/test-require-extension: new test script.
75
76 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
77 (TESTS): add test-require-extension.
78
792005-02-12 Kevin Ryde <user42@zip.com.au>
80
81 * tests/srfi-1.test (reduce, reduce-right): New tests.
82
832005-02-11 Kevin Ryde <user42@zip.com.au>
84
85 * tests/fractions.test (ash): Remove tests of ash on fractions, not
86 supported after scm_ash rewrite.
87
882005-02-04 Kevin Ryde <user42@zip.com.au>
89
90 * tests/srfi-1.test (list=): New tests.
91
922005-01-29 Kevin Ryde <user42@zip.com.au>
93
94 * tests/numbers.test (ash): New tests.
95
96 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
97
982005-01-28 Kevin Ryde <user42@zip.com.au>
99
100 * tests/syntax.test (while): Tests running in empty environment are
101 now "unresolved" due to workaround in while implementation.
102
1032005-01-24 Kevin Ryde <user42@zip.com.au>
104
105 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
106 avoid warning from gcc 3.4 on 64-bit systems about casting int
107 (32-bits) to pointer (64-bits).
108
109 * tests/srfi-1.test (lset=, member): New tests.
110
1112005-01-12 Kevin Ryde <user42@zip.com.au>
112
113 * tests/srfi-39.test (current-input-port, current-output-port,
114 current-error-port): New tests.
115
1162005-01-10 Marius Vollmer <mvo@zagadka.de>
117
118 * tests/unif.test (exception:wrong-num-indices): New, use it for
119 array-set! tests with wrong number of indices.
120
1212005-01-07 Marius Vollmer <mvo@zagadka.de>
122
123 * tests/srfi-4.test: Use (test-suite lib) module.
124
1252005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
126
127 * tests/unif.test (have-llvect?): Removed, Scheme code will always
128 have u64 and s64 uniform vectors.
129
1302005-01-05 Marius Vollmer <mvo@zagadka.de>
131
132 * tests/unif.test: Use *unspecified* instead of #f to get an
133 uninitialized array.
134
1352005-01-04 Kevin Ryde <user42@zip.com.au>
136
137 * tests/ramap.test: New file, test array-map!.
138 * Makefile.am (SCM_TESTS): Add it.
139
1402005-01-02 Marius Vollmer <mvo@zagadka.de>
141
142 * tests/unif.test: Rewritten for new 'typed' approach to uniform
143 arrays.
144
145 * tests/sort.test: New tests, especially for sorting non-contigous
146 and negative-incrementing vectors.
147
1482005-01-02 Kevin Ryde <user42@zip.com.au>
149
150 * tests/srfi-39.test: Use define-module to keep bindings from
151 subsequent tests, use test-suite lib for stand-alone checking.
152
153 * Makefile.am (SCM_TESTS): Add srfi-39.test.
154
1552004-12-27 Neil Jerram <neil@ossau.uklinux.net>
156
157 * tests/continuations.test (continuations): Moved continuation /
158 stack tests here, and added save and restore of debug options.
159
1602004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
161
162 * tests/eval.test: News tests for making stacks from
163 continuations. From Neil Jerram.
164
1652004-12-10 Kevin Ryde <user42@zip.com.au>
166
167 * tests/socket.test (inet-pton): New tests.
168
1692004-12-06 Kevin Ryde <user42@zip.com.au>
170
171 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
172 tests.
173
1742004-12-05 Kevin Ryde <user42@zip.com.au>
175
176 * tests/srfi-1.test (append-map, filter-map): New tests.
177
1782004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
179
180 * tests/unif.test: Replaced uniform-array-set1! with just
181 array-set!. Do not check improper index lists, which can't arise
182 with uarray-set!. Use "#s16()" instead of "#h()".
183
1842004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
185
186 * tests/unif.test: Removed tests that tried to store a character
187 into a byte vector, which no longer works. Characters are not
188 bytes.
189
1902004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
191
192 * tests/syntax.test: Added tests for unmemoization.
193
1942004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
195
196 * tests/strings.test (string-set!): Explicitely construct
197 read-only string. String literals are not yet read-only.
198
1992004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
200
201 * tests/unif.test (array-equal?): New test.
202
2032004-09-29 Kevin Ryde <user42@zip.com.au>
204
205 * tests/regexp.test (match:string): New tests.
206
2072004-09-26 Kevin Ryde <user42@zip.com.au>
208
209 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
210 let-optional*): Add tests of internal defines when no bindings.
211
2122004-09-25 Marius Vollmer <mvo@zagadka.de>
213
214 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
215 instead of LDFLAGS; the latter is a user variable.
216
2172004-09-24 Marius Vollmer <mvo@zagadka.de>
218
219 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
220 GUILE_CFLAGS.
221
2222004-09-23 Marius Vollmer <mvo@zagadka.de>
223
224 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
225 Accept new wording.
226
2272004-09-22 Marius Vollmer <mvo@zagadka.de>
228
229 * tests/ports.test ("string ports"): Copy string literal so that
230 it can be modified.
231 * tests/srfi-13.test ("string-copy!"): Likewise.
232 * tests/strings.test ("substring/shared"): Likewise.
233
2342004-09-09 Kevin Ryde <user42@zip.com.au>
235
236 * tests/streams.test: New file.
237
2382004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
239
240 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
241 exact result, use (expt 1/2 2) instead.
242
2432004-09-08 Kevin Ryde <user42@zip.com.au>
244
245 * tests/ports.test (port-column): Further tests, of new \a \b \r.
246
2472004-09-07 Kevin Ryde <user42@zip.com.au>
248
249 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
250 (integer?): Exercise nan and +/-inf.
251
252 * tests/time.test (gmtime, strptime): New tests, but unresolved.
253 (internal-time-units-per-second): New test.
254
2552004-09-02 Kevin Ryde <user42@zip.com.au>
256
257 * tests/format.test (~@d): New tests.
258 New tests of excess arguments now ignored.
259
2602004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
261
262 * tests/gc.test: Exercise record in weak-values hash table, exposing a
263 problem in 1.6.4 gc, but believed fixed by other changes in the head.
264
2652004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
266
267 * tests/srfi-13.test (module-peek): Removed, this kluge is no
268 longer necessary.
269
2702004-08-27 Kevin Ryde <user42@zip.com.au>
271
272 * tests/regexp.test (regexp-quote): New tests.
273
274 * tests/srfi-31.test: Use define-module to keep bindings out of
275 further tests. Use-module (test-suite lib) for stand-alone operation.
276 (rec): Exercise bad args.
277
2782004-08-25 Kevin Ryde <user42@zip.com.au>
279
280 * tests/and-let-star.test: More tests, in particular exercise #t
281 result on empty body.
282
2832004-08-25 Marius Vollmer <mvo@zagadka.de>
284
285 * tests/strings.test: Two more tests for double indirect substring
286 modification.
287
2882004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
289
290 * lib.scm (exception:used-before-define): New.
291 * tests/syntax.test ("letrec"): Use it.
292
2932004-08-20 Kevin Ryde <user42@zip.com.au>
294
295 * tests/posix.test (mkstemp!): New tests.
296
2972004-08-20 Marius Vollmer <mvo@zagadka.de>
298
299 * tests/strings.test: Two tests for substring/shared. Also, use
300 (test-suite lib).
301
3022004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
303
304 * standalone/test-conversion.c, standalone/test-gh.c,
305 standalone/test-unwind.c: Avoid the use of discouraged or
306 deprecated things.
307
3082004-08-18 Kevin Ryde <user42@zip.com.au>
309
310 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
311 New files.
312 * Makefile.am (SCM_TESTS): Add them.
313
314 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
315 be #f, according to R5RS.
316
3172004-08-15 Marius Vollmer <mvo@zagadka.de>
318
319 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
320
3212004-08-14 Kevin Ryde <user42@zip.com.au>
322
323 * tests/srfi-13.test (string-any, string-every): Exercise char and
324 charset predicate cases.
325
3262004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
327
328 * standalone/test-conversion.c (test_locale_strings): New.
329
330 * standalone/test-round.c: Replaced all uses of scm_round with
331 scm_c_round.
332
3332004-08-09 Kevin Ryde <user42@zip.com.au>
334
335 * tests/slib.test: New file.
336 * Makefile.am (SCM_TESTS): Add it.
337
3382004-08-06 Kevin Ryde <user42@zip.com.au>
339
340 * tests/unif.test (array-set!): Exercise byte array range checks.
341 (uniform-vector-ref): Exercise byte returns.
342 (array-fill!): Exercise byte range and type checks.
343
3442004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
345
346 * standalone/test-num2integral.c: Only perform the tests when the
347 disabled features are enabled.
348
349 * standalone/test-conversion.c (test_to_double, test_from_double):
350 New tests.
351
3522004-08-02 Kevin Ryde <user42@zip.com.au>
353
354 * tests/srfi-13.test (string-every): Check empty string case.
355
3562004-07-31 Kevin Ryde <user42@zip.com.au>
357
358 * tests/filesys.test: New file, exercising copy-file.
359 * Makefile.am (SCM_TESTS): Add it.
360
3612004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
362
363 * standalone/test-conversion.c: Many more tests for the integer
364 conversion functions.
365
3662004-07-28 Kevin Ryde <user42@zip.com.au>
367
368 * tests/regexp.test (make-regexp): Exercise flags args validation.
369
370 * tests/unif.test (array-set!): Exercise svect value range check.
371
3722004-07-24 Kevin Ryde <user42@zip.com.au>
373
374 * tests/common-list.test: Use define-module, to as not to import
375 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
376 warning).
377
378 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
379 suppress warnings about current-time and raise replacing core bindings.
380
3812004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
382
383 * tests/format.test (~{): Test no arbitrary iteration limit.
384
3852004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
386
387 * standalone/test-conversion.c (test_is_signed_integer,
388 test_is_unsigned_integer): Expect inexact integers to fail.
389
3902004-07-10 Kevin Ryde <user42@zip.com.au>
391
392 * tests/hash.test: New file.
393 * Makefile.am (SCM_TESTS): Add it.
394
3952004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
396
397 * standalone/test-unwind.c: Use scm_from_int instead of
398 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
399
4002004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
401
402 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
403 etc, they are now provided by libuile.h.
404 (test_int_sizes): New.
405
4062004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
407
408 * standalone/test-num2integral.c, standalone/test-unwind.c:
409 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
410 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
411 scm_from_bool, and scm_is_bool, respectively.
412
413 * standalone/Makefile.am: Added test-conversion to the TESTS.
414
415 * standalone/test-conversion.c: New file.
416
4172004-06-20 Rob Browning <rlb@defaultvalue.org>
418
419 * tests/srfi-31.test: new test for SRFI-31.
420
421 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
422
4232004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
424
425 * tests/numbers.test (number->string): Some results might differ
426 between versions of Guile compiled optimized and unoptimized.
427 Both results are accepted now.
428
4292004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
430
431 * tests/syntax.test: Added various tests to check that
432 unmemoization works correctly.
433
4342004-05-30 Kevin Ryde <user42@zip.com.au>
435
436 * lib.scm (exception:numerical-overflow): New define.
437 * tests/numbers.test (modulo-expt): Use it and
438 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
439