Don't expect (expt 1/2 2.0) to yield an exact result, use (expt 1/2 2)
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
05414844
KR
12004-09-08 Kevin Ryde <user42@zip.com.au>
2
3 * tests/ports.test (port-column): Further tests, of new \a \b \r.
4
5de12658
KR
52004-09-07 Kevin Ryde <user42@zip.com.au>
6
7 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
8 (integer?): Exercise nan and +/-inf.
9
10 * tests/time.test (gmtime, strptime): New tests, but unresolved.
11 (internal-time-units-per-second): New test.
12
df47ddf0
KR
132004-09-02 Kevin Ryde <user42@zip.com.au>
14
15 * tests/format.test (~@d): New tests.
b8d95267 16 New tests of excess arguments now ignored.
df47ddf0 17
7dd381c5
KR
182004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
19
20 * tests/gc.test: Exercise record in weak-values hash table, exposing a
21 problem in 1.6.4 gc, but believed fixed by other changes in the head.
22
d9eb2d67
MV
232004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
24
25 * tests/srfi-13.test (module-peek): Removed, this kluge is no
26 longer necessary.
27
c581203a
KR
282004-08-27 Kevin Ryde <user42@zip.com.au>
29
30 * tests/regexp.test (regexp-quote): New tests.
31
3fa36d58
KR
32 * tests/srfi-31.test: Use define-module to keep bindings out of
33 further tests. Use-module (test-suite lib) for stand-alone operation.
34 (rec): Exercise bad args.
35
4b0ad1f4
KR
362004-08-25 Kevin Ryde <user42@zip.com.au>
37
38 * tests/and-let-star.test: More tests, in particular exercise #t
39 result on empty body.
40
c5080b51
MV
412004-08-25 Marius Vollmer <mvo@zagadka.de>
42
43 * tests/strings.test: Two more tests for double indirect substring
44 modification.
45
5e466273
MV
462004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
47
48 * lib.scm (exception:used-before-define): New.
49 * tests/syntax.test ("letrec"): Use it.
50
d4f76919
KR
512004-08-20 Kevin Ryde <user42@zip.com.au>
52
53 * tests/posix.test (mkstemp!): New tests.
54
cf3dd949
MV
552004-08-20 Marius Vollmer <mvo@zagadka.de>
56
57 * tests/strings.test: Two tests for substring/shared. Also, use
58 (test-suite lib).
59
b2988f46
MV
602004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
61
62 * standalone/test-conversion.c, standalone/test-gh.c,
63 standalone/test-unwind.c: Avoid the use of discouraged or
64 deprecated things.
65
b1fbeb53
KR
662004-08-18 Kevin Ryde <user42@zip.com.au>
67
a158acd1
KR
68 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
69 New files.
70 * Makefile.am (SCM_TESTS): Add them.
71
52d1e968
KR
72 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
73 be #f, according to R5RS.
74
bc97364a
MV
752004-08-15 Marius Vollmer <mvo@zagadka.de>
76
77 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
78
3ff0e986
KR
792004-08-14 Kevin Ryde <user42@zip.com.au>
80
81 * tests/srfi-13.test (string-any, string-every): Exercise char and
82 charset predicate cases.
83
8d3fd10b
MV
842004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
85
44825fff
MV
86 * standalone/test-conversion.c (test_locale_strings): New.
87
8d3fd10b
MV
88 * standalone/test-round.c: Replaced all uses of scm_round with
89 scm_c_round.
90
636d4be5
KR
912004-08-09 Kevin Ryde <user42@zip.com.au>
92
93 * tests/slib.test: New file.
94 * Makefile.am (SCM_TESTS): Add it.
95
bcb88c93
KR
962004-08-06 Kevin Ryde <user42@zip.com.au>
97
98 * tests/unif.test (array-set!): Exercise byte array range checks.
99 (uniform-vector-ref): Exercise byte returns.
8f094b97 100 (array-fill!): Exercise byte range and type checks.
bcb88c93 101
759aa8f9
MV
1022004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
103
104 * standalone/test-num2integral.c: Only perform the tests when the
105 disabled features are enabled.
106
107 * standalone/test-conversion.c (test_to_double, test_from_double):
108 New tests.
109
71234d0c
KR
1102004-08-02 Kevin Ryde <user42@zip.com.au>
111
112 * tests/srfi-13.test (string-every): Check empty string case.
113
58f28989
KR
1142004-07-31 Kevin Ryde <user42@zip.com.au>
115
116 * tests/filesys.test: New file, exercising copy-file.
117 * Makefile.am (SCM_TESTS): Add it.
118
315158a8
MV
1192004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
120
121 * standalone/test-conversion.c: Many more tests for the integer
122 conversion functions.
123
081c1b24
KR
1242004-07-28 Kevin Ryde <user42@zip.com.au>
125
126 * tests/regexp.test (make-regexp): Exercise flags args validation.
127
32b435f2
KR
128 * tests/unif.test (array-set!): Exercise svect value range check.
129
6364df34
KR
1302004-07-24 Kevin Ryde <user42@zip.com.au>
131
132 * tests/common-list.test: Use define-module, to as not to import
133 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
134 warning).
135
136 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
137 suppress warnings about current-time and raise replacing core bindings.
138
ae13e8e1
KR
1392004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
140
141 * tests/format.test (~{): Test no arbitrary iteration limit.
142
0523f1c0
MV
1432004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
144
145 * standalone/test-conversion.c (test_is_signed_integer,
146 test_is_unsigned_integer): Expect inexact integers to fail.
147
677104a6
KR
1482004-07-10 Kevin Ryde <user42@zip.com.au>
149
150 * tests/hash.test: New file.
151 * Makefile.am (SCM_TESTS): Add it.
152
aacc8318
MV
1532004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
154
155 * standalone/test-unwind.c: Use scm_from_int instead of
156 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
157
c9eb03bb
MV
1582004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
159
160 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
161 etc, they are now provided by libuile.h.
162 (test_int_sizes): New.
163
9b5eee30
MV
1642004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
165
166 * standalone/test-num2integral.c, standalone/test-unwind.c:
167 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
168 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
169 scm_from_bool, and scm_is_bool, respectively.
170
171 * standalone/Makefile.am: Added test-conversion to the TESTS.
172
173 * standalone/test-conversion.c: New file.
174
6293838c
RB
1752004-06-20 Rob Browning <rlb@defaultvalue.org>
176
177 * tests/srfi-31.test: new test for SRFI-31.
178
179 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
180
c10b894e
MV
1812004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
182
183 * tests/numbers.test (number->string): Some results might differ
184 between versions of Guile compiled optimized and unoptimized.
185 Both results are accepted now.
186
aa498d0c
DH
1872004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
188
189 * tests/syntax.test: Added various tests to check that
190 unmemoization works correctly.
191
845087a4
KR
1922004-05-30 Kevin Ryde <user42@zip.com.au>
193
194 * lib.scm (exception:numerical-overflow): New define.
195 * tests/numbers.test (modulo-expt): Use it and
196 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
197