*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
77d0383a
MV
12004-09-22 Marius Vollmer <mvo@zagadka.de>
2
3 * tests/ports.test ("string ports"): Copy string literal so that
4 it can be modified.
5 * tests/srfi-13.test ("string-copy!"): Likewise.
6 * tests/strings.test ("substring/shared"): Likewise.
7
1c923ba7
KR
82004-09-09 Kevin Ryde <user42@zip.com.au>
9
10 * tests/streams.test: New file.
11
0b49c645
MV
122004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
13
14 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
15 exact result, use (expt 1/2 2) instead.
16
05414844
KR
172004-09-08 Kevin Ryde <user42@zip.com.au>
18
19 * tests/ports.test (port-column): Further tests, of new \a \b \r.
20
5de12658
KR
212004-09-07 Kevin Ryde <user42@zip.com.au>
22
23 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
24 (integer?): Exercise nan and +/-inf.
25
26 * tests/time.test (gmtime, strptime): New tests, but unresolved.
27 (internal-time-units-per-second): New test.
28
df47ddf0
KR
292004-09-02 Kevin Ryde <user42@zip.com.au>
30
31 * tests/format.test (~@d): New tests.
b8d95267 32 New tests of excess arguments now ignored.
df47ddf0 33
7dd381c5
KR
342004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
35
36 * tests/gc.test: Exercise record in weak-values hash table, exposing a
37 problem in 1.6.4 gc, but believed fixed by other changes in the head.
38
d9eb2d67
MV
392004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
40
41 * tests/srfi-13.test (module-peek): Removed, this kluge is no
42 longer necessary.
43
c581203a
KR
442004-08-27 Kevin Ryde <user42@zip.com.au>
45
46 * tests/regexp.test (regexp-quote): New tests.
47
3fa36d58
KR
48 * tests/srfi-31.test: Use define-module to keep bindings out of
49 further tests. Use-module (test-suite lib) for stand-alone operation.
50 (rec): Exercise bad args.
51
4b0ad1f4
KR
522004-08-25 Kevin Ryde <user42@zip.com.au>
53
54 * tests/and-let-star.test: More tests, in particular exercise #t
55 result on empty body.
56
c5080b51
MV
572004-08-25 Marius Vollmer <mvo@zagadka.de>
58
59 * tests/strings.test: Two more tests for double indirect substring
60 modification.
61
5e466273
MV
622004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
63
64 * lib.scm (exception:used-before-define): New.
65 * tests/syntax.test ("letrec"): Use it.
66
d4f76919
KR
672004-08-20 Kevin Ryde <user42@zip.com.au>
68
69 * tests/posix.test (mkstemp!): New tests.
70
cf3dd949
MV
712004-08-20 Marius Vollmer <mvo@zagadka.de>
72
73 * tests/strings.test: Two tests for substring/shared. Also, use
74 (test-suite lib).
75
b2988f46
MV
762004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
77
78 * standalone/test-conversion.c, standalone/test-gh.c,
79 standalone/test-unwind.c: Avoid the use of discouraged or
80 deprecated things.
81
b1fbeb53
KR
822004-08-18 Kevin Ryde <user42@zip.com.au>
83
a158acd1
KR
84 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
85 New files.
86 * Makefile.am (SCM_TESTS): Add them.
87
52d1e968
KR
88 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
89 be #f, according to R5RS.
90
bc97364a
MV
912004-08-15 Marius Vollmer <mvo@zagadka.de>
92
93 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
94
3ff0e986
KR
952004-08-14 Kevin Ryde <user42@zip.com.au>
96
97 * tests/srfi-13.test (string-any, string-every): Exercise char and
98 charset predicate cases.
99
8d3fd10b
MV
1002004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
101
44825fff
MV
102 * standalone/test-conversion.c (test_locale_strings): New.
103
8d3fd10b
MV
104 * standalone/test-round.c: Replaced all uses of scm_round with
105 scm_c_round.
106
636d4be5
KR
1072004-08-09 Kevin Ryde <user42@zip.com.au>
108
109 * tests/slib.test: New file.
110 * Makefile.am (SCM_TESTS): Add it.
111
bcb88c93
KR
1122004-08-06 Kevin Ryde <user42@zip.com.au>
113
114 * tests/unif.test (array-set!): Exercise byte array range checks.
115 (uniform-vector-ref): Exercise byte returns.
8f094b97 116 (array-fill!): Exercise byte range and type checks.
bcb88c93 117
759aa8f9
MV
1182004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
119
120 * standalone/test-num2integral.c: Only perform the tests when the
121 disabled features are enabled.
122
123 * standalone/test-conversion.c (test_to_double, test_from_double):
124 New tests.
125
71234d0c
KR
1262004-08-02 Kevin Ryde <user42@zip.com.au>
127
128 * tests/srfi-13.test (string-every): Check empty string case.
129
58f28989
KR
1302004-07-31 Kevin Ryde <user42@zip.com.au>
131
132 * tests/filesys.test: New file, exercising copy-file.
133 * Makefile.am (SCM_TESTS): Add it.
134
315158a8
MV
1352004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
136
137 * standalone/test-conversion.c: Many more tests for the integer
138 conversion functions.
139
081c1b24
KR
1402004-07-28 Kevin Ryde <user42@zip.com.au>
141
142 * tests/regexp.test (make-regexp): Exercise flags args validation.
143
32b435f2
KR
144 * tests/unif.test (array-set!): Exercise svect value range check.
145
6364df34
KR
1462004-07-24 Kevin Ryde <user42@zip.com.au>
147
148 * tests/common-list.test: Use define-module, to as not to import
149 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
150 warning).
151
152 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
153 suppress warnings about current-time and raise replacing core bindings.
154
ae13e8e1
KR
1552004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
156
157 * tests/format.test (~{): Test no arbitrary iteration limit.
158
0523f1c0
MV
1592004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
160
161 * standalone/test-conversion.c (test_is_signed_integer,
162 test_is_unsigned_integer): Expect inexact integers to fail.
163
677104a6
KR
1642004-07-10 Kevin Ryde <user42@zip.com.au>
165
166 * tests/hash.test: New file.
167 * Makefile.am (SCM_TESTS): Add it.
168
aacc8318
MV
1692004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
170
171 * standalone/test-unwind.c: Use scm_from_int instead of
172 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
173
c9eb03bb
MV
1742004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
175
176 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
177 etc, they are now provided by libuile.h.
178 (test_int_sizes): New.
179
9b5eee30
MV
1802004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
181
182 * standalone/test-num2integral.c, standalone/test-unwind.c:
183 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
184 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
185 scm_from_bool, and scm_is_bool, respectively.
186
187 * standalone/Makefile.am: Added test-conversion to the TESTS.
188
189 * standalone/test-conversion.c: New file.
190
6293838c
RB
1912004-06-20 Rob Browning <rlb@defaultvalue.org>
192
193 * tests/srfi-31.test: new test for SRFI-31.
194
195 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
196
c10b894e
MV
1972004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
198
199 * tests/numbers.test (number->string): Some results might differ
200 between versions of Guile compiled optimized and unoptimized.
201 Both results are accepted now.
202
aa498d0c
DH
2032004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
204
205 * tests/syntax.test: Added various tests to check that
206 unmemoization works correctly.
207
845087a4
KR
2082004-05-30 Kevin Ryde <user42@zip.com.au>
209
210 * lib.scm (exception:numerical-overflow): New define.
211 * tests/numbers.test (modulo-expt): Use it and
212 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
213