*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
6d7db381
KR
12004-12-06 Kevin Ryde <user42@zip.com.au>
2
3 * tests/srfi-1.test (alist-copy): New tests.
4
b8024707
KR
52004-12-05 Kevin Ryde <user42@zip.com.au>
6
7 * tests/srfi-1.test (append-map, filter-map): New tests.
8
d550e35f
MV
92004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
10
11 * tests/unif.test: Replaced uniform-array-set1! with just
12 array-set!. Do not check improper index lists, which can't arise
13 with uarray-set!. Use "#s16()" instead of "#h()".
14
bb9f50ae
MV
152004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
16
17 * tests/unif.test: Removed tests that tried to store a character
18 into a byte vector, which no longer works. Characters are not
19 bytes.
20
c454c4e6
DH
212004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
22
23 * tests/syntax.test: Added tests for unmemoization.
24
6a0813c3
MV
252004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
26
27 * tests/strings.test (string-set!): Explicitely construct
28 read-only string. String literals are not yet read-only.
29
818deb11
MV
302004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
31
32 * tests/unif.test (array-equal?): New test.
33
d748089e
KR
342004-09-29 Kevin Ryde <user42@zip.com.au>
35
36 * tests/regexp.test (match:string): New tests.
37
e5c2d5c8
KR
382004-09-26 Kevin Ryde <user42@zip.com.au>
39
40 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
41 let-optional*): Add tests of internal defines when no bindings.
42
effad639
MV
432004-09-25 Marius Vollmer <mvo@zagadka.de>
44
45 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
46 instead of LDFLAGS; the latter is a user variable.
47
ad7de4b8
MV
482004-09-24 Marius Vollmer <mvo@zagadka.de>
49
50 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
51 GUILE_CFLAGS.
52
c9fedf8a
MV
532004-09-23 Marius Vollmer <mvo@zagadka.de>
54
55 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
56 Accept new wording.
57
77d0383a
MV
582004-09-22 Marius Vollmer <mvo@zagadka.de>
59
60 * tests/ports.test ("string ports"): Copy string literal so that
61 it can be modified.
62 * tests/srfi-13.test ("string-copy!"): Likewise.
63 * tests/strings.test ("substring/shared"): Likewise.
64
1c923ba7
KR
652004-09-09 Kevin Ryde <user42@zip.com.au>
66
67 * tests/streams.test: New file.
68
0b49c645
MV
692004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
70
71 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
72 exact result, use (expt 1/2 2) instead.
73
05414844
KR
742004-09-08 Kevin Ryde <user42@zip.com.au>
75
76 * tests/ports.test (port-column): Further tests, of new \a \b \r.
77
5de12658
KR
782004-09-07 Kevin Ryde <user42@zip.com.au>
79
80 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
81 (integer?): Exercise nan and +/-inf.
82
83 * tests/time.test (gmtime, strptime): New tests, but unresolved.
84 (internal-time-units-per-second): New test.
85
df47ddf0
KR
862004-09-02 Kevin Ryde <user42@zip.com.au>
87
88 * tests/format.test (~@d): New tests.
b8d95267 89 New tests of excess arguments now ignored.
df47ddf0 90
7dd381c5
KR
912004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
92
93 * tests/gc.test: Exercise record in weak-values hash table, exposing a
94 problem in 1.6.4 gc, but believed fixed by other changes in the head.
95
d9eb2d67
MV
962004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
97
98 * tests/srfi-13.test (module-peek): Removed, this kluge is no
99 longer necessary.
100
c581203a
KR
1012004-08-27 Kevin Ryde <user42@zip.com.au>
102
103 * tests/regexp.test (regexp-quote): New tests.
104
3fa36d58
KR
105 * tests/srfi-31.test: Use define-module to keep bindings out of
106 further tests. Use-module (test-suite lib) for stand-alone operation.
107 (rec): Exercise bad args.
108
4b0ad1f4
KR
1092004-08-25 Kevin Ryde <user42@zip.com.au>
110
111 * tests/and-let-star.test: More tests, in particular exercise #t
112 result on empty body.
113
c5080b51
MV
1142004-08-25 Marius Vollmer <mvo@zagadka.de>
115
116 * tests/strings.test: Two more tests for double indirect substring
117 modification.
118
5e466273
MV
1192004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
120
121 * lib.scm (exception:used-before-define): New.
122 * tests/syntax.test ("letrec"): Use it.
123
d4f76919
KR
1242004-08-20 Kevin Ryde <user42@zip.com.au>
125
126 * tests/posix.test (mkstemp!): New tests.
127
cf3dd949
MV
1282004-08-20 Marius Vollmer <mvo@zagadka.de>
129
130 * tests/strings.test: Two tests for substring/shared. Also, use
131 (test-suite lib).
132
b2988f46
MV
1332004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
134
135 * standalone/test-conversion.c, standalone/test-gh.c,
136 standalone/test-unwind.c: Avoid the use of discouraged or
137 deprecated things.
138
b1fbeb53
KR
1392004-08-18 Kevin Ryde <user42@zip.com.au>
140
a158acd1
KR
141 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
142 New files.
143 * Makefile.am (SCM_TESTS): Add them.
144
52d1e968
KR
145 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
146 be #f, according to R5RS.
147
bc97364a
MV
1482004-08-15 Marius Vollmer <mvo@zagadka.de>
149
150 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
151
3ff0e986
KR
1522004-08-14 Kevin Ryde <user42@zip.com.au>
153
154 * tests/srfi-13.test (string-any, string-every): Exercise char and
155 charset predicate cases.
156
8d3fd10b
MV
1572004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
158
44825fff
MV
159 * standalone/test-conversion.c (test_locale_strings): New.
160
8d3fd10b
MV
161 * standalone/test-round.c: Replaced all uses of scm_round with
162 scm_c_round.
163
636d4be5
KR
1642004-08-09 Kevin Ryde <user42@zip.com.au>
165
166 * tests/slib.test: New file.
167 * Makefile.am (SCM_TESTS): Add it.
168
bcb88c93
KR
1692004-08-06 Kevin Ryde <user42@zip.com.au>
170
171 * tests/unif.test (array-set!): Exercise byte array range checks.
172 (uniform-vector-ref): Exercise byte returns.
8f094b97 173 (array-fill!): Exercise byte range and type checks.
bcb88c93 174
759aa8f9
MV
1752004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
176
177 * standalone/test-num2integral.c: Only perform the tests when the
178 disabled features are enabled.
179
180 * standalone/test-conversion.c (test_to_double, test_from_double):
181 New tests.
182
71234d0c
KR
1832004-08-02 Kevin Ryde <user42@zip.com.au>
184
185 * tests/srfi-13.test (string-every): Check empty string case.
186
58f28989
KR
1872004-07-31 Kevin Ryde <user42@zip.com.au>
188
189 * tests/filesys.test: New file, exercising copy-file.
190 * Makefile.am (SCM_TESTS): Add it.
191
315158a8
MV
1922004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
193
194 * standalone/test-conversion.c: Many more tests for the integer
195 conversion functions.
196
081c1b24
KR
1972004-07-28 Kevin Ryde <user42@zip.com.au>
198
199 * tests/regexp.test (make-regexp): Exercise flags args validation.
200
32b435f2
KR
201 * tests/unif.test (array-set!): Exercise svect value range check.
202
6364df34
KR
2032004-07-24 Kevin Ryde <user42@zip.com.au>
204
205 * tests/common-list.test: Use define-module, to as not to import
206 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
207 warning).
208
209 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
210 suppress warnings about current-time and raise replacing core bindings.
211
ae13e8e1
KR
2122004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
213
214 * tests/format.test (~{): Test no arbitrary iteration limit.
215
0523f1c0
MV
2162004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
217
218 * standalone/test-conversion.c (test_is_signed_integer,
219 test_is_unsigned_integer): Expect inexact integers to fail.
220
677104a6
KR
2212004-07-10 Kevin Ryde <user42@zip.com.au>
222
223 * tests/hash.test: New file.
224 * Makefile.am (SCM_TESTS): Add it.
225
aacc8318
MV
2262004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
227
228 * standalone/test-unwind.c: Use scm_from_int instead of
229 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
230
c9eb03bb
MV
2312004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
232
233 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
234 etc, they are now provided by libuile.h.
235 (test_int_sizes): New.
236
9b5eee30
MV
2372004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
238
239 * standalone/test-num2integral.c, standalone/test-unwind.c:
240 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
241 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
242 scm_from_bool, and scm_is_bool, respectively.
243
244 * standalone/Makefile.am: Added test-conversion to the TESTS.
245
246 * standalone/test-conversion.c: New file.
247
6293838c
RB
2482004-06-20 Rob Browning <rlb@defaultvalue.org>
249
250 * tests/srfi-31.test: new test for SRFI-31.
251
252 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
253
c10b894e
MV
2542004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
255
256 * tests/numbers.test (number->string): Some results might differ
257 between versions of Guile compiled optimized and unoptimized.
258 Both results are accepted now.
259
aa498d0c
DH
2602004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
261
262 * tests/syntax.test: Added various tests to check that
263 unmemoization works correctly.
264
845087a4
KR
2652004-05-30 Kevin Ryde <user42@zip.com.au>
266
267 * lib.scm (exception:numerical-overflow): New define.
268 * tests/numbers.test (modulo-expt): Use it and
269 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
270