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