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