(while): Tests running in empty environment are
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
edfc07b3
KR
12005-01-24 Kevin Ryde <user42@zip.com.au>
2
be1b896c
KR
3 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
4 avoid warning from gcc 3.4 on 64-bit systems about casting int
5 (32-bits) to pointer (64-bits).
6
edfc07b3
KR
7 * tests/srfi-1.test (lset=, member): New tests.
8
2a1ee5cd
KR
92005-01-12 Kevin Ryde <user42@zip.com.au>
10
11 * tests/srfi-39.test (current-input-port, current-output-port,
12 current-error-port): New tests.
13
74c58fce
MV
142005-01-10 Marius Vollmer <mvo@zagadka.de>
15
16 * tests/unif.test (exception:wrong-num-indices): New, use it for
17 array-set! tests with wrong number of indices.
18
f01fe441
MV
192005-01-07 Marius Vollmer <mvo@zagadka.de>
20
21 * tests/srfi-4.test: Use (test-suite lib) module.
22
2aaf5726
MV
232005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
24
25 * tests/unif.test (have-llvect?): Removed, Scheme code will always
26 have u64 and s64 uniform vectors.
27
34ae52fc
MV
282005-01-05 Marius Vollmer <mvo@zagadka.de>
29
30 * tests/unif.test: Use *unspecified* instead of #f to get an
31 uninitialized array.
32
f1fd6418
KR
332005-01-04 Kevin Ryde <user42@zip.com.au>
34
35 * tests/ramap.test: New file, test array-map!.
36 * Makefile.am (SCM_TESTS): Add it.
37
5be5e699
MV
382005-01-02 Marius Vollmer <mvo@zagadka.de>
39
40 * tests/unif.test: Rewritten for new 'typed' approach to uniform
41 arrays.
42
43 * tests/sort.test: New tests, especially for sorting non-contigous
44 and negative-incrementing vectors.
45
af113331
KR
462005-01-02 Kevin Ryde <user42@zip.com.au>
47
48 * tests/srfi-39.test: Use define-module to keep bindings from
49 subsequent tests, use test-suite lib for stand-alone checking.
50
51 * Makefile.am (SCM_TESTS): Add srfi-39.test.
52
d241f86a
NJ
532004-12-27 Neil Jerram <neil@ossau.uklinux.net>
54
55 * tests/continuations.test (continuations): Moved continuation /
56 stack tests here, and added save and restore of debug options.
57
49c51610
MV
582004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
59
60 * tests/eval.test: News tests for making stacks from
61 continuations. From Neil Jerram.
62
86347b2b
KR
632004-12-10 Kevin Ryde <user42@zip.com.au>
64
65 * tests/socket.test (inet-pton): New tests.
66
6d7db381
KR
672004-12-06 Kevin Ryde <user42@zip.com.au>
68
b9e1ef08
KR
69 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
70 tests.
6d7db381 71
b8024707
KR
722004-12-05 Kevin Ryde <user42@zip.com.au>
73
74 * tests/srfi-1.test (append-map, filter-map): New tests.
75
d550e35f
MV
762004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
77
78 * tests/unif.test: Replaced uniform-array-set1! with just
79 array-set!. Do not check improper index lists, which can't arise
80 with uarray-set!. Use "#s16()" instead of "#h()".
81
bb9f50ae
MV
822004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
83
84 * tests/unif.test: Removed tests that tried to store a character
85 into a byte vector, which no longer works. Characters are not
86 bytes.
87
c454c4e6
DH
882004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
89
90 * tests/syntax.test: Added tests for unmemoization.
91
6a0813c3
MV
922004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
93
94 * tests/strings.test (string-set!): Explicitely construct
95 read-only string. String literals are not yet read-only.
96
818deb11
MV
972004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
98
99 * tests/unif.test (array-equal?): New test.
100
d748089e
KR
1012004-09-29 Kevin Ryde <user42@zip.com.au>
102
103 * tests/regexp.test (match:string): New tests.
104
e5c2d5c8
KR
1052004-09-26 Kevin Ryde <user42@zip.com.au>
106
107 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
108 let-optional*): Add tests of internal defines when no bindings.
109
effad639
MV
1102004-09-25 Marius Vollmer <mvo@zagadka.de>
111
112 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
113 instead of LDFLAGS; the latter is a user variable.
114
ad7de4b8
MV
1152004-09-24 Marius Vollmer <mvo@zagadka.de>
116
117 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
118 GUILE_CFLAGS.
119
c9fedf8a
MV
1202004-09-23 Marius Vollmer <mvo@zagadka.de>
121
122 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
123 Accept new wording.
124
77d0383a
MV
1252004-09-22 Marius Vollmer <mvo@zagadka.de>
126
127 * tests/ports.test ("string ports"): Copy string literal so that
128 it can be modified.
129 * tests/srfi-13.test ("string-copy!"): Likewise.
130 * tests/strings.test ("substring/shared"): Likewise.
131
1c923ba7
KR
1322004-09-09 Kevin Ryde <user42@zip.com.au>
133
134 * tests/streams.test: New file.
135
0b49c645
MV
1362004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
137
138 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
139 exact result, use (expt 1/2 2) instead.
140
05414844
KR
1412004-09-08 Kevin Ryde <user42@zip.com.au>
142
143 * tests/ports.test (port-column): Further tests, of new \a \b \r.
144
5de12658
KR
1452004-09-07 Kevin Ryde <user42@zip.com.au>
146
147 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
148 (integer?): Exercise nan and +/-inf.
149
150 * tests/time.test (gmtime, strptime): New tests, but unresolved.
151 (internal-time-units-per-second): New test.
152
df47ddf0
KR
1532004-09-02 Kevin Ryde <user42@zip.com.au>
154
155 * tests/format.test (~@d): New tests.
b8d95267 156 New tests of excess arguments now ignored.
df47ddf0 157
7dd381c5
KR
1582004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
159
160 * tests/gc.test: Exercise record in weak-values hash table, exposing a
161 problem in 1.6.4 gc, but believed fixed by other changes in the head.
162
d9eb2d67
MV
1632004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
164
165 * tests/srfi-13.test (module-peek): Removed, this kluge is no
166 longer necessary.
167
c581203a
KR
1682004-08-27 Kevin Ryde <user42@zip.com.au>
169
170 * tests/regexp.test (regexp-quote): New tests.
171
3fa36d58
KR
172 * tests/srfi-31.test: Use define-module to keep bindings out of
173 further tests. Use-module (test-suite lib) for stand-alone operation.
174 (rec): Exercise bad args.
175
4b0ad1f4
KR
1762004-08-25 Kevin Ryde <user42@zip.com.au>
177
178 * tests/and-let-star.test: More tests, in particular exercise #t
179 result on empty body.
180
c5080b51
MV
1812004-08-25 Marius Vollmer <mvo@zagadka.de>
182
183 * tests/strings.test: Two more tests for double indirect substring
184 modification.
185
5e466273
MV
1862004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
187
188 * lib.scm (exception:used-before-define): New.
189 * tests/syntax.test ("letrec"): Use it.
190
d4f76919
KR
1912004-08-20 Kevin Ryde <user42@zip.com.au>
192
193 * tests/posix.test (mkstemp!): New tests.
194
cf3dd949
MV
1952004-08-20 Marius Vollmer <mvo@zagadka.de>
196
197 * tests/strings.test: Two tests for substring/shared. Also, use
198 (test-suite lib).
199
b2988f46
MV
2002004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
201
202 * standalone/test-conversion.c, standalone/test-gh.c,
203 standalone/test-unwind.c: Avoid the use of discouraged or
204 deprecated things.
205
b1fbeb53
KR
2062004-08-18 Kevin Ryde <user42@zip.com.au>
207
a158acd1
KR
208 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
209 New files.
210 * Makefile.am (SCM_TESTS): Add them.
211
52d1e968
KR
212 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
213 be #f, according to R5RS.
214
bc97364a
MV
2152004-08-15 Marius Vollmer <mvo@zagadka.de>
216
217 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
218
3ff0e986
KR
2192004-08-14 Kevin Ryde <user42@zip.com.au>
220
221 * tests/srfi-13.test (string-any, string-every): Exercise char and
222 charset predicate cases.
223
8d3fd10b
MV
2242004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
225
44825fff
MV
226 * standalone/test-conversion.c (test_locale_strings): New.
227
8d3fd10b
MV
228 * standalone/test-round.c: Replaced all uses of scm_round with
229 scm_c_round.
230
636d4be5
KR
2312004-08-09 Kevin Ryde <user42@zip.com.au>
232
233 * tests/slib.test: New file.
234 * Makefile.am (SCM_TESTS): Add it.
235
bcb88c93
KR
2362004-08-06 Kevin Ryde <user42@zip.com.au>
237
238 * tests/unif.test (array-set!): Exercise byte array range checks.
239 (uniform-vector-ref): Exercise byte returns.
8f094b97 240 (array-fill!): Exercise byte range and type checks.
bcb88c93 241
759aa8f9
MV
2422004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
243
244 * standalone/test-num2integral.c: Only perform the tests when the
245 disabled features are enabled.
246
247 * standalone/test-conversion.c (test_to_double, test_from_double):
248 New tests.
249
71234d0c
KR
2502004-08-02 Kevin Ryde <user42@zip.com.au>
251
252 * tests/srfi-13.test (string-every): Check empty string case.
253
58f28989
KR
2542004-07-31 Kevin Ryde <user42@zip.com.au>
255
256 * tests/filesys.test: New file, exercising copy-file.
257 * Makefile.am (SCM_TESTS): Add it.
258
315158a8
MV
2592004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
260
261 * standalone/test-conversion.c: Many more tests for the integer
262 conversion functions.
263
081c1b24
KR
2642004-07-28 Kevin Ryde <user42@zip.com.au>
265
266 * tests/regexp.test (make-regexp): Exercise flags args validation.
267
32b435f2
KR
268 * tests/unif.test (array-set!): Exercise svect value range check.
269
6364df34
KR
2702004-07-24 Kevin Ryde <user42@zip.com.au>
271
272 * tests/common-list.test: Use define-module, to as not to import
273 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
274 warning).
275
276 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
277 suppress warnings about current-time and raise replacing core bindings.
278
ae13e8e1
KR
2792004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
280
281 * tests/format.test (~{): Test no arbitrary iteration limit.
282
0523f1c0
MV
2832004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
284
285 * standalone/test-conversion.c (test_is_signed_integer,
286 test_is_unsigned_integer): Expect inexact integers to fail.
287
677104a6
KR
2882004-07-10 Kevin Ryde <user42@zip.com.au>
289
290 * tests/hash.test: New file.
291 * Makefile.am (SCM_TESTS): Add it.
292
aacc8318
MV
2932004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
294
295 * standalone/test-unwind.c: Use scm_from_int instead of
296 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
297
c9eb03bb
MV
2982004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
299
300 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
301 etc, they are now provided by libuile.h.
302 (test_int_sizes): New.
303
9b5eee30
MV
3042004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
305
306 * standalone/test-num2integral.c, standalone/test-unwind.c:
307 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
308 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
309 scm_from_bool, and scm_is_bool, respectively.
310
311 * standalone/Makefile.am: Added test-conversion to the TESTS.
312
313 * standalone/test-conversion.c: New file.
314
6293838c
RB
3152004-06-20 Rob Browning <rlb@defaultvalue.org>
316
317 * tests/srfi-31.test: new test for SRFI-31.
318
319 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
320
c10b894e
MV
3212004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
322
323 * tests/numbers.test (number->string): Some results might differ
324 between versions of Guile compiled optimized and unoptimized.
325 Both results are accepted now.
326
aa498d0c
DH
3272004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
328
329 * tests/syntax.test: Added various tests to check that
330 unmemoization works correctly.
331
845087a4
KR
3322004-05-30 Kevin Ryde <user42@zip.com.au>
333
334 * lib.scm (exception:numerical-overflow): New define.
335 * tests/numbers.test (modulo-expt): Use it and
336 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
337