*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
07921c76
RB
12003-04-07 Rob Browning <rlb@defaultvalue.org>
2
3 * Makefile.am (SUBDIRS): add standalone.
4
5 * guile-test: added "Running test FOO" output by default. There
6 may be a good reason to remove this, but the output can be helpful
7 in determining where a failure occurred.
8
9 * standalone/test-num2integral.c: new test -- one new regression
10 check.
11
12 * standalone/test-gh.c: new test code (migrated from
13 tests/c-api/) -- a trivial start.
14
15 * standalone/test-asmobs-lib.c: new test script (migrated from
16 tests/asmobs/).
17
18 * standalone/test-asmobs: new test script.
19
20 * standalone/README: new file.
21
22 * standalone/Makefile.am: new file.
23
24 * standalone/.cvsignore: new file.
25
26 * tests/asmobs/Makefile: removed (functionality is now in standalone/).
27
28 * tests/asmobs/README: removed (functionality is now in standalone/).
29
30 * tests/asmobs/asmobs-test.scm: removed (functionality is now in
31 standalone/).
32
33 * tests/asmobs/asmobs.c: removed (functionality is now in standalone/).
34
35 * tests/asmobs/: removed (functionality is now in standalone/).
36
37 * tests/c-api/strings.c: add a note to the source about this code
38 being unused.
39
73be1d9e
MV
402003-04-05 Marius Vollmer <mvo@zagadka.de>
41
42 * Changed license terms to the plain LGPL thru-out.
43
122cf9a5
RB
442003-03-24 Rob Browning <rlb@defaultvalue.org>
45
46 * tests/numbers.test: added tests (some simple) for various funcs.
47 ("odd?"): added tests.
48 ("even?"): added tests.
49 ("nan?"): added tests.
50 ("abs"): added tests.
51 ("lcm"): added tests.
52 ("number->string"): added tests.
53 ("number?"): added tests.
54 ("complex?"): added tests.
55 ("real?"): added tests.
56 ("rational?"): added tests.
57 ("integer?"): added tests.
58 ("inexact?"): added tests.
59 ("="): added tests.
60 ("zero?"): added tests.
61 ("positive?"): added tests.
62 ("negative?"): added tests.
63
64 * lib.scm (pass-if): allow really simple tests where the test code
65 is also the name like (pass-if (even? 2)).
66 (expect-fail): allow really simple tests where the test code is
67 also the test name like (expect-fail (even? 2)).
68
b80e1b5c
MV
692003-03-19 Marius Vollmer <mvo@zagadka.de>
70
71 * tests/format.test ("format basic output"): Added test for "~F"
72 from Matthias Koeppe.
73
cbbeea66
MD
742003-02-19 Mikael Djurfeldt <djurfeldt@nada.kth.se>
75
76 * tests/elisp.test: Use module (ice-9 weak-vector).
77
78 * tests/weaks.test: Use module (ice-9 weak-vector).
79
b2cbe8d8
RB
802002-12-08 Rob Browning <rlb@defaultvalue.org>
81
82 * tests/version.test: test (effective-version).
83
d2864c8a
NJ
842002-11-06 Neil Jerram <neil@ossau.uklinux.net>
85
86 * tests/options.test: New.
87
9bc54879
RB
882002-10-04 Rob Browning <rlb@defaultvalue.org>
89
90 * tests/numbers.test ("expt"): add tests.
91
6b61da18
MV
922002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
93
94 * Makefile.am (dist-hook): Do not distribute CVS directories.
95 Thanks to Greg Troxel!
96
ba1b2226
HWN
972002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
98
99 * tests/reader.test: change misc-error in read-error.
100
33e04d54
DH
1012002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
102
103 * tests/goops.test: Added tests for define-generic and
104 define-accessor.
105
9f045403
DH
1062002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
107
108 * tests/goops.test: Added tests for define-class.
109
1ee34062
MV
1102002-05-07 Marius Vollmer <mvo@zagadka.ping.de>
111
112 * tests/numbers.test (/): Expect divison by an inexact zero to
113 yield +inf.0.
114
45845efe
MV
1152002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
116
2a7461f5
MV
117 * tests/regexp.test (regexp-substitute/global): Do not test with
118 empty regexp. Empty regexps do not work on NetBSD.
119
45845efe
MV
120 * tests/syncase.test (basic syncase macro): Added.
121
54d4ac1f
MV
1222002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
123
124 * tests/srfi-13.test (string-tokenize): Updated for fixed
125 semantics.
126
3c540af4
MV
1272002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
128
129 * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute
130 directories manually.
131
ecb471f9
TTN
1322002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
133
134 * guile-test (main): Handle `--flag-unresolved'. No longer set
135 exit value to #f unconditionally on UNRESOLVED results.
e383ab49 136 (for-each-file): Do not recurse into "CVS" or "RCS" subdirs.
ecb471f9 137
a64e6669
NJ
1382002-02-08 Neil Jerram <neil@ossau.uklinux.net>
139
140 * tests/elisp.test: Add tests of Elisp expression evaluation.
141
bbd26b5a
NJ
1422002-01-25 Neil Jerram <neil@ossau.uklinux.net>
143
144 * tests/load.test: New test; for search-path with Elisp
145 nil-terminated lists for PATH and EXTENSIONS.
146
147 * tests/elisp.test: More tests for Scheme primitives that should
148 accept Elisp nil-terminated lists.
149
962b1f0b
NJ
1502002-01-24 Neil Jerram <neil@ossau.uklinux.net>
151
152 * tests/elisp.test: More new tests for the Elisp nil value.
153
04bb321a
NJ
1542002-01-22 Neil Jerram <neil@ossau.uklinux.net>
155
156 * Makefile.am (SCM_TESTS): Added elisp.test.
157
158 * tests/elisp.test: New file.
159
80074d77
DH
1602001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
161
162 * tests/numbers.test: Added more division by zero tests.
163
1b3a7932
DH
1642001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
165
166 * tests/numbers.test: Added division by zero tests.
167
7171f1ab
DH
1682001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
169
170 * tests/syntax.test: Added some tests, updated some others with
171 respect to recent changes in eval.c. Further, extracted test
172 cases for guile's extended set! functionality to srfi-17.test.
173
174 * tests/srfi-17.test: New file.
175
8f99e3f3
SJ
1762001-11-04 Stefan Jahn <stefan@lkcc.org>
177
178 * tests/ports.test: Run (close-port) before (delete-file) if
179 necessary/advisory.
180
2b6b5908
DH
1812001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
182
183 * tests/eval.test: Added tests for promises.
184
1a179b03
MD
1852001-10-21 Mikael Djurfeldt <mdj@linnaeus>
186
187 * lib.scm: Move module the system directives `export',
188 `export-syntax', `re-export' and `re-export-syntax' into the
189 `define-module' form. This is the recommended way of exporting
190 bindings.
191
b461abe7
DH
1922001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
193
194 * tests/syntax.test: Added test cases for 'cond =>' syntax with
195 else clause. Changed some tests and comments related to the
196 'case' form to reflect recent changes in the implementation.
197
ea6c2147
DH
1982001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
199
200 * tests/syntax.test: Added test cases for 'lambda' syntax.
201
27a22666
DH
2022001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
203
204 * tests/syntax.test: Added test cases for 'case' syntax.
205
b7d9b1cf
DH
2062001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
207
208 * tests/numbers.test: Added a test case that checks if valid
209 number strings are transformed correctly by string->number.
210
0b073f0f
RB
2112001-09-21 Rob Browning <rlb@defaultvalue.org>
212
213 * tests/numbers.test (fixnum-bit): compute dynamically.
214
215 * tests/bit-operations.test (fixnum-bit): compute dynamically.
216
95e2cd37
TTN
2172001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
218
219 * tests/getopt-long.test ("apples-blimps-catalexis example",
220 "multiple occurances"): New top-level sections.
221
569c483b
DH
2222001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
223
224 * tests/numbers.test: Made some of the patterns better readable.
225
6fdad5dc
TTN
2262001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
227
228 * tests/srfi-19.test (test-time-comparision,
229 test-time-arithmatic): New procs.
230
231 Add time comparison tests using new procs.
232 Thanks to Alex Shinn.
233
b573e744
MV
2342001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
235
236 * tests/dynamic-scope.test: New file.
237
e9313ed7
TTN
2382001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
239
240 * tests/srfi-13.test (string-for-each, string-for-each-index):
241 Add tests. (Thanks to Alex Shinn.)
242
80fdeb4e
MD
2432001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
244
245 * tests/srfi-13.test (string-map): Swapped order of string and
246 proc args to conform with the srfi. (Thanks to Alex Shinn.)
247
c3597bc4
TTN
2482001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
249
250 * tests/getopt-long.test (exception:no-such-option,
251 exception:option-does-not-support-arg,
252 exception:option-must-be-specified,
253 exception:option-must-have-arg, exception:not-enough-args):
254 New vars.
255
256 ("option-ref", "required", "specified no value, given anyway",
257 "specified arg required"): New top-level sections.
258
2f4a254a
DH
2592001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
260
261 * tests/numbers.test: Added Some syntax tests for
262 string->number.
263
284774f3
MV
2642001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
265
266 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
267 "SCM_TESTS". This has special meaning to automake. How many
268 tries left to get this right, mvo?
269
5f099933
MV
2702001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
271
272 * Makefile.am (TESTS): List tests explicitely instead of using a
273 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
274
b754e3d1
MV
2752001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
276
277 * Makefile.am: New file, to control distribution of the
278 test-suite.
279
ed9ef462
TTN
2802001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
281
282 * tests/getopt-long.test: New file.
283
9b974335
TTN
2842001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
285
286 * lib.scm (run-test-exception): Add special handling for
287 `error'-generated exceptions, which pass key `misc-error' and
288 leave messages unformatted.
289
96e30d2a
MG
2902001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
291
292 * tests/alist.test, tests/bit-operations.test,
293 tests/common-list.test, tests/environments.test, tests/eval.test,
294 tests/gc.test, tests/hooks.test, tests/import.test,
295 tests/interp.test, tests/list.test, tests/load.test,
296 tests/numbers.test, tests/ports.test, tests/r4rs.test,
297 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
298 copyright notice.
299
072ad0fe
MG
3002001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
301
302 * tests/srfi-14.test: New file.
303
22647fef
MV
3042001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
305
306 * tests/import.test: New file.
307
bdd2c6f4
DH
3082001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
309
310 * tests/goops.test: Started with some real tests.
311
0e3817d7
DH
3122001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
313
314 * guile-test: Use module (ice-9 rdelim).
315
39cb0b04
MG
3162001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
317
318 * tests/srfi-4.test: New file.
319
eb6c2de8
MV
3202001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
321
322