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