* tests/filesys.test: New file, exercising copy-file.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
315158a8
MV
12004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
2
3 * standalone/test-conversion.c: Many more tests for the integer
4 conversion functions.
5
081c1b24
KR
62004-07-28 Kevin Ryde <user42@zip.com.au>
7
8 * tests/regexp.test (make-regexp): Exercise flags args validation.
9
32b435f2
KR
10 * tests/unif.test (array-set!): Exercise svect value range check.
11
6364df34
KR
122004-07-24 Kevin Ryde <user42@zip.com.au>
13
14 * tests/common-list.test: Use define-module, to as not to import
15 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
16 warning).
17
18 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
19 suppress warnings about current-time and raise replacing core bindings.
20
ae13e8e1
KR
212004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
22
23 * tests/format.test (~{): Test no arbitrary iteration limit.
24
0523f1c0
MV
252004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
26
27 * standalone/test-conversion.c (test_is_signed_integer,
28 test_is_unsigned_integer): Expect inexact integers to fail.
29
677104a6
KR
302004-07-10 Kevin Ryde <user42@zip.com.au>
31
32 * tests/hash.test: New file.
33 * Makefile.am (SCM_TESTS): Add it.
34
aacc8318
MV
352004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
36
37 * standalone/test-unwind.c: Use scm_from_int instead of
38 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
39
c9eb03bb
MV
402004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
41
42 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
43 etc, they are now provided by libuile.h.
44 (test_int_sizes): New.
45
9b5eee30
MV
462004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
47
48 * standalone/test-num2integral.c, standalone/test-unwind.c:
49 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
50 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
51 scm_from_bool, and scm_is_bool, respectively.
52
53 * standalone/Makefile.am: Added test-conversion to the TESTS.
54
55 * standalone/test-conversion.c: New file.
56
6293838c
RB
572004-06-20 Rob Browning <rlb@defaultvalue.org>
58
59 * tests/srfi-31.test: new test for SRFI-31.
60
61 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
62
c10b894e
MV
632004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
64
65 * tests/numbers.test (number->string): Some results might differ
66 between versions of Guile compiled optimized and unoptimized.
67 Both results are accepted now.
68
aa498d0c
DH
692004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
70
71 * tests/syntax.test: Added various tests to check that
72 unmemoization works correctly.
73
845087a4
KR
742004-05-30 Kevin Ryde <user42@zip.com.au>
75
76 * lib.scm (exception:numerical-overflow): New define.
77 * tests/numbers.test (modulo-expt): Use it and
78 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
79