* tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
b1fbeb53
KR
12004-08-18 Kevin Ryde <user42@zip.com.au>
2
52d1e968
KR
3 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
4 be #f, according to R5RS.
5
b1fbeb53
KR
6 * tests/arbiters.test: New file
7 * Makefile.am (SCM_TESTS): Add it.
8
bc97364a
MV
92004-08-15 Marius Vollmer <mvo@zagadka.de>
10
11 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
12
3ff0e986
KR
132004-08-14 Kevin Ryde <user42@zip.com.au>
14
15 * tests/srfi-13.test (string-any, string-every): Exercise char and
16 charset predicate cases.
17
8d3fd10b
MV
182004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
19
44825fff
MV
20 * standalone/test-conversion.c (test_locale_strings): New.
21
8d3fd10b
MV
22 * standalone/test-round.c: Replaced all uses of scm_round with
23 scm_c_round.
24
636d4be5
KR
252004-08-09 Kevin Ryde <user42@zip.com.au>
26
27 * tests/slib.test: New file.
28 * Makefile.am (SCM_TESTS): Add it.
29
bcb88c93
KR
302004-08-06 Kevin Ryde <user42@zip.com.au>
31
32 * tests/unif.test (array-set!): Exercise byte array range checks.
33 (uniform-vector-ref): Exercise byte returns.
8f094b97 34 (array-fill!): Exercise byte range and type checks.
bcb88c93 35
759aa8f9
MV
362004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
37
38 * standalone/test-num2integral.c: Only perform the tests when the
39 disabled features are enabled.
40
41 * standalone/test-conversion.c (test_to_double, test_from_double):
42 New tests.
43
71234d0c
KR
442004-08-02 Kevin Ryde <user42@zip.com.au>
45
46 * tests/srfi-13.test (string-every): Check empty string case.
47
58f28989
KR
482004-07-31 Kevin Ryde <user42@zip.com.au>
49
50 * tests/filesys.test: New file, exercising copy-file.
51 * Makefile.am (SCM_TESTS): Add it.
52
315158a8
MV
532004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
54
55 * standalone/test-conversion.c: Many more tests for the integer
56 conversion functions.
57
081c1b24
KR
582004-07-28 Kevin Ryde <user42@zip.com.au>
59
60 * tests/regexp.test (make-regexp): Exercise flags args validation.
61
32b435f2
KR
62 * tests/unif.test (array-set!): Exercise svect value range check.
63
6364df34
KR
642004-07-24 Kevin Ryde <user42@zip.com.au>
65
66 * tests/common-list.test: Use define-module, to as not to import
67 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
68 warning).
69
70 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
71 suppress warnings about current-time and raise replacing core bindings.
72
ae13e8e1
KR
732004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
74
75 * tests/format.test (~{): Test no arbitrary iteration limit.
76
0523f1c0
MV
772004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
78
79 * standalone/test-conversion.c (test_is_signed_integer,
80 test_is_unsigned_integer): Expect inexact integers to fail.
81
677104a6
KR
822004-07-10 Kevin Ryde <user42@zip.com.au>
83
84 * tests/hash.test: New file.
85 * Makefile.am (SCM_TESTS): Add it.
86
aacc8318
MV
872004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
88
89 * standalone/test-unwind.c: Use scm_from_int instead of
90 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
91
c9eb03bb
MV
922004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
93
94 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
95 etc, they are now provided by libuile.h.
96 (test_int_sizes): New.
97
9b5eee30
MV
982004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
99
100 * standalone/test-num2integral.c, standalone/test-unwind.c:
101 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
102 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
103 scm_from_bool, and scm_is_bool, respectively.
104
105 * standalone/Makefile.am: Added test-conversion to the TESTS.
106
107 * standalone/test-conversion.c: New file.
108
6293838c
RB
1092004-06-20 Rob Browning <rlb@defaultvalue.org>
110
111 * tests/srfi-31.test: new test for SRFI-31.
112
113 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
114
c10b894e
MV
1152004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
116
117 * tests/numbers.test (number->string): Some results might differ
118 between versions of Guile compiled optimized and unoptimized.
119 Both results are accepted now.
120
aa498d0c
DH
1212004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
122
123 * tests/syntax.test: Added various tests to check that
124 unmemoization works correctly.
125
845087a4
KR
1262004-05-30 Kevin Ryde <user42@zip.com.au>
127
128 * lib.scm (exception:numerical-overflow): New define.
129 * tests/numbers.test (modulo-expt): Use it and
130 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
131