New tests of excess arguments now ignored.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
df47ddf0
KR
12004-09-02 Kevin Ryde <user42@zip.com.au>
2
3 * tests/format.test (~@d): New tests.
4
7dd381c5
KR
52004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
6
7 * tests/gc.test: Exercise record in weak-values hash table, exposing a
8 problem in 1.6.4 gc, but believed fixed by other changes in the head.
9
d9eb2d67
MV
102004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
11
12 * tests/srfi-13.test (module-peek): Removed, this kluge is no
13 longer necessary.
14
c581203a
KR
152004-08-27 Kevin Ryde <user42@zip.com.au>
16
17 * tests/regexp.test (regexp-quote): New tests.
18
3fa36d58
KR
19 * tests/srfi-31.test: Use define-module to keep bindings out of
20 further tests. Use-module (test-suite lib) for stand-alone operation.
21 (rec): Exercise bad args.
22
4b0ad1f4
KR
232004-08-25 Kevin Ryde <user42@zip.com.au>
24
25 * tests/and-let-star.test: More tests, in particular exercise #t
26 result on empty body.
27
c5080b51
MV
282004-08-25 Marius Vollmer <mvo@zagadka.de>
29
30 * tests/strings.test: Two more tests for double indirect substring
31 modification.
32
5e466273
MV
332004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
34
35 * lib.scm (exception:used-before-define): New.
36 * tests/syntax.test ("letrec"): Use it.
37
d4f76919
KR
382004-08-20 Kevin Ryde <user42@zip.com.au>
39
40 * tests/posix.test (mkstemp!): New tests.
41
cf3dd949
MV
422004-08-20 Marius Vollmer <mvo@zagadka.de>
43
44 * tests/strings.test: Two tests for substring/shared. Also, use
45 (test-suite lib).
46
b2988f46
MV
472004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
48
49 * standalone/test-conversion.c, standalone/test-gh.c,
50 standalone/test-unwind.c: Avoid the use of discouraged or
51 deprecated things.
52
b1fbeb53
KR
532004-08-18 Kevin Ryde <user42@zip.com.au>
54
a158acd1
KR
55 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
56 New files.
57 * Makefile.am (SCM_TESTS): Add them.
58
52d1e968
KR
59 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
60 be #f, according to R5RS.
61
bc97364a
MV
622004-08-15 Marius Vollmer <mvo@zagadka.de>
63
64 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
65
3ff0e986
KR
662004-08-14 Kevin Ryde <user42@zip.com.au>
67
68 * tests/srfi-13.test (string-any, string-every): Exercise char and
69 charset predicate cases.
70
8d3fd10b
MV
712004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
72
44825fff
MV
73 * standalone/test-conversion.c (test_locale_strings): New.
74
8d3fd10b
MV
75 * standalone/test-round.c: Replaced all uses of scm_round with
76 scm_c_round.
77
636d4be5
KR
782004-08-09 Kevin Ryde <user42@zip.com.au>
79
80 * tests/slib.test: New file.
81 * Makefile.am (SCM_TESTS): Add it.
82
bcb88c93
KR
832004-08-06 Kevin Ryde <user42@zip.com.au>
84
85 * tests/unif.test (array-set!): Exercise byte array range checks.
86 (uniform-vector-ref): Exercise byte returns.
8f094b97 87 (array-fill!): Exercise byte range and type checks.
bcb88c93 88
759aa8f9
MV
892004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
90
91 * standalone/test-num2integral.c: Only perform the tests when the
92 disabled features are enabled.
93
94 * standalone/test-conversion.c (test_to_double, test_from_double):
95 New tests.
96
71234d0c
KR
972004-08-02 Kevin Ryde <user42@zip.com.au>
98
99 * tests/srfi-13.test (string-every): Check empty string case.
100
58f28989
KR
1012004-07-31 Kevin Ryde <user42@zip.com.au>
102
103 * tests/filesys.test: New file, exercising copy-file.
104 * Makefile.am (SCM_TESTS): Add it.
105
315158a8
MV
1062004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
107
108 * standalone/test-conversion.c: Many more tests for the integer
109 conversion functions.
110
081c1b24
KR
1112004-07-28 Kevin Ryde <user42@zip.com.au>
112
113 * tests/regexp.test (make-regexp): Exercise flags args validation.
114
32b435f2
KR
115 * tests/unif.test (array-set!): Exercise svect value range check.
116
6364df34
KR
1172004-07-24 Kevin Ryde <user42@zip.com.au>
118
119 * tests/common-list.test: Use define-module, to as not to import
120 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
121 warning).
122
123 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
124 suppress warnings about current-time and raise replacing core bindings.
125
ae13e8e1
KR
1262004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
127
128 * tests/format.test (~{): Test no arbitrary iteration limit.
129
0523f1c0
MV
1302004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
131
132 * standalone/test-conversion.c (test_is_signed_integer,
133 test_is_unsigned_integer): Expect inexact integers to fail.
134
677104a6
KR
1352004-07-10 Kevin Ryde <user42@zip.com.au>
136
137 * tests/hash.test: New file.
138 * Makefile.am (SCM_TESTS): Add it.
139
aacc8318
MV
1402004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
141
142 * standalone/test-unwind.c: Use scm_from_int instead of
143 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
144
c9eb03bb
MV
1452004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
146
147 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
148 etc, they are now provided by libuile.h.
149 (test_int_sizes): New.
150
9b5eee30
MV
1512004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
152
153 * standalone/test-num2integral.c, standalone/test-unwind.c:
154 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
155 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
156 scm_from_bool, and scm_is_bool, respectively.
157
158 * standalone/Makefile.am: Added test-conversion to the TESTS.
159
160 * standalone/test-conversion.c: New file.
161
6293838c
RB
1622004-06-20 Rob Browning <rlb@defaultvalue.org>
163
164 * tests/srfi-31.test: new test for SRFI-31.
165
166 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
167
c10b894e
MV
1682004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
169
170 * tests/numbers.test (number->string): Some results might differ
171 between versions of Guile compiled optimized and unoptimized.
172 Both results are accepted now.
173
aa498d0c
DH
1742004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
175
176 * tests/syntax.test: Added various tests to check that
177 unmemoization works correctly.
178
845087a4
KR
1792004-05-30 Kevin Ryde <user42@zip.com.au>
180
181 * lib.scm (exception:numerical-overflow): New define.
182 * tests/numbers.test (modulo-expt): Use it and
183 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
184