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