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