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