*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
d550e35f
MV
12004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
2
3 * tests/unif.test: Replaced uniform-array-set1! with just
4 array-set!. Do not check improper index lists, which can't arise
5 with uarray-set!. Use "#s16()" instead of "#h()".
6
bb9f50ae
MV
72004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
8
9 * tests/unif.test: Removed tests that tried to store a character
10 into a byte vector, which no longer works. Characters are not
11 bytes.
12
c454c4e6
DH
132004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
14
15 * tests/syntax.test: Added tests for unmemoization.
16
6a0813c3
MV
172004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
18
19 * tests/strings.test (string-set!): Explicitely construct
20 read-only string. String literals are not yet read-only.
21
818deb11
MV
222004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
23
24 * tests/unif.test (array-equal?): New test.
25
d748089e
KR
262004-09-29 Kevin Ryde <user42@zip.com.au>
27
28 * tests/regexp.test (match:string): New tests.
29
e5c2d5c8
KR
302004-09-26 Kevin Ryde <user42@zip.com.au>
31
32 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
33 let-optional*): Add tests of internal defines when no bindings.
34
effad639
MV
352004-09-25 Marius Vollmer <mvo@zagadka.de>
36
37 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
38 instead of LDFLAGS; the latter is a user variable.
39
ad7de4b8
MV
402004-09-24 Marius Vollmer <mvo@zagadka.de>
41
42 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
43 GUILE_CFLAGS.
44
c9fedf8a
MV
452004-09-23 Marius Vollmer <mvo@zagadka.de>
46
47 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
48 Accept new wording.
49
77d0383a
MV
502004-09-22 Marius Vollmer <mvo@zagadka.de>
51
52 * tests/ports.test ("string ports"): Copy string literal so that
53 it can be modified.
54 * tests/srfi-13.test ("string-copy!"): Likewise.
55 * tests/strings.test ("substring/shared"): Likewise.
56
1c923ba7
KR
572004-09-09 Kevin Ryde <user42@zip.com.au>
58
59 * tests/streams.test: New file.
60
0b49c645
MV
612004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
62
63 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
64 exact result, use (expt 1/2 2) instead.
65
05414844
KR
662004-09-08 Kevin Ryde <user42@zip.com.au>
67
68 * tests/ports.test (port-column): Further tests, of new \a \b \r.
69
5de12658
KR
702004-09-07 Kevin Ryde <user42@zip.com.au>
71
72 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
73 (integer?): Exercise nan and +/-inf.
74
75 * tests/time.test (gmtime, strptime): New tests, but unresolved.
76 (internal-time-units-per-second): New test.
77
df47ddf0
KR
782004-09-02 Kevin Ryde <user42@zip.com.au>
79
80 * tests/format.test (~@d): New tests.
b8d95267 81 New tests of excess arguments now ignored.
df47ddf0 82
7dd381c5
KR
832004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
84
85 * tests/gc.test: Exercise record in weak-values hash table, exposing a
86 problem in 1.6.4 gc, but believed fixed by other changes in the head.
87
d9eb2d67
MV
882004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
89
90 * tests/srfi-13.test (module-peek): Removed, this kluge is no
91 longer necessary.
92
c581203a
KR
932004-08-27 Kevin Ryde <user42@zip.com.au>
94
95 * tests/regexp.test (regexp-quote): New tests.
96
3fa36d58
KR
97 * tests/srfi-31.test: Use define-module to keep bindings out of
98 further tests. Use-module (test-suite lib) for stand-alone operation.
99 (rec): Exercise bad args.
100
4b0ad1f4
KR
1012004-08-25 Kevin Ryde <user42@zip.com.au>
102
103 * tests/and-let-star.test: More tests, in particular exercise #t
104 result on empty body.
105
c5080b51
MV
1062004-08-25 Marius Vollmer <mvo@zagadka.de>
107
108 * tests/strings.test: Two more tests for double indirect substring
109 modification.
110
5e466273
MV
1112004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
112
113 * lib.scm (exception:used-before-define): New.
114 * tests/syntax.test ("letrec"): Use it.
115
d4f76919
KR
1162004-08-20 Kevin Ryde <user42@zip.com.au>
117
118 * tests/posix.test (mkstemp!): New tests.
119
cf3dd949
MV
1202004-08-20 Marius Vollmer <mvo@zagadka.de>
121
122 * tests/strings.test: Two tests for substring/shared. Also, use
123 (test-suite lib).
124
b2988f46
MV
1252004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
126
127 * standalone/test-conversion.c, standalone/test-gh.c,
128 standalone/test-unwind.c: Avoid the use of discouraged or
129 deprecated things.
130
b1fbeb53
KR
1312004-08-18 Kevin Ryde <user42@zip.com.au>
132
a158acd1
KR
133 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
134 New files.
135 * Makefile.am (SCM_TESTS): Add them.
136
52d1e968
KR
137 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
138 be #f, according to R5RS.
139
bc97364a
MV
1402004-08-15 Marius Vollmer <mvo@zagadka.de>
141
142 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
143
3ff0e986
KR
1442004-08-14 Kevin Ryde <user42@zip.com.au>
145
146 * tests/srfi-13.test (string-any, string-every): Exercise char and
147 charset predicate cases.
148
8d3fd10b
MV
1492004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
150
44825fff
MV
151 * standalone/test-conversion.c (test_locale_strings): New.
152
8d3fd10b
MV
153 * standalone/test-round.c: Replaced all uses of scm_round with
154 scm_c_round.
155
636d4be5
KR
1562004-08-09 Kevin Ryde <user42@zip.com.au>
157
158 * tests/slib.test: New file.
159 * Makefile.am (SCM_TESTS): Add it.
160
bcb88c93
KR
1612004-08-06 Kevin Ryde <user42@zip.com.au>
162
163 * tests/unif.test (array-set!): Exercise byte array range checks.
164 (uniform-vector-ref): Exercise byte returns.
8f094b97 165 (array-fill!): Exercise byte range and type checks.
bcb88c93 166
759aa8f9
MV
1672004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
168
169 * standalone/test-num2integral.c: Only perform the tests when the
170 disabled features are enabled.
171
172 * standalone/test-conversion.c (test_to_double, test_from_double):
173 New tests.
174
71234d0c
KR
1752004-08-02 Kevin Ryde <user42@zip.com.au>
176
177 * tests/srfi-13.test (string-every): Check empty string case.
178
58f28989
KR
1792004-07-31 Kevin Ryde <user42@zip.com.au>
180
181 * tests/filesys.test: New file, exercising copy-file.
182 * Makefile.am (SCM_TESTS): Add it.
183
315158a8
MV
1842004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
185
186 * standalone/test-conversion.c: Many more tests for the integer
187 conversion functions.
188
081c1b24
KR
1892004-07-28 Kevin Ryde <user42@zip.com.au>
190
191 * tests/regexp.test (make-regexp): Exercise flags args validation.
192
32b435f2
KR
193 * tests/unif.test (array-set!): Exercise svect value range check.
194
6364df34
KR
1952004-07-24 Kevin Ryde <user42@zip.com.au>
196
197 * tests/common-list.test: Use define-module, to as not to import
198 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
199 warning).
200
201 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
202 suppress warnings about current-time and raise replacing core bindings.
203
ae13e8e1
KR
2042004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
205
206 * tests/format.test (~{): Test no arbitrary iteration limit.
207
0523f1c0
MV
2082004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
209
210 * standalone/test-conversion.c (test_is_signed_integer,
211 test_is_unsigned_integer): Expect inexact integers to fail.
212
677104a6
KR
2132004-07-10 Kevin Ryde <user42@zip.com.au>
214
215 * tests/hash.test: New file.
216 * Makefile.am (SCM_TESTS): Add it.
217
aacc8318
MV
2182004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
219
220 * standalone/test-unwind.c: Use scm_from_int instead of
221 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
222
c9eb03bb
MV
2232004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
224
225 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
226 etc, they are now provided by libuile.h.
227 (test_int_sizes): New.
228
9b5eee30
MV
2292004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
230
231 * standalone/test-num2integral.c, standalone/test-unwind.c:
232 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
233 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
234 scm_from_bool, and scm_is_bool, respectively.
235
236 * standalone/Makefile.am: Added test-conversion to the TESTS.
237
238 * standalone/test-conversion.c: New file.
239
6293838c
RB
2402004-06-20 Rob Browning <rlb@defaultvalue.org>
241
242 * tests/srfi-31.test: new test for SRFI-31.
243
244 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
245
c10b894e
MV
2462004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
247
248 * tests/numbers.test (number->string): Some results might differ
249 between versions of Guile compiled optimized and unoptimized.
250 Both results are accepted now.
251
aa498d0c
DH
2522004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
253
254 * tests/syntax.test: Added various tests to check that
255 unmemoization works correctly.
256
845087a4
KR
2572004-05-30 Kevin Ryde <user42@zip.com.au>
258
259 * lib.scm (exception:numerical-overflow): New define.
260 * tests/numbers.test (modulo-expt): Use it and
261 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
262