* libguile/eval.c: Sorted include files alphabetically.
[bpt/guile.git] / test-suite / ChangeLog
CommitLineData
21628685
DH
12003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
2
3 * tests/syntax.test (exception:missing/extra-expr,
4 exception:missing/extra-expr-misc): Renamed
5 exception:missing/extra-expr to exception:missing/extra-expr-misc.
6
7 (exception:missing/extra-expr-syntax,
8 exception:missing/extra-expr): Renamed
9 exception:missing/extra-expr-syntax to
10 exception:missing/extra-expr.
11
d6754c23
DH
122003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
13
14 * lib.scm (exception:bad-variable): New.
15
16 * tests/syntax.test (exception:bad-binding,
17 exception:duplicate-binding): New.
18
19 (exception:duplicate-bindings): Removed.
20
21 Adapted tests for 'let', 'let*' and 'letrec' to the new way of
22 error reporting.
23
03a3e941
DH
242003-10-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
25
26 * tests/syntax.test (define exception:bad-formal, define
27 exception:duplicate-formal): New.
28
29 (exception:duplicate-formals): Removed.
30
31 (exception:bad-formals): Adapted to the new way of error
32 reporting.
33
34 Adapted tests for 'lambda' to the new way of error reporting.
35
4faa1ea0
DH
362003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
37
38 * tests/syntax.test (exception:missing/extra-expr-syntax): Fixed
39 to be unaware of whether line number information is given or not.
40
4610b011
DH
412003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
42
43 * tests/syntax.test (exception:missing/extra-expr-syntax): New,
44 introduced temporarily until all memoizers use the new way of
45 error reporting.
46
47 Adapted tests for 'if' to the new way of error reporting.
48
cc56ba80
DH
492003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
50
51 * tests/syntax.test (exception:missing-expr,
52 exception:extra-expr): New.
53
54 Adapted tests for 'begin' to the new way of error
55 reporting.
56
609a8b86
DH
572003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
58
59 * tests/syntax.test (exception:misplaced-else-clause,
60 exception:bad-cond-clause): New.
61
62 (exception:bad/missing-clauses, exception:extra-case-clause):
63 Removed.
64
65 Adapted tests for 'case' and 'cond' to the new way of error
66 reporting.
67
68 The tests that check if cond is hygienic pass now.
69
58a2510b
DH
702003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
71
72 * tests/syntax.test: Fixed and activated test of empty case label
73 support.
74
2a6f7afe
DH
752003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
76
77 * tests/syntax.test (exception:bad-expression,
78 exception:missing-clauses, exception:bad-case-clause,
79 exception:extra-case-clause, exception:bad-case-labels): New.
80
81 Added some tests and adapted tests for 'case' to the new way of
82 error reporting.
83
e6729603
DH
842003-10-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
85
86 * lib.scm (run-test-exception): Handle syntax errors.
87
7b0f1f2a
MV
882003-10-10 Marius Vollmer <mvo@zagadka.de>
89
90 * tests/numbers.test (inexact->exact): Use corrent argument order
91 for pass-if-exception. Use "+inf.0" instead of "+.inf", etc.
92
b7be48bc
KR
932003-10-09 Kevin Ryde <user42@zip.com.au>
94
9ddeb776
KR
95 * tests/numbers.test (inexact->exact): New tests.
96
b7be48bc
KR
97 * tests/poe.test: New file.
98 * Makefile.am: Add it.
99
d6e04e7c
DH
1002003-10-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
101
102 * lib.scm (exception:missing-expression): New.
103
104 * tests/dynamic-scope.test, tests/eval.test,
105 tests/r5rs_pitfall.test, tests/srfi-17.test, tests/syncase.test:
106 Wrap tests in module (test-suite test-<file-name without .test>),
107 following a practice that was used on a couple of files already.
108
109 * tests/dynamic-scope.test (exception:duplicate-binding,
110 exception:bad-binding): New.
111
112 * tests/dynamic-scope.test, tests/srfi-17.test, tests/syntax.test:
113 Execute syntactically wrong tests using eval. With the upcoming
114 new memoizer this is necessary in order to postpone the syntax
115 check to the actual evaluation of the syntactically wrong form.
116
117 * tests/syntax.test: Added some test cases and modified one test
118 case.
119
39a963ee
KR
1202003-10-02 Kevin Ryde <user42@zip.com.au>
121
122 * tests/ports.test (call-with-output-string): Test proc closing port.
123
8aa28a91
DH
1242003-09-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
125
126 * guile-test: Wrapped in module (test-suite guile-test).
127
128 (main data-file-name test-file-name): Exported.
129
130 ((guile-user)::main): New function, wrapper for function
131 (test-suite guile-test)::main.
132
133 * tests/load.test: Wrapped in module (test-suite test-load).
134
135 * tests/ports.test: Wrapped in module (test-suite test-ports).
136
137 * tests/r4rs.test: Wrapped in module (test-suite test-r4rs).
138 Added comments about the required structure of the file itself,
139 since it is subject to some tests. Removed some now unnecessary
140 undefine operations.
141
142 * tests/syntax.test: Wrapped in module (test-suite test-syntax)
143
518a07ad
KR
1442003-09-19 Kevin Ryde <user42@zip.com.au>
145
146 * tests/popen.test: New file.
147 * Makefile.am (SCM_TESTS): Add it.
148
47ae1f0e
DH
1492003-09-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
150
151 * tests/numbers.test (equal?): Added tests.
152
153 * tests/numbers.test (=): Fixed and added some bignum related
154 tests.
155
0f008a15
KR
1562003-08-30 Kevin Ryde <user42@zip.com.au>
157
158 * tests/numbers.test (logcount): Add tests.
159
a54e06e5
KR
1602003-08-23 Kevin Ryde <user42@zip.com.au>
161
430110ee
KR
162 * tests/srfi-1.test (list-copy): New tests.
163
a54e06e5
KR
164 * tests/srfi-19.test (date-week-number): Add tests.
165
b1c60217
KR
1662003-08-22 Kevin Ryde <user42@zip.com.au>
167
168 * tests/numbers.test (-): Exercise bignum - inum.
169
2388d9af
KR
1702003-08-17 Kevin Ryde <user42@zip.com.au>
171
172 * tests/syntax.test (while): Exercise break and continue from
173 recursive nested loops.
174
d97f9b42
KR
1752003-08-14 Kevin Ryde <user42@zip.com.au>
176
177 * tests/syntax.test (while): New tests.
178
4d332f19
DH
1792003-08-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
180
181 * tests/numbers.test: Eliminated misuses of expect-fail. It
182 should only be used in cases, where guile has a known bug. It
183 should not be used in cases where an expression is expected to
184 return #f as its correct result.
185
3bcdda6a
KR
1862003-08-09 Kevin Ryde <user42@zip.com.au>
187
188 * tests/srcprop.test: New file.
189 * Makefile.am (SCM_TESTS): Add it.
190
8e5b4b9e
KR
1912003-07-29 Kevin Ryde <user42@zip.com.au>
192
193 * tests/srfi-1.test (concatenate, concatenate!): New tests.
194 (length+): New tests.
195
196 * tests/srfi-34.test: Check cond-expand srfi-34.
197
d7850c8d
KR
1982003-07-24 Kevin Ryde <user42@zip.com.au>
199
200 * tests/numbers.test (angle): New tests.
201
b1c04fe8
KR
2022003-07-18 Kevin Ryde <user42@zip.com.au>
203
204 * tests/numbers.test (*): Add complex/bignum test.
205
e7cc532b
KR
2062003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
207
208 * tests/srfi-1.test (partition): Add tests.
209
e5a74c26
KR
2102003-07-08 Kevin Ryde <user42@zip.com.au>
211
005d2366
KR
212 * tests/numbers.test (make-polar, magnitude): New tests.
213
e5a74c26 214 * tests/srfi-1.test (delete, delete!): Add more tests.
005d2366 215 (delete-duplicates, delete-duplicates!): New tests.
e5a74c26 216
1ebb8497
KR
2172003-06-21 Kevin Ryde <user42@zip.com.au>
218
219 * tests/numbers.test (truncate, round, asinh, acosh, atanh): Add some
220 tests.
221
996acdb8
KR
2222003-06-19 Kevin Ryde <user42@zip.com.au>
223
224 * tests/posix.test: New file, exercising putenv, setenv, unsetenv.
225 * tests/threads.test: New file, exercising parallel.
226 * Makefile.am (SCM_TESTS): Add them.
227
f2478375
KR
2282003-06-07 Kevin Ryde <user42@zip.com.au>
229
230 * tests/srfi-6.test: New file.
d4d694b6 231 * Makefile.am (SCM_TESTS): Add it.
f2478375 232
f5c6ec2f
DH
2332003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
234
235 * tests/chars.test: Fixed test comment. The bug that this test
236 detects was actually introduced by my patch from 2003-05-31.
237
47dbd81e
DH
2382003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
239
240 * tests/chars.test: Added test, attempting to apply a character.
241 This test will only pass if the other changes that are submitted
242 together with this patch are also applied.
243
e418bd7c
KR
2442003-06-05 Kevin Ryde <user42@zip.com.au>
245
246 * tests/numbers.test (logcount): Add a few more tests, to exercise
247 recent scm_logcount change.
248
249 * tests/reader.test (reading): Test bad # error message is formattable.
250
e757438d
DH
2512003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
252
253 * tests/pairs.test: Added.
254
7673cf68
DH
2552003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
256
257 * tests/vectors.test: Added.
258
6d63297b
DH
2592003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
260
261 * tests/guardians.test: Uses module (ice-9 weak-vector).
262
e46083d5
DH
2632003-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
264
265 * lib.scm: Documented the short form for pass-if and expect-fail.
266
267 (pass-if, expect-fail): Simplified.
268
c47e2599
KR
2692003-05-30 Kevin Ryde <user42@zip.com.au>
270
271 * tests/numbers.test (max, min): Add tests involving NaNs.
272
2e945bcc
SJ
2732003-05-29 Stefan Jahn <stefan@lkcc.org>
274
275 * standalone/Makefile.am: Setup to build on mingw32.
276
42ad901d
DH
2772003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
278
279 * tests/elisp.test: Added missing quote around vector constants.
280
ddd8f927
DH
2812003-05-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
282
283 * tests/r5rs_pitfall.test: Test 2.1 now passes.
284
59e42631
KR
2852003-05-13 Kevin Ryde <user42@zip.com.au>
286
287 * tests/numbers.test (=, <, max, min): Add tests of bignum/inf
288 combinations.
289
290 * tests/srfi-1.test (delete, delete!): Test predicate call arg order.
291
9c8721b5
KR
2922003-05-10 Kevin Ryde <user42@zip.com.au>
293
4f3deff4
KR
294 * tests/numbers.test (=, <): Add tests involving NaNs.
295
296 * tests/numbers.test (integer-length): Exercise some negatives, in
297 particular -2^n which is ...11100..00.
298
299 * tests/numbers.test (gcd): Exercise bignum/inum with a bignum not
300 fitting a ulong.
301
9c8721b5
KR
302 * tests/srfi-1.test: New file, exercising take and drop.
303 * Makefile.am (SCM_TESTS): Add it.
304
d963e93f
KR
3052003-05-06 Kevin Ryde <user42@zip.com.au>
306
307 * tests/numbers.test (-): Add test for negative inum subtract bignum.
308 (logcount): New tests, exercising some negatives.
309
1b965c29
MV
3102003-05-03 Marius Vollmer <mvo@zagadka.de>
311
312 * tests/r5rs_pitfall.test: New. Thanks to Dale P. Smith for
313 pointing us to these tests.
314
a1a5dfa8
NJ
3152003-04-30 Neil Jerram <neil@ossau.uklinux.net>
316
317 * Makefile.am (SCM_TESTS): Add tests/srfi-34.test.
318
319 * tests/srfi-34.test: New file.
320
4dce3c96
DH
3212003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
322
323 * tests/syntax.test: Modified some tests to use eval when
324 providing bad syntax. Otherwise, the memoizer will report an
325 error immediately after reading the form, without even the chance
326 to get the pass-if-exception mechanism started.
327
9247b5bc
DH
3282003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
329
330 * tests/guardians.test: Added some more elaborate and
331 sophisticated tests for the guardian functionality.
332
d339981a
DH
3332003-04-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
334
335 * tests/sort.test: Added. Both tests in that file did fail (one
336 even with a segfault) with CVS guile before the recent changes to
337 sort.c.
338
57b1d518
MD
3392003-04-17 Mikael Djurfeldt <djurfeldt@nada.kth.se>
340
341 * tests/goops.test: Added tests for correctness of class
47cd67db
MD
342 precedence list in all basic classes and tests for eqv? and
343 equal?.
57b1d518 344
58241edc
MD
3452003-04-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
346
347 * tests/goops.test: Added tests for class redefinition, object
348 update and active slots.
349
50d64f0d
RB
3502003-04-14 Rob Browning <rlb@defaultvalue.org>
351
352 * standalone/test-asmobs-lib.c (libtest_asmobs_init): include
353 test-asmobs-lib.x rather than test-asmobs-lib.x.c.
354
355 * standalone/Makefile.am: change from .c.x to .x to be consistent
356 with the rest of guile.
357
dff96e95
HWN
3582003-04-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
359
360 * standalone/Makefile.am (snarfcppopts): use DEFAULT_INCLUDES
361 instead of INCLUDES
362
07921c76
RB
3632003-04-07 Rob Browning <rlb@defaultvalue.org>
364
365 * Makefile.am (SUBDIRS): add standalone.
366
367 * guile-test: added "Running test FOO" output by default. There
368 may be a good reason to remove this, but the output can be helpful
369 in determining where a failure occurred.
370
371 * standalone/test-num2integral.c: new test -- one new regression
372 check.
373
374 * standalone/test-gh.c: new test code (migrated from
375 tests/c-api/) -- a trivial start.
376
377 * standalone/test-asmobs-lib.c: new test script (migrated from
378 tests/asmobs/).
379
380 * standalone/test-asmobs: new test script.
381
382 * standalone/README: new file.
383
384 * standalone/Makefile.am: new file.
385
386 * standalone/.cvsignore: new file.
387
388 * tests/asmobs/Makefile: removed (functionality is now in standalone/).
389
390 * tests/asmobs/README: removed (functionality is now in standalone/).
391
392 * tests/asmobs/asmobs-test.scm: removed (functionality is now in
393 standalone/).
394
395 * tests/asmobs/asmobs.c: removed (functionality is now in standalone/).
396
397 * tests/asmobs/: removed (functionality is now in standalone/).
398
399 * tests/c-api/strings.c: add a note to the source about this code
400 being unused.
401
73be1d9e
MV
4022003-04-05 Marius Vollmer <mvo@zagadka.de>
403
404 * Changed license terms to the plain LGPL thru-out.
405
122cf9a5
RB
4062003-03-24 Rob Browning <rlb@defaultvalue.org>
407
408 * tests/numbers.test: added tests (some simple) for various funcs.
409 ("odd?"): added tests.
410 ("even?"): added tests.
411 ("nan?"): added tests.
412 ("abs"): added tests.
413 ("lcm"): added tests.
414 ("number->string"): added tests.
415 ("number?"): added tests.
416 ("complex?"): added tests.
417 ("real?"): added tests.
418 ("rational?"): added tests.
419 ("integer?"): added tests.
420 ("inexact?"): added tests.
421 ("="): added tests.
422 ("zero?"): added tests.
423 ("positive?"): added tests.
424 ("negative?"): added tests.
425
426 * lib.scm (pass-if): allow really simple tests where the test code
427 is also the name like (pass-if (even? 2)).
428 (expect-fail): allow really simple tests where the test code is
429 also the test name like (expect-fail (even? 2)).
430
b80e1b5c
MV
4312003-03-19 Marius Vollmer <mvo@zagadka.de>
432
433 * tests/format.test ("format basic output"): Added test for "~F"
434 from Matthias Koeppe.
435
cbbeea66
MD
4362003-02-19 Mikael Djurfeldt <djurfeldt@nada.kth.se>
437
438 * tests/elisp.test: Use module (ice-9 weak-vector).
439
440 * tests/weaks.test: Use module (ice-9 weak-vector).
441
b2cbe8d8
RB
4422002-12-08 Rob Browning <rlb@defaultvalue.org>
443
444 * tests/version.test: test (effective-version).
445
d2864c8a
NJ
4462002-11-06 Neil Jerram <neil@ossau.uklinux.net>
447
448 * tests/options.test: New.
449
9bc54879
RB
4502002-10-04 Rob Browning <rlb@defaultvalue.org>
451
452 * tests/numbers.test ("expt"): add tests.
453
6b61da18
MV
4542002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
455
456 * Makefile.am (dist-hook): Do not distribute CVS directories.
457 Thanks to Greg Troxel!
458
ba1b2226
HWN
4592002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
460
461 * tests/reader.test: change misc-error in read-error.
462
33e04d54
DH
4632002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
464
465 * tests/goops.test: Added tests for define-generic and
466 define-accessor.
467
9f045403
DH
4682002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
469
470 * tests/goops.test: Added tests for define-class.
471
1ee34062
MV
4722002-05-07 Marius Vollmer <mvo@zagadka.ping.de>
473
474 * tests/numbers.test (/): Expect divison by an inexact zero to
475 yield +inf.0.
476
45845efe
MV
4772002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
478
2a7461f5
MV
479 * tests/regexp.test (regexp-substitute/global): Do not test with
480 empty regexp. Empty regexps do not work on NetBSD.
481
45845efe
MV
482 * tests/syncase.test (basic syncase macro): Added.
483
54d4ac1f
MV
4842002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
485
486 * tests/srfi-13.test (string-tokenize): Updated for fixed
487 semantics.
488
3c540af4
MV
4892002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
490
491 * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute
492 directories manually.
493
ecb471f9
TTN
4942002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
495
496 * guile-test (main): Handle `--flag-unresolved'. No longer set
497 exit value to #f unconditionally on UNRESOLVED results.
e383ab49 498 (for-each-file): Do not recurse into "CVS" or "RCS" subdirs.
ecb471f9 499
a64e6669
NJ
5002002-02-08 Neil Jerram <neil@ossau.uklinux.net>
501
502 * tests/elisp.test: Add tests of Elisp expression evaluation.
503
bbd26b5a
NJ
5042002-01-25 Neil Jerram <neil@ossau.uklinux.net>
505
506 * tests/load.test: New test; for search-path with Elisp
507 nil-terminated lists for PATH and EXTENSIONS.
508
509 * tests/elisp.test: More tests for Scheme primitives that should
510 accept Elisp nil-terminated lists.
511
962b1f0b
NJ
5122002-01-24 Neil Jerram <neil@ossau.uklinux.net>
513
514 * tests/elisp.test: More new tests for the Elisp nil value.
515
04bb321a
NJ
5162002-01-22 Neil Jerram <neil@ossau.uklinux.net>
517
518 * Makefile.am (SCM_TESTS): Added elisp.test.
519
520 * tests/elisp.test: New file.
521
80074d77
DH
5222001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
523
524 * tests/numbers.test: Added more division by zero tests.
525
1b3a7932
DH
5262001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
527
528 * tests/numbers.test: Added division by zero tests.
529
7171f1ab
DH
5302001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
531
532 * tests/syntax.test: Added some tests, updated some others with
533 respect to recent changes in eval.c. Further, extracted test
534 cases for guile's extended set! functionality to srfi-17.test.
535
536 * tests/srfi-17.test: New file.
537
8f99e3f3
SJ
5382001-11-04 Stefan Jahn <stefan@lkcc.org>
539
540 * tests/ports.test: Run (close-port) before (delete-file) if
541 necessary/advisory.
542
2b6b5908
DH
5432001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
544
545 * tests/eval.test: Added tests for promises.
546
1a179b03
MD
5472001-10-21 Mikael Djurfeldt <mdj@linnaeus>
548
549 * lib.scm: Move module the system directives `export',
550 `export-syntax', `re-export' and `re-export-syntax' into the
551 `define-module' form. This is the recommended way of exporting
552 bindings.
553
b461abe7
DH
5542001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
555
556 * tests/syntax.test: Added test cases for 'cond =>' syntax with
557 else clause. Changed some tests and comments related to the
558 'case' form to reflect recent changes in the implementation.
559
ea6c2147
DH
5602001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
561
562 * tests/syntax.test: Added test cases for 'lambda' syntax.
563
27a22666
DH
5642001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
565
566 * tests/syntax.test: Added test cases for 'case' syntax.
567
b7d9b1cf
DH
5682001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
569
570 * tests/numbers.test: Added a test case that checks if valid
571 number strings are transformed correctly by string->number.
572
0b073f0f
RB
5732001-09-21 Rob Browning <rlb@defaultvalue.org>
574
575 * tests/numbers.test (fixnum-bit): compute dynamically.
576
577 * tests/bit-operations.test (fixnum-bit): compute dynamically.
578
95e2cd37
TTN
5792001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
580
581 * tests/getopt-long.test ("apples-blimps-catalexis example",
582 "multiple occurances"): New top-level sections.
583
569c483b
DH
5842001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
585
586 * tests/numbers.test: Made some of the patterns better readable.
587
6fdad5dc
TTN
5882001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
589
590 * tests/srfi-19.test (test-time-comparision,
591 test-time-arithmatic): New procs.
592
593 Add time comparison tests using new procs.
594 Thanks to Alex Shinn.
595
b573e744
MV
5962001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
597
598 * tests/dynamic-scope.test: New file.
599
e9313ed7
TTN
6002001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
601
602 * tests/srfi-13.test (string-for-each, string-for-each-index):
603 Add tests. (Thanks to Alex Shinn.)
604
80fdeb4e
MD
6052001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
606
607 * tests/srfi-13.test (string-map): Swapped order of string and
608 proc args to conform with the srfi. (Thanks to Alex Shinn.)
609
c3597bc4
TTN
6102001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
611
612 * tests/getopt-long.test (exception:no-such-option,
613 exception:option-does-not-support-arg,
614 exception:option-must-be-specified,
615 exception:option-must-have-arg, exception:not-enough-args):
616 New vars.
617
618 ("option-ref", "required", "specified no value, given anyway",
619 "specified arg required"): New top-level sections.
620
2f4a254a
DH
6212001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
622
623 * tests/numbers.test: Added Some syntax tests for
624 string->number.
625
284774f3
MV
6262001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
627
628 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
629 "SCM_TESTS". This has special meaning to automake. How many
630 tries left to get this right, mvo?
631
5f099933
MV
6322001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
633
634 * Makefile.am (TESTS): List tests explicitely instead of using a
635 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
636
b754e3d1
MV
6372001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
638
639 * Makefile.am: New file, to control distribution of the
640 test-suite.
641
ed9ef462
TTN
6422001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
643
644 * tests/getopt-long.test: New file.
645
9b974335
TTN
6462001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
647
648 * lib.scm (run-test-exception): Add special handling for
649 `error'-generated exceptions, which pass key `misc-error' and
650 leave messages unformatted.
651
96e30d2a
MG
6522001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
653
654 * tests/alist.test, tests/bit-operations.test,
655 tests/common-list.test, tests/environments.test, tests/eval.test,
656 tests/gc.test, tests/hooks.test, tests/import.test,
657 tests/interp.test, tests/list.test, tests/load.test,
658 tests/numbers.test, tests/ports.test, tests/r4rs.test,
659 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
660 copyright notice.
661
072ad0fe
MG
6622001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
663
664 * tests/srfi-14.test: New file.
665
22647fef
MV
6662001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
667
668 * tests/import.test: New file.
669
bdd2c6f4
DH
6702001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
671
672 * tests/goops.test: Started with some real tests.
673
0e3817d7
DH
6742001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
675
676 * guile-test: Use module (ice-9 rdelim).
677
39cb0b04
MG
6782001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
679
680 * tests/srfi-4.test: New file.
681
eb6c2de8
MV
6822001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
683
684