(round): Add some fraction cases.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
9b60e16f
KR
12005-04-02 Kevin Ryde <user42@zip.com.au>
2
3 * tests/srfi-1.test (lset-union): More tests.
4
3c4eabbe
KR
52005-03-26 Kevin Ryde <user42@zip.com.au>
6
7 * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
8
e96f5ee7
KR
92005-03-18 Kevin Ryde <user42@zip.com.au>
10
4bc6f1c6
KR
11 * tests/srfi-1.test (filter-map): More tests.
12
e96f5ee7
KR
13 * tests/srfi-17.test: A few more tests from the 1.6 branch.
14
44981fcb
KR
152005-03-16 Kevin Ryde <user42@zip.com.au>
16
56b92514
KR
17 * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
18 take-right): New tests.
44981fcb 19
b1d5e700
KR
202005-03-14 Kevin Ryde <user42@zip.com.au>
21
22 * tests/srfi-1.test (find, find-tail, lset-union): New tests.
23 (lset-adjoin): Corrections to some tests.
24
938d9909
KR
252005-03-13 Kevin Ryde <user42@zip.com.au>
26
27 * tests/numbers.test (=): Exercise inum/flonum cases that used to
28 round on 64-bit systems.
29
30 * tests/numbers.test (logior): New tests, exercising negative bignums
31 reducing to inum.
32
33 * tests/srfi-60.test: New file.
34 * Makefile.am (SCM_TESTS): Add it.
35
a81b8618
MV
362005-03-02 Marius Vollmer <marius.vollmer@uni-dortmund.de>
37
38 * tests/threads.test: Only test when 'threads are provided.
39
57491e85
KR
402005-02-21 Kevin Ryde <user42@zip.com.au>
41
42 * tests/numbers.test (string->number): Exercise polar form with
43 invalid angle.
44
85c981f6
KR
452005-02-18 Kevin Ryde <user42@zip.com.au>
46
47 * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
48 among args cast out.
49
f7fb2f39
RB
502005-02-12 Rob Browning <rlb@defaultvalue.org>
51
52 * standalone/test-require-extension: new test script.
53
54 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
55 (TESTS): add test-require-extension.
56
3087a981
KR
572005-02-12 Kevin Ryde <user42@zip.com.au>
58
59 * tests/srfi-1.test (reduce, reduce-right): New tests.
60
8ff01742
KR
612005-02-11 Kevin Ryde <user42@zip.com.au>
62
63 * tests/fractions.test (ash): Remove tests of ash on fractions, not
64 supported after scm_ash rewrite.
65
cbec54af
KR
662005-02-04 Kevin Ryde <user42@zip.com.au>
67
68 * tests/srfi-1.test (list=): New tests.
69
38c3534c
KR
702005-01-29 Kevin Ryde <user42@zip.com.au>
71
72 * tests/numbers.test (ash): New tests.
73
83743da0 74 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
38c3534c 75
4d38e6f0
KR
762005-01-28 Kevin Ryde <user42@zip.com.au>
77
78 * tests/syntax.test (while): Tests running in empty environment are
79 now "unresolved" due to workaround in while implementation.
80
edfc07b3
KR
812005-01-24 Kevin Ryde <user42@zip.com.au>
82
be1b896c
KR
83 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
84 avoid warning from gcc 3.4 on 64-bit systems about casting int
85 (32-bits) to pointer (64-bits).
86
edfc07b3
KR
87 * tests/srfi-1.test (lset=, member): New tests.
88
2a1ee5cd
KR
892005-01-12 Kevin Ryde <user42@zip.com.au>
90
91 * tests/srfi-39.test (current-input-port, current-output-port,
92 current-error-port): New tests.
93
74c58fce
MV
942005-01-10 Marius Vollmer <mvo@zagadka.de>
95
96 * tests/unif.test (exception:wrong-num-indices): New, use it for
97 array-set! tests with wrong number of indices.
98
f01fe441
MV
992005-01-07 Marius Vollmer <mvo@zagadka.de>
100
101 * tests/srfi-4.test: Use (test-suite lib) module.
102
2aaf5726
MV
1032005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
104
105 * tests/unif.test (have-llvect?): Removed, Scheme code will always
106 have u64 and s64 uniform vectors.
107
34ae52fc
MV
1082005-01-05 Marius Vollmer <mvo@zagadka.de>
109
110 * tests/unif.test: Use *unspecified* instead of #f to get an
111 uninitialized array.
112
f1fd6418
KR
1132005-01-04 Kevin Ryde <user42@zip.com.au>
114
115 * tests/ramap.test: New file, test array-map!.
116 * Makefile.am (SCM_TESTS): Add it.
117
5be5e699
MV
1182005-01-02 Marius Vollmer <mvo@zagadka.de>
119
120 * tests/unif.test: Rewritten for new 'typed' approach to uniform
121 arrays.
122
123 * tests/sort.test: New tests, especially for sorting non-contigous
124 and negative-incrementing vectors.
125
af113331
KR
1262005-01-02 Kevin Ryde <user42@zip.com.au>
127
128 * tests/srfi-39.test: Use define-module to keep bindings from
129 subsequent tests, use test-suite lib for stand-alone checking.
130
131 * Makefile.am (SCM_TESTS): Add srfi-39.test.
132
d241f86a
NJ
1332004-12-27 Neil Jerram <neil@ossau.uklinux.net>
134
135 * tests/continuations.test (continuations): Moved continuation /
136 stack tests here, and added save and restore of debug options.
137
49c51610
MV
1382004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
139
140 * tests/eval.test: News tests for making stacks from
141 continuations. From Neil Jerram.
142
86347b2b
KR
1432004-12-10 Kevin Ryde <user42@zip.com.au>
144
145 * tests/socket.test (inet-pton): New tests.
146
6d7db381
KR
1472004-12-06 Kevin Ryde <user42@zip.com.au>
148
b9e1ef08
KR
149 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
150 tests.
6d7db381 151
b8024707
KR
1522004-12-05 Kevin Ryde <user42@zip.com.au>
153
154 * tests/srfi-1.test (append-map, filter-map): New tests.
155
d550e35f
MV
1562004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
157
158 * tests/unif.test: Replaced uniform-array-set1! with just
159 array-set!. Do not check improper index lists, which can't arise
160 with uarray-set!. Use "#s16()" instead of "#h()".
161
bb9f50ae
MV
1622004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
163
164 * tests/unif.test: Removed tests that tried to store a character
165 into a byte vector, which no longer works. Characters are not
166 bytes.
167
c454c4e6
DH
1682004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
169
170 * tests/syntax.test: Added tests for unmemoization.
171
6a0813c3
MV
1722004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
173
174 * tests/strings.test (string-set!): Explicitely construct
175 read-only string. String literals are not yet read-only.
176
818deb11
MV
1772004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
178
179 * tests/unif.test (array-equal?): New test.
180
d748089e
KR
1812004-09-29 Kevin Ryde <user42@zip.com.au>
182
183 * tests/regexp.test (match:string): New tests.
184
e5c2d5c8
KR
1852004-09-26 Kevin Ryde <user42@zip.com.au>
186
187 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
188 let-optional*): Add tests of internal defines when no bindings.
189
effad639
MV
1902004-09-25 Marius Vollmer <mvo@zagadka.de>
191
192 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
193 instead of LDFLAGS; the latter is a user variable.
194
ad7de4b8
MV
1952004-09-24 Marius Vollmer <mvo@zagadka.de>
196
197 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
198 GUILE_CFLAGS.
199
c9fedf8a
MV
2002004-09-23 Marius Vollmer <mvo@zagadka.de>
201
202 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
203 Accept new wording.
204
77d0383a
MV
2052004-09-22 Marius Vollmer <mvo@zagadka.de>
206
207 * tests/ports.test ("string ports"): Copy string literal so that
208 it can be modified.
209 * tests/srfi-13.test ("string-copy!"): Likewise.
210 * tests/strings.test ("substring/shared"): Likewise.
211
1c923ba7
KR
2122004-09-09 Kevin Ryde <user42@zip.com.au>
213
214 * tests/streams.test: New file.
215
0b49c645
MV
2162004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
217
218 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
219 exact result, use (expt 1/2 2) instead.
220
05414844
KR
2212004-09-08 Kevin Ryde <user42@zip.com.au>
222
223 * tests/ports.test (port-column): Further tests, of new \a \b \r.
224
5de12658
KR
2252004-09-07 Kevin Ryde <user42@zip.com.au>
226
227 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
228 (integer?): Exercise nan and +/-inf.
229
230 * tests/time.test (gmtime, strptime): New tests, but unresolved.
231 (internal-time-units-per-second): New test.
232
df47ddf0
KR
2332004-09-02 Kevin Ryde <user42@zip.com.au>
234
235 * tests/format.test (~@d): New tests.
b8d95267 236 New tests of excess arguments now ignored.
df47ddf0 237
7dd381c5
KR
2382004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
239
240 * tests/gc.test: Exercise record in weak-values hash table, exposing a
241 problem in 1.6.4 gc, but believed fixed by other changes in the head.
242
d9eb2d67
MV
2432004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
244
245 * tests/srfi-13.test (module-peek): Removed, this kluge is no
246 longer necessary.
247
c581203a
KR
2482004-08-27 Kevin Ryde <user42@zip.com.au>
249
250 * tests/regexp.test (regexp-quote): New tests.
251
3fa36d58
KR
252 * tests/srfi-31.test: Use define-module to keep bindings out of
253 further tests. Use-module (test-suite lib) for stand-alone operation.
254 (rec): Exercise bad args.
255
4b0ad1f4
KR
2562004-08-25 Kevin Ryde <user42@zip.com.au>
257
258 * tests/and-let-star.test: More tests, in particular exercise #t
259 result on empty body.
260
c5080b51
MV
2612004-08-25 Marius Vollmer <mvo@zagadka.de>
262
263 * tests/strings.test: Two more tests for double indirect substring
264 modification.
265
5e466273
MV
2662004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
267
268 * lib.scm (exception:used-before-define): New.
269 * tests/syntax.test ("letrec"): Use it.
270
d4f76919
KR
2712004-08-20 Kevin Ryde <user42@zip.com.au>
272
273 * tests/posix.test (mkstemp!): New tests.
274
cf3dd949
MV
2752004-08-20 Marius Vollmer <mvo@zagadka.de>
276
277 * tests/strings.test: Two tests for substring/shared. Also, use
278 (test-suite lib).
279
b2988f46
MV
2802004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
281
282 * standalone/test-conversion.c, standalone/test-gh.c,
283 standalone/test-unwind.c: Avoid the use of discouraged or
284 deprecated things.
285
b1fbeb53
KR
2862004-08-18 Kevin Ryde <user42@zip.com.au>
287
a158acd1
KR
288 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
289 New files.
290 * Makefile.am (SCM_TESTS): Add them.
291
52d1e968
KR
292 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
293 be #f, according to R5RS.
294
bc97364a
MV
2952004-08-15 Marius Vollmer <mvo@zagadka.de>
296
297 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
298
3ff0e986
KR
2992004-08-14 Kevin Ryde <user42@zip.com.au>
300
301 * tests/srfi-13.test (string-any, string-every): Exercise char and
302 charset predicate cases.
303
8d3fd10b
MV
3042004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
305
44825fff
MV
306 * standalone/test-conversion.c (test_locale_strings): New.
307
8d3fd10b
MV
308 * standalone/test-round.c: Replaced all uses of scm_round with
309 scm_c_round.
310
636d4be5
KR
3112004-08-09 Kevin Ryde <user42@zip.com.au>
312
313 * tests/slib.test: New file.
314 * Makefile.am (SCM_TESTS): Add it.
315
bcb88c93
KR
3162004-08-06 Kevin Ryde <user42@zip.com.au>
317
318 * tests/unif.test (array-set!): Exercise byte array range checks.
319 (uniform-vector-ref): Exercise byte returns.
8f094b97 320 (array-fill!): Exercise byte range and type checks.
bcb88c93 321
759aa8f9
MV
3222004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
323
324 * standalone/test-num2integral.c: Only perform the tests when the
325 disabled features are enabled.
326
327 * standalone/test-conversion.c (test_to_double, test_from_double):
328 New tests.
329
71234d0c
KR
3302004-08-02 Kevin Ryde <user42@zip.com.au>
331
332 * tests/srfi-13.test (string-every): Check empty string case.
333
58f28989
KR
3342004-07-31 Kevin Ryde <user42@zip.com.au>
335
336 * tests/filesys.test: New file, exercising copy-file.
337 * Makefile.am (SCM_TESTS): Add it.
338
315158a8
MV
3392004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
340
341 * standalone/test-conversion.c: Many more tests for the integer
342 conversion functions.
343
081c1b24
KR
3442004-07-28 Kevin Ryde <user42@zip.com.au>
345
346 * tests/regexp.test (make-regexp): Exercise flags args validation.
347
32b435f2
KR
348 * tests/unif.test (array-set!): Exercise svect value range check.
349
6364df34
KR
3502004-07-24 Kevin Ryde <user42@zip.com.au>
351
352 * tests/common-list.test: Use define-module, to as not to import
353 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
354 warning).
355
356 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
357 suppress warnings about current-time and raise replacing core bindings.
358
ae13e8e1
KR
3592004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
360
361 * tests/format.test (~{): Test no arbitrary iteration limit.
362
0523f1c0
MV
3632004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
364
365 * standalone/test-conversion.c (test_is_signed_integer,
366 test_is_unsigned_integer): Expect inexact integers to fail.
367
677104a6
KR
3682004-07-10 Kevin Ryde <user42@zip.com.au>
369
370 * tests/hash.test: New file.
371 * Makefile.am (SCM_TESTS): Add it.
372
aacc8318
MV
3732004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
374
375 * standalone/test-unwind.c: Use scm_from_int instead of
376 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
377
c9eb03bb
MV
3782004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
379
380 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
381 etc, they are now provided by libuile.h.
382 (test_int_sizes): New.
383
9b5eee30
MV
3842004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
385
386 * standalone/test-num2integral.c, standalone/test-unwind.c:
387 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
388 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
389 scm_from_bool, and scm_is_bool, respectively.
390
391 * standalone/Makefile.am: Added test-conversion to the TESTS.
392
393 * standalone/test-conversion.c: New file.
394
6293838c
RB
3952004-06-20 Rob Browning <rlb@defaultvalue.org>
396
397 * tests/srfi-31.test: new test for SRFI-31.
398
399 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
400
c10b894e
MV
4012004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
402
403 * tests/numbers.test (number->string): Some results might differ
404 between versions of Guile compiled optimized and unoptimized.
405 Both results are accepted now.
406
aa498d0c
DH
4072004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
408
409 * tests/syntax.test: Added various tests to check that
410 unmemoization works correctly.
411
845087a4
KR
4122004-05-30 Kevin Ryde <user42@zip.com.au>
413
414 * lib.scm (exception:numerical-overflow): New define.
415 * tests/numbers.test (modulo-expt): Use it and
416 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
417