(1+, 1-): New tests.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
bd6795e9
KR
12005-04-11 Kevin Ryde <user42@zip.com.au>
2
3 * tests/srfi-13.test (string-concatenate, string-concatenate/shared):
4 New tests.
5
9b60e16f
KR
62005-04-02 Kevin Ryde <user42@zip.com.au>
7
88fb3e46
KR
8 * tests/numbers.test (round): Add some fraction cases.
9
9b60e16f
KR
10 * tests/srfi-1.test (lset-union): More tests.
11
3c4eabbe
KR
122005-03-26 Kevin Ryde <user42@zip.com.au>
13
14 * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
15
e96f5ee7
KR
162005-03-18 Kevin Ryde <user42@zip.com.au>
17
4bc6f1c6
KR
18 * tests/srfi-1.test (filter-map): More tests.
19
e96f5ee7
KR
20 * tests/srfi-17.test: A few more tests from the 1.6 branch.
21
44981fcb
KR
222005-03-16 Kevin Ryde <user42@zip.com.au>
23
56b92514
KR
24 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
25 take-right): New tests.
44981fcb 26
b1d5e700
KR
272005-03-14 Kevin Ryde <user42@zip.com.au>
28
29 * tests/srfi-1.test (find, find-tail, lset-union): New tests.
30 (lset-adjoin): Corrections to some tests.
31
938d9909
KR
322005-03-13 Kevin Ryde <user42@zip.com.au>
33
34 * tests/numbers.test (=): Exercise inum/flonum cases that used to
35 round on 64-bit systems.
36
37 * tests/numbers.test (logior): New tests, exercising negative bignums
38 reducing to inum.
39
40 * tests/srfi-60.test: New file.
41 * Makefile.am (SCM_TESTS): Add it.
42
a81b8618
MV
432005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
44
45 * tests/threads.test: Only test when 'threads are provided.
46
57491e85
KR
472005-02-21 Kevin Ryde <user42@zip.com.au>
48
49 * tests/numbers.test (string->number): Exercise polar form with
50 invalid angle.
51
85c981f6
KR
522005-02-18 Kevin Ryde <user42@zip.com.au>
53
54 * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
55 among args cast out.
56
f7fb2f39
RB
572005-02-12 Rob Browning <rlb@defaultvalue.org>
58
59 * standalone/test-require-extension: new test script.
60
61 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
62 (TESTS): add test-require-extension.
63
3087a981
KR
642005-02-12 Kevin Ryde <user42@zip.com.au>
65
66 * tests/srfi-1.test (reduce, reduce-right): New tests.
67
8ff01742
KR
682005-02-11 Kevin Ryde <user42@zip.com.au>
69
70 * tests/fractions.test (ash): Remove tests of ash on fractions, not
71 supported after scm_ash rewrite.
72
cbec54af
KR
732005-02-04 Kevin Ryde <user42@zip.com.au>
74
75 * tests/srfi-1.test (list=): New tests.
76
38c3534c
KR
772005-01-29 Kevin Ryde <user42@zip.com.au>
78
79 * tests/numbers.test (ash): New tests.
80
83743da0 81 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
38c3534c 82
4d38e6f0
KR
832005-01-28 Kevin Ryde <user42@zip.com.au>
84
85 * tests/syntax.test (while): Tests running in empty environment are
86 now "unresolved" due to workaround in while implementation.
87
edfc07b3
KR
882005-01-24 Kevin Ryde <user42@zip.com.au>
89
be1b896c
KR
90 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
91 avoid warning from gcc 3.4 on 64-bit systems about casting int
92 (32-bits) to pointer (64-bits).
93
edfc07b3
KR
94 * tests/srfi-1.test (lset=, member): New tests.
95
2a1ee5cd
KR
962005-01-12 Kevin Ryde <user42@zip.com.au>
97
98 * tests/srfi-39.test (current-input-port, current-output-port,
99 current-error-port): New tests.
100
74c58fce
MV
1012005-01-10 Marius Vollmer <mvo@zagadka.de>
102
103 * tests/unif.test (exception:wrong-num-indices): New, use it for
104 array-set! tests with wrong number of indices.
105
f01fe441
MV
1062005-01-07 Marius Vollmer <mvo@zagadka.de>
107
108 * tests/srfi-4.test: Use (test-suite lib) module.
109
2aaf5726
MV
1102005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
111
112 * tests/unif.test (have-llvect?): Removed, Scheme code will always
113 have u64 and s64 uniform vectors.
114
34ae52fc
MV
1152005-01-05 Marius Vollmer <mvo@zagadka.de>
116
117 * tests/unif.test: Use *unspecified* instead of #f to get an
118 uninitialized array.
119
f1fd6418
KR
1202005-01-04 Kevin Ryde <user42@zip.com.au>
121
122 * tests/ramap.test: New file, test array-map!.
123 * Makefile.am (SCM_TESTS): Add it.
124
5be5e699
MV
1252005-01-02 Marius Vollmer <mvo@zagadka.de>
126
127 * tests/unif.test: Rewritten for new 'typed' approach to uniform
128 arrays.
129
130 * tests/sort.test: New tests, especially for sorting non-contigous
131 and negative-incrementing vectors.
132
af113331
KR
1332005-01-02 Kevin Ryde <user42@zip.com.au>
134
135 * tests/srfi-39.test: Use define-module to keep bindings from
136 subsequent tests, use test-suite lib for stand-alone checking.
137
138 * Makefile.am (SCM_TESTS): Add srfi-39.test.
139
d241f86a
NJ
1402004-12-27 Neil Jerram <neil@ossau.uklinux.net>
141
142 * tests/continuations.test (continuations): Moved continuation /
143 stack tests here, and added save and restore of debug options.
144
49c51610
MV
1452004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
146
147 * tests/eval.test: News tests for making stacks from
148 continuations. From Neil Jerram.
149
86347b2b
KR
1502004-12-10 Kevin Ryde <user42@zip.com.au>
151
152 * tests/socket.test (inet-pton): New tests.
153
6d7db381
KR
1542004-12-06 Kevin Ryde <user42@zip.com.au>
155
b9e1ef08
KR
156 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
157 tests.
6d7db381 158
b8024707
KR
1592004-12-05 Kevin Ryde <user42@zip.com.au>
160
161 * tests/srfi-1.test (append-map, filter-map): New tests.
162
d550e35f
MV
1632004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
164
165 * tests/unif.test: Replaced uniform-array-set1! with just
166 array-set!. Do not check improper index lists, which can't arise
167 with uarray-set!. Use "#s16()" instead of "#h()".
168
bb9f50ae
MV
1692004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
170
171 * tests/unif.test: Removed tests that tried to store a character
172 into a byte vector, which no longer works. Characters are not
173 bytes.
174
c454c4e6
DH
1752004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
176
177 * tests/syntax.test: Added tests for unmemoization.
178
6a0813c3
MV
1792004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
180
181 * tests/strings.test (string-set!): Explicitely construct
182 read-only string. String literals are not yet read-only.
183
818deb11
MV
1842004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
185
186 * tests/unif.test (array-equal?): New test.
187
d748089e
KR
1882004-09-29 Kevin Ryde <user42@zip.com.au>
189
190 * tests/regexp.test (match:string): New tests.
191
e5c2d5c8
KR
1922004-09-26 Kevin Ryde <user42@zip.com.au>
193
194 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
195 let-optional*): Add tests of internal defines when no bindings.
196
effad639
MV
1972004-09-25 Marius Vollmer <mvo@zagadka.de>
198
199 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
200 instead of LDFLAGS; the latter is a user variable.
201
ad7de4b8
MV
2022004-09-24 Marius Vollmer <mvo@zagadka.de>
203
204 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
205 GUILE_CFLAGS.
206
c9fedf8a
MV
2072004-09-23 Marius Vollmer <mvo@zagadka.de>
208
209 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
210 Accept new wording.
211
77d0383a
MV
2122004-09-22 Marius Vollmer <mvo@zagadka.de>
213
214 * tests/ports.test ("string ports"): Copy string literal so that
215 it can be modified.
216 * tests/srfi-13.test ("string-copy!"): Likewise.
217 * tests/strings.test ("substring/shared"): Likewise.
218
1c923ba7
KR
2192004-09-09 Kevin Ryde <user42@zip.com.au>
220
221 * tests/streams.test: New file.
222
0b49c645
MV
2232004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
224
225 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
226 exact result, use (expt 1/2 2) instead.
227
05414844
KR
2282004-09-08 Kevin Ryde <user42@zip.com.au>
229
230 * tests/ports.test (port-column): Further tests, of new \a \b \r.
231
5de12658
KR
2322004-09-07 Kevin Ryde <user42@zip.com.au>
233
234 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
235 (integer?): Exercise nan and +/-inf.
236
237 * tests/time.test (gmtime, strptime): New tests, but unresolved.
238 (internal-time-units-per-second): New test.
239
df47ddf0
KR
2402004-09-02 Kevin Ryde <user42@zip.com.au>
241
242 * tests/format.test (~@d): New tests.
b8d95267 243 New tests of excess arguments now ignored.
df47ddf0 244
7dd381c5
KR
2452004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
246
247 * tests/gc.test: Exercise record in weak-values hash table, exposing a
248 problem in 1.6.4 gc, but believed fixed by other changes in the head.
249
d9eb2d67
MV
2502004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
251
252 * tests/srfi-13.test (module-peek): Removed, this kluge is no
253 longer necessary.
254
c581203a
KR
2552004-08-27 Kevin Ryde <user42@zip.com.au>
256
257 * tests/regexp.test (regexp-quote): New tests.
258
3fa36d58
KR
259 * tests/srfi-31.test: Use define-module to keep bindings out of
260 further tests. Use-module (test-suite lib) for stand-alone operation.
261 (rec): Exercise bad args.
262
4b0ad1f4
KR
2632004-08-25 Kevin Ryde <user42@zip.com.au>
264
265 * tests/and-let-star.test: More tests, in particular exercise #t
266 result on empty body.
267
c5080b51
MV
2682004-08-25 Marius Vollmer <mvo@zagadka.de>
269
270 * tests/strings.test: Two more tests for double indirect substring
271 modification.
272
5e466273
MV
2732004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
274
275 * lib.scm (exception:used-before-define): New.
276 * tests/syntax.test ("letrec"): Use it.
277
d4f76919
KR
2782004-08-20 Kevin Ryde <user42@zip.com.au>
279
280 * tests/posix.test (mkstemp!): New tests.
281
cf3dd949
MV
2822004-08-20 Marius Vollmer <mvo@zagadka.de>
283
284 * tests/strings.test: Two tests for substring/shared. Also, use
285 (test-suite lib).
286
b2988f46
MV
2872004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
288
289 * standalone/test-conversion.c, standalone/test-gh.c,
290 standalone/test-unwind.c: Avoid the use of discouraged or
291 deprecated things.
292
b1fbeb53
KR
2932004-08-18 Kevin Ryde <user42@zip.com.au>
294
a158acd1
KR
295 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
296 New files.
297 * Makefile.am (SCM_TESTS): Add them.
298
52d1e968
KR
299 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
300 be #f, according to R5RS.
301
bc97364a
MV
3022004-08-15 Marius Vollmer <mvo@zagadka.de>
303
304 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
305
3ff0e986
KR
3062004-08-14 Kevin Ryde <user42@zip.com.au>
307
308 * tests/srfi-13.test (string-any, string-every): Exercise char and
309 charset predicate cases.
310
8d3fd10b
MV
3112004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
312
44825fff
MV
313 * standalone/test-conversion.c (test_locale_strings): New.
314
8d3fd10b
MV
315 * standalone/test-round.c: Replaced all uses of scm_round with
316 scm_c_round.
317
636d4be5
KR
3182004-08-09 Kevin Ryde <user42@zip.com.au>
319
320 * tests/slib.test: New file.
321 * Makefile.am (SCM_TESTS): Add it.
322
bcb88c93
KR
3232004-08-06 Kevin Ryde <user42@zip.com.au>
324
325 * tests/unif.test (array-set!): Exercise byte array range checks.
326 (uniform-vector-ref): Exercise byte returns.
8f094b97 327 (array-fill!): Exercise byte range and type checks.
bcb88c93 328
759aa8f9
MV
3292004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
330
331 * standalone/test-num2integral.c: Only perform the tests when the
332 disabled features are enabled.
333
334 * standalone/test-conversion.c (test_to_double, test_from_double):
335 New tests.
336
71234d0c
KR
3372004-08-02 Kevin Ryde <user42@zip.com.au>
338
339 * tests/srfi-13.test (string-every): Check empty string case.
340
58f28989
KR
3412004-07-31 Kevin Ryde <user42@zip.com.au>
342
343 * tests/filesys.test: New file, exercising copy-file.
344 * Makefile.am (SCM_TESTS): Add it.
345
315158a8
MV
3462004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
347
348 * standalone/test-conversion.c: Many more tests for the integer
349 conversion functions.
350
081c1b24
KR
3512004-07-28 Kevin Ryde <user42@zip.com.au>
352
353 * tests/regexp.test (make-regexp): Exercise flags args validation.
354
32b435f2
KR
355 * tests/unif.test (array-set!): Exercise svect value range check.
356
6364df34
KR
3572004-07-24 Kevin Ryde <user42@zip.com.au>
358
359 * tests/common-list.test: Use define-module, to as not to import
360 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
361 warning).
362
363 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
364 suppress warnings about current-time and raise replacing core bindings.
365
ae13e8e1
KR
3662004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
367
368 * tests/format.test (~{): Test no arbitrary iteration limit.
369
0523f1c0
MV
3702004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
371
372 * standalone/test-conversion.c (test_is_signed_integer,
373 test_is_unsigned_integer): Expect inexact integers to fail.
374
677104a6
KR
3752004-07-10 Kevin Ryde <user42@zip.com.au>
376
377 * tests/hash.test: New file.
378 * Makefile.am (SCM_TESTS): Add it.
379
aacc8318
MV
3802004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
381
382 * standalone/test-unwind.c: Use scm_from_int instead of
383 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
384
c9eb03bb
MV
3852004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
386
387 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
388 etc, they are now provided by libuile.h.
389 (test_int_sizes): New.
390
9b5eee30
MV
3912004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
392
393 * standalone/test-num2integral.c, standalone/test-unwind.c:
394 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
395 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
396 scm_from_bool, and scm_is_bool, respectively.
397
398 * standalone/Makefile.am: Added test-conversion to the TESTS.
399
400 * standalone/test-conversion.c: New file.
401
6293838c
RB
4022004-06-20 Rob Browning <rlb@defaultvalue.org>
403
404 * tests/srfi-31.test: new test for SRFI-31.
405
406 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
407
c10b894e
MV
4082004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
409
410 * tests/numbers.test (number->string): Some results might differ
411 between versions of Guile compiled optimized and unoptimized.
412 Both results are accepted now.
413
aa498d0c
DH
4142004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
415
416 * tests/syntax.test: Added various tests to check that
417 unmemoization works correctly.
418
845087a4
KR
4192004-05-30 Kevin Ryde <user42@zip.com.au>
420
421 * lib.scm (exception:numerical-overflow): New define.
422 * tests/numbers.test (modulo-expt): Use it and
423 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
424