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