*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
4faa1ea0
DH
12003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * tests/syntax.test (exception:missing/extra-expr-syntax): Fixed
4 to be unaware of whether line number information is given or not.
5
4610b011
DH
62003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
7
8 * tests/syntax.test (exception:missing/extra-expr-syntax): New,
9 introduced temporarily until all memoizers use the new way of
10 error reporting.
11
12 Adapted tests for 'if' to the new way of error reporting.
13
cc56ba80
DH
142003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
15
16 * tests/syntax.test (exception:missing-expr,
17 exception:extra-expr): New.
18
19 Adapted tests for 'begin' to the new way of error
20 reporting.
21
609a8b86
DH
222003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
23
24 * tests/syntax.test (exception:misplaced-else-clause,
25 exception:bad-cond-clause): New.
26
27 (exception:bad/missing-clauses, exception:extra-case-clause):
28 Removed.
29
30 Adapted tests for 'case' and 'cond' to the new way of error
31 reporting.
32
33 The tests that check if cond is hygienic pass now.
34
58a2510b
DH
352003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
36
37 * tests/syntax.test: Fixed and activated test of empty case label
38 support.
39
2a6f7afe
DH
402003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
41
42 * tests/syntax.test (exception:bad-expression,
43 exception:missing-clauses, exception:bad-case-clause,
44 exception:extra-case-clause, exception:bad-case-labels): New.
45
46 Added some tests and adapted tests for 'case' to the new way of
47 error reporting.
48
e6729603
DH
492003-10-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
50
51 * lib.scm (run-test-exception): Handle syntax errors.
52
7b0f1f2a
MV
532003-10-10 Marius Vollmer <mvo@zagadka.de>
54
55 * tests/numbers.test (inexact->exact): Use corrent argument order
56 for pass-if-exception. Use "+inf.0" instead of "+.inf", etc.
57
b7be48bc
KR
582003-10-09 Kevin Ryde <user42@zip.com.au>
59
9ddeb776
KR
60 * tests/numbers.test (inexact->exact): New tests.
61
b7be48bc
KR
62 * tests/poe.test: New file.
63 * Makefile.am: Add it.
64
d6e04e7c
DH
652003-10-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
66
67 * lib.scm (exception:missing-expression): New.
68
69 * tests/dynamic-scope.test, tests/eval.test,
70 tests/r5rs_pitfall.test, tests/srfi-17.test, tests/syncase.test:
71 Wrap tests in module (test-suite test-<file-name without .test>),
72 following a practice that was used on a couple of files already.
73
74 * tests/dynamic-scope.test (exception:duplicate-binding,
75 exception:bad-binding): New.
76
77 * tests/dynamic-scope.test, tests/srfi-17.test, tests/syntax.test:
78 Execute syntactically wrong tests using eval. With the upcoming
79 new memoizer this is necessary in order to postpone the syntax
80 check to the actual evaluation of the syntactically wrong form.
81
82 * tests/syntax.test: Added some test cases and modified one test
83 case.
84
39a963ee
KR
852003-10-02 Kevin Ryde <user42@zip.com.au>
86
87 * tests/ports.test (call-with-output-string): Test proc closing port.
88
8aa28a91
DH
892003-09-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
90
91 * guile-test: Wrapped in module (test-suite guile-test).
92
93 (main data-file-name test-file-name): Exported.
94
95 ((guile-user)::main): New function, wrapper for function
96 (test-suite guile-test)::main.
97
98 * tests/load.test: Wrapped in module (test-suite test-load).
99
100 * tests/ports.test: Wrapped in module (test-suite test-ports).
101
102 * tests/r4rs.test: Wrapped in module (test-suite test-r4rs).
103 Added comments about the required structure of the file itself,
104 since it is subject to some tests. Removed some now unnecessary
105 undefine operations.
106
107 * tests/syntax.test: Wrapped in module (test-suite test-syntax)
108
518a07ad
KR
1092003-09-19 Kevin Ryde <user42@zip.com.au>
110
111 * tests/popen.test: New file.
112 * Makefile.am (SCM_TESTS): Add it.
113
47ae1f0e
DH
1142003-09-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
115
116 * tests/numbers.test (equal?): Added tests.
117
118 * tests/numbers.test (=): Fixed and added some bignum related
119 tests.
120
0f008a15
KR
1212003-08-30 Kevin Ryde <user42@zip.com.au>
122
123 * tests/numbers.test (logcount): Add tests.
124
a54e06e5
KR
1252003-08-23 Kevin Ryde <user42@zip.com.au>
126
430110ee
KR
127 * tests/srfi-1.test (list-copy): New tests.
128
a54e06e5
KR
129 * tests/srfi-19.test (date-week-number): Add tests.
130
b1c60217
KR
1312003-08-22 Kevin Ryde <user42@zip.com.au>
132
133 * tests/numbers.test (-): Exercise bignum - inum.
134
2388d9af
KR
1352003-08-17 Kevin Ryde <user42@zip.com.au>
136
137 * tests/syntax.test (while): Exercise break and continue from
138 recursive nested loops.
139
d97f9b42
KR
1402003-08-14 Kevin Ryde <user42@zip.com.au>
141
142 * tests/syntax.test (while): New tests.
143
4d332f19
DH
1442003-08-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
145
146 * tests/numbers.test: Eliminated misuses of expect-fail. It
147 should only be used in cases, where guile has a known bug. It
148 should not be used in cases where an expression is expected to
149 return #f as its correct result.
150
3bcdda6a
KR
1512003-08-09 Kevin Ryde <user42@zip.com.au>
152
153 * tests/srcprop.test: New file.
154 * Makefile.am (SCM_TESTS): Add it.
155
8e5b4b9e
KR
1562003-07-29 Kevin Ryde <user42@zip.com.au>
157
158 * tests/srfi-1.test (concatenate, concatenate!): New tests.
159 (length+): New tests.
160
161 * tests/srfi-34.test: Check cond-expand srfi-34.
162
d7850c8d
KR
1632003-07-24 Kevin Ryde <user42@zip.com.au>
164
165 * tests/numbers.test (angle): New tests.
166
b1c04fe8
KR
1672003-07-18 Kevin Ryde <user42@zip.com.au>
168
169 * tests/numbers.test (*): Add complex/bignum test.
170
e7cc532b
KR
1712003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
172
173 * tests/srfi-1.test (partition): Add tests.
174
e5a74c26
KR
1752003-07-08 Kevin Ryde <user42@zip.com.au>
176
005d2366
KR
177 * tests/numbers.test (make-polar, magnitude): New tests.
178
e5a74c26 179 * tests/srfi-1.test (delete, delete!): Add more tests.
005d2366 180 (delete-duplicates, delete-duplicates!): New tests.
e5a74c26 181
1ebb8497
KR
1822003-06-21 Kevin Ryde <user42@zip.com.au>
183
184 * tests/numbers.test (truncate, round, asinh, acosh, atanh): Add some
185 tests.
186
996acdb8
KR
1872003-06-19 Kevin Ryde <user42@zip.com.au>
188
189 * tests/posix.test: New file, exercising putenv, setenv, unsetenv.
190 * tests/threads.test: New file, exercising parallel.
191 * Makefile.am (SCM_TESTS): Add them.
192
f2478375
KR
1932003-06-07 Kevin Ryde <user42@zip.com.au>
194
195 * tests/srfi-6.test: New file.
d4d694b6 196 * Makefile.am (SCM_TESTS): Add it.
f2478375 197
f5c6ec2f
DH
1982003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
199
200 * tests/chars.test: Fixed test comment. The bug that this test
201 detects was actually introduced by my patch from 2003-05-31.
202
47dbd81e
DH
2032003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
204
205 * tests/chars.test: Added test, attempting to apply a character.
206 This test will only pass if the other changes that are submitted
207 together with this patch are also applied.
208
e418bd7c
KR
2092003-06-05 Kevin Ryde <user42@zip.com.au>
210
211 * tests/numbers.test (logcount): Add a few more tests, to exercise
212 recent scm_logcount change.
213
214 * tests/reader.test (reading): Test bad # error message is formattable.
215
e757438d
DH
2162003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
217
218 * tests/pairs.test: Added.
219
7673cf68
DH
2202003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
221
222 * tests/vectors.test: Added.
223
6d63297b
DH
2242003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
225
226 * tests/guardians.test: Uses module (ice-9 weak-vector).
227
e46083d5
DH
2282003-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
229
230 * lib.scm: Documented the short form for pass-if and expect-fail.
231
232 (pass-if, expect-fail): Simplified.
233
c47e2599
KR
2342003-05-30 Kevin Ryde <user42@zip.com.au>
235
236 * tests/numbers.test (max, min): Add tests involving NaNs.
237
2e945bcc
SJ
2382003-05-29 Stefan Jahn <stefan@lkcc.org>
239
240 * standalone/Makefile.am: Setup to build on mingw32.
241
42ad901d
DH
2422003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
243
244 * tests/elisp.test: Added missing quote around vector constants.
245
ddd8f927
DH
2462003-05-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
247
248 * tests/r5rs_pitfall.test: Test 2.1 now passes.
249
59e42631
KR
2502003-05-13 Kevin Ryde <user42@zip.com.au>
251
252 * tests/numbers.test (=, <, max, min): Add tests of bignum/inf
253 combinations.
254
255 * tests/srfi-1.test (delete, delete!): Test predicate call arg order.
256
9c8721b5
KR
2572003-05-10 Kevin Ryde <user42@zip.com.au>
258
4f3deff4
KR
259 * tests/numbers.test (=, <): Add tests involving NaNs.
260
261 * tests/numbers.test (integer-length): Exercise some negatives, in
262 particular -2^n which is ...11100..00.
263
264 * tests/numbers.test (gcd): Exercise bignum/inum with a bignum not
265 fitting a ulong.
266
9c8721b5
KR
267 * tests/srfi-1.test: New file, exercising take and drop.
268 * Makefile.am (SCM_TESTS): Add it.
269
d963e93f
KR
2702003-05-06 Kevin Ryde <user42@zip.com.au>
271
272 * tests/numbers.test (-): Add test for negative inum subtract bignum.
273 (logcount): New tests, exercising some negatives.
274
1b965c29
MV
2752003-05-03 Marius Vollmer <mvo@zagadka.de>
276
277 * tests/r5rs_pitfall.test: New. Thanks to Dale P. Smith for
278 pointing us to these tests.
279
a1a5dfa8
NJ
2802003-04-30 Neil Jerram <neil@ossau.uklinux.net>
281
282 * Makefile.am (SCM_TESTS): Add tests/srfi-34.test.
283
284 * tests/srfi-34.test: New file.
285
4dce3c96
DH
2862003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
287
288 * tests/syntax.test: Modified some tests to use eval when
289 providing bad syntax. Otherwise, the memoizer will report an
290 error immediately after reading the form, without even the chance
291 to get the pass-if-exception mechanism started.
292
9247b5bc
DH
2932003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
294
295 * tests/guardians.test: Added some more elaborate and
296 sophisticated tests for the guardian functionality.
297
d339981a
DH
2982003-04-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
299
300 * tests/sort.test: Added. Both tests in that file did fail (one
301 even with a segfault) with CVS guile before the recent changes to
302 sort.c.
303
57b1d518
MD
3042003-04-17 Mikael Djurfeldt <djurfeldt@nada.kth.se>
305
306 * tests/goops.test: Added tests for correctness of class
47cd67db
MD
307 precedence list in all basic classes and tests for eqv? and
308 equal?.
57b1d518 309
58241edc
MD
3102003-04-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
311
312 * tests/goops.test: Added tests for class redefinition, object
313 update and active slots.
314
50d64f0d
RB
3152003-04-14 Rob Browning <rlb@defaultvalue.org>
316
317 * standalone/test-asmobs-lib.c (libtest_asmobs_init): include
318 test-asmobs-lib.x rather than test-asmobs-lib.x.c.
319
320 * standalone/Makefile.am: change from .c.x to .x to be consistent
321 with the rest of guile.
322
dff96e95
HWN
3232003-04-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
324
325 * standalone/Makefile.am (snarfcppopts): use DEFAULT_INCLUDES
326 instead of INCLUDES
327
07921c76
RB
3282003-04-07 Rob Browning <rlb@defaultvalue.org>
329
330 * Makefile.am (SUBDIRS): add standalone.
331
332 * guile-test: added "Running test FOO" output by default. There
333 may be a good reason to remove this, but the output can be helpful
334 in determining where a failure occurred.
335
336 * standalone/test-num2integral.c: new test -- one new regression
337 check.
338
339 * standalone/test-gh.c: new test code (migrated from
340 tests/c-api/) -- a trivial start.
341
342 * standalone/test-asmobs-lib.c: new test script (migrated from
343 tests/asmobs/).
344
345 * standalone/test-asmobs: new test script.
346
347 * standalone/README: new file.
348
349 * standalone/Makefile.am: new file.
350
351 * standalone/.cvsignore: new file.
352
353 * tests/asmobs/Makefile: removed (functionality is now in standalone/).
354
355 * tests/asmobs/README: removed (functionality is now in standalone/).
356
357 * tests/asmobs/asmobs-test.scm: removed (functionality is now in
358 standalone/).
359
360 * tests/asmobs/asmobs.c: removed (functionality is now in standalone/).
361
362 * tests/asmobs/: removed (functionality is now in standalone/).
363
364 * tests/c-api/strings.c: add a note to the source about this code
365 being unused.
366
73be1d9e
MV
3672003-04-05 Marius Vollmer <mvo@zagadka.de>
368
369 * Changed license terms to the plain LGPL thru-out.
370
122cf9a5
RB
3712003-03-24 Rob Browning <rlb@defaultvalue.org>
372
373 * tests/numbers.test: added tests (some simple) for various funcs.
374 ("odd?"): added tests.
375 ("even?"): added tests.
376 ("nan?"): added tests.
377 ("abs"): added tests.
378 ("lcm"): added tests.
379 ("number->string"): added tests.
380 ("number?"): added tests.
381 ("complex?"): added tests.
382 ("real?"): added tests.
383 ("rational?"): added tests.
384 ("integer?"): added tests.
385 ("inexact?"): added tests.
386 ("="): added tests.
387 ("zero?"): added tests.
388 ("positive?"): added tests.
389 ("negative?"): added tests.
390
391 * lib.scm (pass-if): allow really simple tests where the test code
392 is also the name like (pass-if (even? 2)).
393 (expect-fail): allow really simple tests where the test code is
394 also the test name like (expect-fail (even? 2)).
395
b80e1b5c
MV
3962003-03-19 Marius Vollmer <mvo@zagadka.de>
397
398 * tests/format.test ("format basic output"): Added test for "~F"
399 from Matthias Koeppe.
400
cbbeea66
MD
4012003-02-19 Mikael Djurfeldt <djurfeldt@nada.kth.se>
402
403 * tests/elisp.test: Use module (ice-9 weak-vector).
404
405 * tests/weaks.test: Use module (ice-9 weak-vector).
406
b2cbe8d8
RB
4072002-12-08 Rob Browning <rlb@defaultvalue.org>
408
409 * tests/version.test: test (effective-version).
410
d2864c8a
NJ
4112002-11-06 Neil Jerram <neil@ossau.uklinux.net>
412
413 * tests/options.test: New.
414
9bc54879
RB
4152002-10-04 Rob Browning <rlb@defaultvalue.org>
416
417 * tests/numbers.test ("expt"): add tests.
418
6b61da18
MV
4192002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
420
421 * Makefile.am (dist-hook): Do not distribute CVS directories.
422 Thanks to Greg Troxel!
423
ba1b2226
HWN
4242002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
425
426 * tests/reader.test: change misc-error in read-error.
427
33e04d54
DH
4282002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
429
430 * tests/goops.test: Added tests for define-generic and
431 define-accessor.
432
9f045403
DH
4332002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
434
435 * tests/goops.test: Added tests for define-class.
436
1ee34062
MV
4372002-05-07 Marius Vollmer <mvo@zagadka.ping.de>
438
439 * tests/numbers.test (/): Expect divison by an inexact zero to
440 yield +inf.0.
441
45845efe
MV
4422002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
443
2a7461f5
MV
444 * tests/regexp.test (regexp-substitute/global): Do not test with
445 empty regexp. Empty regexps do not work on NetBSD.
446
45845efe
MV
447 * tests/syncase.test (basic syncase macro): Added.
448
54d4ac1f
MV
4492002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
450
451 * tests/srfi-13.test (string-tokenize): Updated for fixed
452 semantics.
453
3c540af4
MV
4542002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
455
456 * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute
457 directories manually.
458
ecb471f9
TTN
4592002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
460
461 * guile-test (main): Handle `--flag-unresolved'. No longer set
462 exit value to #f unconditionally on UNRESOLVED results.
e383ab49 463 (for-each-file): Do not recurse into "CVS" or "RCS" subdirs.
ecb471f9 464
a64e6669
NJ
4652002-02-08 Neil Jerram <neil@ossau.uklinux.net>
466
467 * tests/elisp.test: Add tests of Elisp expression evaluation.
468
bbd26b5a
NJ
4692002-01-25 Neil Jerram <neil@ossau.uklinux.net>
470
471 * tests/load.test: New test; for search-path with Elisp
472 nil-terminated lists for PATH and EXTENSIONS.
473
474 * tests/elisp.test: More tests for Scheme primitives that should
475 accept Elisp nil-terminated lists.
476
962b1f0b
NJ
4772002-01-24 Neil Jerram <neil@ossau.uklinux.net>
478
479 * tests/elisp.test: More new tests for the Elisp nil value.
480
04bb321a
NJ
4812002-01-22 Neil Jerram <neil@ossau.uklinux.net>
482
483 * Makefile.am (SCM_TESTS): Added elisp.test.
484
485 * tests/elisp.test: New file.
486
80074d77
DH
4872001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
488
489 * tests/numbers.test: Added more division by zero tests.
490
1b3a7932
DH
4912001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
492
493 * tests/numbers.test: Added division by zero tests.
494
7171f1ab
DH
4952001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
496
497 * tests/syntax.test: Added some tests, updated some others with
498 respect to recent changes in eval.c. Further, extracted test
499 cases for guile's extended set! functionality to srfi-17.test.
500
501 * tests/srfi-17.test: New file.
502
8f99e3f3
SJ
5032001-11-04 Stefan Jahn <stefan@lkcc.org>
504
505 * tests/ports.test: Run (close-port) before (delete-file) if
506 necessary/advisory.
507
2b6b5908
DH
5082001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
509
510 * tests/eval.test: Added tests for promises.
511
1a179b03
MD
5122001-10-21 Mikael Djurfeldt <mdj@linnaeus>
513
514 * lib.scm: Move module the system directives `export',
515 `export-syntax', `re-export' and `re-export-syntax' into the
516 `define-module' form. This is the recommended way of exporting
517 bindings.
518
b461abe7
DH
5192001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
520
521 * tests/syntax.test: Added test cases for 'cond =>' syntax with
522 else clause. Changed some tests and comments related to the
523 'case' form to reflect recent changes in the implementation.
524
ea6c2147
DH
5252001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
526
527 * tests/syntax.test: Added test cases for 'lambda' syntax.
528
27a22666
DH
5292001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
530
531 * tests/syntax.test: Added test cases for 'case' syntax.
532
b7d9b1cf
DH
5332001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
534
535 * tests/numbers.test: Added a test case that checks if valid
536 number strings are transformed correctly by string->number.
537
0b073f0f
RB
5382001-09-21 Rob Browning <rlb@defaultvalue.org>
539
540 * tests/numbers.test (fixnum-bit): compute dynamically.
541
542 * tests/bit-operations.test (fixnum-bit): compute dynamically.
543
95e2cd37
TTN
5442001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
545
546 * tests/getopt-long.test ("apples-blimps-catalexis example",
547 "multiple occurances"): New top-level sections.
548
569c483b
DH
5492001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
550
551 * tests/numbers.test: Made some of the patterns better readable.
552
6fdad5dc
TTN
5532001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
554
555 * tests/srfi-19.test (test-time-comparision,
556 test-time-arithmatic): New procs.
557
558 Add time comparison tests using new procs.
559 Thanks to Alex Shinn.
560
b573e744
MV
5612001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
562
563 * tests/dynamic-scope.test: New file.
564
e9313ed7
TTN
5652001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
566
567 * tests/srfi-13.test (string-for-each, string-for-each-index):
568 Add tests. (Thanks to Alex Shinn.)
569
80fdeb4e
MD
5702001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
571
572 * tests/srfi-13.test (string-map): Swapped order of string and
573 proc args to conform with the srfi. (Thanks to Alex Shinn.)
574
c3597bc4
TTN
5752001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
576
577 * tests/getopt-long.test (exception:no-such-option,
578 exception:option-does-not-support-arg,
579 exception:option-must-be-specified,
580 exception:option-must-have-arg, exception:not-enough-args):
581 New vars.
582
583 ("option-ref", "required", "specified no value, given anyway",
584 "specified arg required"): New top-level sections.
585
2f4a254a
DH
5862001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
587
588 * tests/numbers.test: Added Some syntax tests for
589 string->number.
590
284774f3
MV
5912001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
592
593 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
594 "SCM_TESTS". This has special meaning to automake. How many
595 tries left to get this right, mvo?
596
5f099933
MV
5972001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
598
599 * Makefile.am (TESTS): List tests explicitely instead of using a
600 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
601
b754e3d1
MV
6022001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
603
604 * Makefile.am: New file, to control distribution of the
605 test-suite.
606
ed9ef462
TTN
6072001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
608
609 * tests/getopt-long.test: New file.
610
9b974335
TTN
6112001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
612
613 * lib.scm (run-test-exception): Add special handling for
614 `error'-generated exceptions, which pass key `misc-error' and
615 leave messages unformatted.
616
96e30d2a
MG
6172001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
618
619 * tests/alist.test, tests/bit-operations.test,
620 tests/common-list.test, tests/environments.test, tests/eval.test,
621 tests/gc.test, tests/hooks.test, tests/import.test,
622 tests/interp.test, tests/list.test, tests/load.test,
623 tests/numbers.test, tests/ports.test, tests/r4rs.test,
624 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
625 copyright notice.
626
072ad0fe
MG
6272001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
628
629 * tests/srfi-14.test: New file.
630
22647fef
MV
6312001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
632
633 * tests/import.test: New file.
634
bdd2c6f4
DH
6352001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
636
637 * tests/goops.test: Started with some real tests.
638
0e3817d7
DH
6392001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
640
641 * guile-test: Use module (ice-9 rdelim).
642
39cb0b04
MG
6432001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
644
645 * tests/srfi-4.test: New file.
646
eb6c2de8
MV
6472001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
648
649