*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
1 2005-02-12 Rob Browning <rlb@defaultvalue.org>
2
3 * standalone/test-require-extension: new test script.
4
5 * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
6 (TESTS): add test-require-extension.
7
8 2005-02-12 Kevin Ryde <user42@zip.com.au>
9
10 * tests/srfi-1.test (reduce, reduce-right): New tests.
11
12 2005-02-11 Kevin Ryde <user42@zip.com.au>
13
14 * tests/fractions.test (ash): Remove tests of ash on fractions, not
15 supported after scm_ash rewrite.
16
17 2005-02-04 Kevin Ryde <user42@zip.com.au>
18
19 * tests/srfi-1.test (list=): New tests.
20
21 2005-01-29 Kevin Ryde <user42@zip.com.au>
22
23 * tests/numbers.test (ash): New tests.
24
25 * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
26
27 2005-01-28 Kevin Ryde <user42@zip.com.au>
28
29 * tests/syntax.test (while): Tests running in empty environment are
30 now "unresolved" due to workaround in while implementation.
31
32 2005-01-24 Kevin Ryde <user42@zip.com.au>
33
34 * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
35 avoid warning from gcc 3.4 on 64-bit systems about casting int
36 (32-bits) to pointer (64-bits).
37
38 * tests/srfi-1.test (lset=, member): New tests.
39
40 2005-01-12 Kevin Ryde <user42@zip.com.au>
41
42 * tests/srfi-39.test (current-input-port, current-output-port,
43 current-error-port): New tests.
44
45 2005-01-10 Marius Vollmer <mvo@zagadka.de>
46
47 * tests/unif.test (exception:wrong-num-indices): New, use it for
48 array-set! tests with wrong number of indices.
49
50 2005-01-07 Marius Vollmer <mvo@zagadka.de>
51
52 * tests/srfi-4.test: Use (test-suite lib) module.
53
54 2005-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
55
56 * tests/unif.test (have-llvect?): Removed, Scheme code will always
57 have u64 and s64 uniform vectors.
58
59 2005-01-05 Marius Vollmer <mvo@zagadka.de>
60
61 * tests/unif.test: Use *unspecified* instead of #f to get an
62 uninitialized array.
63
64 2005-01-04 Kevin Ryde <user42@zip.com.au>
65
66 * tests/ramap.test: New file, test array-map!.
67 * Makefile.am (SCM_TESTS): Add it.
68
69 2005-01-02 Marius Vollmer <mvo@zagadka.de>
70
71 * tests/unif.test: Rewritten for new 'typed' approach to uniform
72 arrays.
73
74 * tests/sort.test: New tests, especially for sorting non-contigous
75 and negative-incrementing vectors.
76
77 2005-01-02 Kevin Ryde <user42@zip.com.au>
78
79 * tests/srfi-39.test: Use define-module to keep bindings from
80 subsequent tests, use test-suite lib for stand-alone checking.
81
82 * Makefile.am (SCM_TESTS): Add srfi-39.test.
83
84 2004-12-27 Neil Jerram <neil@ossau.uklinux.net>
85
86 * tests/continuations.test (continuations): Moved continuation /
87 stack tests here, and added save and restore of debug options.
88
89 2004-12-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
90
91 * tests/eval.test: News tests for making stacks from
92 continuations. From Neil Jerram.
93
94 2004-12-10 Kevin Ryde <user42@zip.com.au>
95
96 * tests/socket.test (inet-pton): New tests.
97
98 2004-12-06 Kevin Ryde <user42@zip.com.au>
99
100 * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
101 tests.
102
103 2004-12-05 Kevin Ryde <user42@zip.com.au>
104
105 * tests/srfi-1.test (append-map, filter-map): New tests.
106
107 2004-11-12 Marius Vollmer <marius.vollmer@uni-dortmund.de>
108
109 * tests/unif.test: Replaced uniform-array-set1! with just
110 array-set!. Do not check improper index lists, which can't arise
111 with uarray-set!. Use "#s16()" instead of "#h()".
112
113 2004-10-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
114
115 * tests/unif.test: Removed tests that tried to store a character
116 into a byte vector, which no longer works. Characters are not
117 bytes.
118
119 2004-10-03 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
120
121 * tests/syntax.test: Added tests for unmemoization.
122
123 2004-09-30 Marius Vollmer <marius.vollmer@uni-dortmund.de>
124
125 * tests/strings.test (string-set!): Explicitely construct
126 read-only string. String literals are not yet read-only.
127
128 2004-09-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
129
130 * tests/unif.test (array-equal?): New test.
131
132 2004-09-29 Kevin Ryde <user42@zip.com.au>
133
134 * tests/regexp.test (match:string): New tests.
135
136 2004-09-26 Kevin Ryde <user42@zip.com.au>
137
138 * tests/optargs.test (let-keywords, let-keywords*, let-optional,
139 let-optional*): Add tests of internal defines when no bindings.
140
141 2004-09-25 Marius Vollmer <mvo@zagadka.de>
142
143 * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
144 instead of LDFLAGS; the latter is a user variable.
145
146 2004-09-24 Marius Vollmer <mvo@zagadka.de>
147
148 * standalone/Makefile.am (test_cflags, LDFLAGS): Include
149 GUILE_CFLAGS.
150
151 2004-09-23 Marius Vollmer <mvo@zagadka.de>
152
153 * lib.scm (exception:out-of-range, exception:wrong-type-arg):
154 Accept new wording.
155
156 2004-09-22 Marius Vollmer <mvo@zagadka.de>
157
158 * tests/ports.test ("string ports"): Copy string literal so that
159 it can be modified.
160 * tests/srfi-13.test ("string-copy!"): Likewise.
161 * tests/strings.test ("substring/shared"): Likewise.
162
163 2004-09-09 Kevin Ryde <user42@zip.com.au>
164
165 * tests/streams.test: New file.
166
167 2004-09-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
168
169 * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
170 exact result, use (expt 1/2 2) instead.
171
172 2004-09-08 Kevin Ryde <user42@zip.com.au>
173
174 * tests/ports.test (port-column): Further tests, of new \a \b \r.
175
176 2004-09-07 Kevin Ryde <user42@zip.com.au>
177
178 * tests/numbers.test (integer-expt): New tests, of infinite exponents.
179 (integer?): Exercise nan and +/-inf.
180
181 * tests/time.test (gmtime, strptime): New tests, but unresolved.
182 (internal-time-units-per-second): New test.
183
184 2004-09-02 Kevin Ryde <user42@zip.com.au>
185
186 * tests/format.test (~@d): New tests.
187 New tests of excess arguments now ignored.
188
189 2004-09-01 Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
190
191 * tests/gc.test: Exercise record in weak-values hash table, exposing a
192 problem in 1.6.4 gc, but believed fixed by other changes in the head.
193
194 2004-08-27 Marius Vollmer <marius.vollmer@uni-dortmund.de>
195
196 * tests/srfi-13.test (module-peek): Removed, this kluge is no
197 longer necessary.
198
199 2004-08-27 Kevin Ryde <user42@zip.com.au>
200
201 * tests/regexp.test (regexp-quote): New tests.
202
203 * tests/srfi-31.test: Use define-module to keep bindings out of
204 further tests. Use-module (test-suite lib) for stand-alone operation.
205 (rec): Exercise bad args.
206
207 2004-08-25 Kevin Ryde <user42@zip.com.au>
208
209 * tests/and-let-star.test: More tests, in particular exercise #t
210 result on empty body.
211
212 2004-08-25 Marius Vollmer <mvo@zagadka.de>
213
214 * tests/strings.test: Two more tests for double indirect substring
215 modification.
216
217 2004-08-23 Marius Vollmer <marius.vollmer@uni-dortmund.de>
218
219 * lib.scm (exception:used-before-define): New.
220 * tests/syntax.test ("letrec"): Use it.
221
222 2004-08-20 Kevin Ryde <user42@zip.com.au>
223
224 * tests/posix.test (mkstemp!): New tests.
225
226 2004-08-20 Marius Vollmer <mvo@zagadka.de>
227
228 * tests/strings.test: Two tests for substring/shared. Also, use
229 (test-suite lib).
230
231 2004-08-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
232
233 * standalone/test-conversion.c, standalone/test-gh.c,
234 standalone/test-unwind.c: Avoid the use of discouraged or
235 deprecated things.
236
237 2004-08-18 Kevin Ryde <user42@zip.com.au>
238
239 * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
240 New files.
241 * Makefile.am (SCM_TESTS): Add them.
242
243 * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
244 be #f, according to R5RS.
245
246 2004-08-15 Marius Vollmer <mvo@zagadka.de>
247
248 * tests/srfi-39.test: New, from Jose A Ortega Ruiz. Thanks!
249
250 2004-08-14 Kevin Ryde <user42@zip.com.au>
251
252 * tests/srfi-13.test (string-any, string-every): Exercise char and
253 charset predicate cases.
254
255 2004-08-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
256
257 * standalone/test-conversion.c (test_locale_strings): New.
258
259 * standalone/test-round.c: Replaced all uses of scm_round with
260 scm_c_round.
261
262 2004-08-09 Kevin Ryde <user42@zip.com.au>
263
264 * tests/slib.test: New file.
265 * Makefile.am (SCM_TESTS): Add it.
266
267 2004-08-06 Kevin Ryde <user42@zip.com.au>
268
269 * tests/unif.test (array-set!): Exercise byte array range checks.
270 (uniform-vector-ref): Exercise byte returns.
271 (array-fill!): Exercise byte range and type checks.
272
273 2004-08-03 Marius Vollmer <marius.vollmer@uni-dortmund.de>
274
275 * standalone/test-num2integral.c: Only perform the tests when the
276 disabled features are enabled.
277
278 * standalone/test-conversion.c (test_to_double, test_from_double):
279 New tests.
280
281 2004-08-02 Kevin Ryde <user42@zip.com.au>
282
283 * tests/srfi-13.test (string-every): Check empty string case.
284
285 2004-07-31 Kevin Ryde <user42@zip.com.au>
286
287 * tests/filesys.test: New file, exercising copy-file.
288 * Makefile.am (SCM_TESTS): Add it.
289
290 2004-07-29 Marius Vollmer <marius.vollmer@uni-dortmund.de>
291
292 * standalone/test-conversion.c: Many more tests for the integer
293 conversion functions.
294
295 2004-07-28 Kevin Ryde <user42@zip.com.au>
296
297 * tests/regexp.test (make-regexp): Exercise flags args validation.
298
299 * tests/unif.test (array-set!): Exercise svect value range check.
300
301 2004-07-24 Kevin Ryde <user42@zip.com.au>
302
303 * tests/common-list.test: Use define-module, to as not to import
304 common-list into subsequent tests (eg. srfi-1 where `every' provokes a
305 warning).
306
307 * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
308 suppress warnings about current-time and raise replacing core bindings.
309
310 2004-05-25 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
311
312 * tests/format.test (~{): Test no arbitrary iteration limit.
313
314 2004-07-10 Marius Vollmer <marius.vollmer@uni-dortmund.de>
315
316 * standalone/test-conversion.c (test_is_signed_integer,
317 test_is_unsigned_integer): Expect inexact integers to fail.
318
319 2004-07-10 Kevin Ryde <user42@zip.com.au>
320
321 * tests/hash.test: New file.
322 * Makefile.am (SCM_TESTS): Add it.
323
324 2004-07-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
325
326 * standalone/test-unwind.c: Use scm_from_int instead of
327 SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
328
329 2004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
330
331 * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
332 etc, they are now provided by libuile.h.
333 (test_int_sizes): New.
334
335 2004-07-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
336
337 * standalone/test-num2integral.c, standalone/test-unwind.c:
338 Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
339 SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
340 scm_from_bool, and scm_is_bool, respectively.
341
342 * standalone/Makefile.am: Added test-conversion to the TESTS.
343
344 * standalone/test-conversion.c: New file.
345
346 2004-06-20 Rob Browning <rlb@defaultvalue.org>
347
348 * tests/srfi-31.test: new test for SRFI-31.
349
350 * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
351
352 2004-06-15 Marius Vollmer <marius.vollmer@uni-dortmund.de>
353
354 * tests/numbers.test (number->string): Some results might differ
355 between versions of Guile compiled optimized and unoptimized.
356 Both results are accepted now.
357
358 2004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
359
360 * tests/syntax.test: Added various tests to check that
361 unmemoization works correctly.
362
363 2004-05-30 Kevin Ryde <user42@zip.com.au>
364
365 * lib.scm (exception:numerical-overflow): New define.
366 * tests/numbers.test (modulo-expt): Use it and
367 exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
368 BSD. Reported by Andreas Vögele.
369
370 2004-05-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
371
372 * standalone/test-asmobs-lib.c: Fixed include statement.
373
374 2004-05-24 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
375
376 * tests/goops.test: Wrap tests in module (test-suite
377 test-<file-name without .test>). Remove calls to deprecated macro
378 `undefine'.
379
380 2004-05-10 Marius Vollmer <mvo@zagadka.de>
381
382 * tests/numbers.test (number->string): Added tests for
383 non-radix-10 floating point conversions.
384
385 2004-05-10 Kevin Ryde <user42@zip.com.au>
386
387 * tests/numbers.test (logbit?): New tests.
388
389 2004-05-09 Kevin Ryde <user42@zip.com.au>
390
391 * tests/srfi-19.test (test-dst, string->date local DST): Test with
392 "EST5EDT" instead of "CET", since HP-UX doesn't know CET. Reported by
393 Andreas Vögele.
394
395 2004-05-03 Kevin Ryde <user42@zip.com.au>
396
397 * tests/time.test (strftime): Force tm:isdst to 0 for the test, for
398 the benefit of HP-UX. Reported by Andreas Vögele.
399 Use set-tm:zone rather than a hard coded vector offset.
400
401 2004-04-29 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
402
403 * tests/elisp.test: Wrap tests in module (test-suite
404 test-<file-name without .test>), following a practice that was
405 used on a couple of files already.
406
407 2004-04-28 Kevin Ryde <user42@zip.com.au>
408
409 * standalone/test-num2integral.c (test_long_long): Exercise
410 out-of-range errors on various cases.
411 (test_ulong_long): New function, split from test_long_long and
412 similarly exercising out-of-range.
413
414 2004-04-26 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
415
416 * tests/syntax.test: Add test case to check the correct handling
417 of define expressions.
418
419 2004-04-25 Kevin Ryde <user42@zip.com.au>
420
421 * tests/socket.test: New file, exercising inet-ntop.
422 * Makefile.am (SCM_TESTS): Add it.
423
424 2004-04-24 Kevin Ryde <user42@zip.com.au>
425
426 * tests/srfi-11.test: New file.
427 * Makefile.am (SCM_TESTS): Add it.
428
429 2004-04-22 Kevin Ryde <user42@zip.com.au>
430
431 * standalone/test-round.c: New file, exercising scm_round.
432 * standalone/Makefile.am: Add it.
433
434 2004-04-15 Kevin Ryde <user42@zip.com.au>
435
436 * tests/numbers.test (max, min): Exercise some inum/frac, frac/inum,
437 big/frac, frac/big and frac/frac cases.
438
439 * tests/numbers.test (min): Correction, test "documented? min" not
440 "documented? max".
441
442 2004-04-06 Kevin Ryde <user42@zip.com.au>
443
444 * tests/numbers.test (quotient, remainder): Exercise inum/big at and
445 near special case inum == fixnum-min, big == -fixnum-min.
446
447 2004-03-26 Kevin Ryde <user42@zip.com.au>
448
449 * tests/numbers.test (min, max): Check inexactness of big/real and
450 real/big combinations, collect up tests under arg types for clarity.
451
452 2004-03-26 Eric Hanchrow <offby1@blarg.net>
453
454 * tests/numbers.test (modulo-expt): New tests.
455
456 2004-03-24 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
457
458 * tests/eval.test: Added tests which reflect the recent fixes to
459 copy-tree.
460
461 2004-02-29 Kevin Ryde <user42@zip.com.au>
462
463 * tests/posix.test (execl, execlp, execle): Exercise errors where
464 program not found. [But disabled, due to problems with threading.]
465
466 2004-02-22 Kevin Ryde <user42@zip.com.au>
467
468 * tests/numbers.test (max, min): Exercise some complex num cases.
469
470 2004-02-18 Marius Vollmer <mvo@zagadka.de>
471
472 * tests/fractions.test: Added copyright notice of Michael Stoll,
473 who probably wrote the original CLISP code.
474
475 2004-02-18 Kevin Ryde <user42@zip.com.au>
476
477 * tests/fractions.test: Remove 1/3 == 1.0/3.0, not true.
478
479 * tests/numbers.test (=): Exercise frac+real and frac+complex.
480
481 2004-02-17 Marius Vollmer <mvo@zagadka.de>
482
483 * Makefile.am (SCM_TESTS): Added test/fractions.test.
484
485 2004-02-12 Kevin Ryde <user42@zip.com.au>
486
487 * tests/unif.test (array?, array-fill!, array-prototype): Add tests.
488
489 2004-01-23 Marius Vollmer <mvo@zagadka.de>
490
491 * tests/r5rs_pitfall.scm: Removed again. I was confused. The
492 file added to SCM_TESTS was r5rs_pitfall.test, not
493 r5rs_pitfall.scm.
494
495 2004-01-23 Dirk Herrmann <dirk@dirk-herrmanns-seiten.de>
496
497 * tests/syntax.test: Added test for unmemoizing internal defines.
498
499 2004-01-21 Marius Vollmer <mvo@zagadka.de>
500
501 * tests/srfi-26.test: New.
502 * Makefile.am (SCM_TESTS): Added it.
503
504 2004-01-11 Marius Vollmer <mvo@zagadka.de>
505
506 * tests/r5rs_pitfall.scm: New.
507 * Makefile.am (SCM_TESTS): Added it.
508
509 2004-01-11 Kevin Ryde <user42@zip.com.au>
510
511 * tests/exceptions.test (false-if-exception): Disable tests on
512 referencing expansion environment, reverted.
513
514 2004-01-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
515
516 * standalone/test-unwind.c: Adapted to 'frame' renamings.
517 (check_fluid): New.
518
519 * Makefile.am (SCM_TESTS): Added continuations.test.
520
521 2004-01-07 Kevin Ryde <user42@zip.com.au>
522
523 * tests/numbers.test (<): Add tests inum/bignum/flonum/frac with frac.
524
525 * tests/q.test: New file.
526 (q-pop!): Exercise this, in particular the "not/null?" bug reported by
527 Richard Todd.
528 * Makefile.am (SCM_TESTS): Add q.test.
529
530 * tests/unif.test: New file.
531 (uniform-array-set1!): Exercise this, in particular previous segv on
532 improper arg list.
533 * Makefile.am (SCM_TESTS): Add unif.test.
534
535 2004-01-06 Marius Vollmer <marius.vollmer@uni-dortmund.de>
536
537 * standalone/test-unwind.c (close_port, delete_file, check_ports):
538 New.
539
540 2004-01-03 Marius Vollmer <mvo@zagadka.de>
541
542 * standalone/test-unwind.c: New test, for the frames stuff.
543 * standalone/Makefile.am: Compile and run it.
544
545 2004-01-04 Kevin Ryde <user42@zip.com.au>
546
547 * tests/exceptions.test (false-if-exception): Add tests.
548
549 2003-11-30 Marius Vollmer <mvo@zagadka.de>
550
551 * tests/syntax.test: It's "#\\space", not "#\space".
552
553 2003-11-21 Marius Vollmer <mvo@zagadka.de>
554
555 * tests/numbers.test: #e1.2 is now exactly 12/10. Expect
556 exceptions when calling inexact? with a non-number.
557
558 2003-12-03 Kevin Ryde <user42@zip.com.au>
559
560 * tests/fractions.test: Exercise most-negative-fixnum over -ve of
561 most-negative-fixnum.
562
563 * tests/fractions.test (real-part): Expect fraction return, not
564 converted to flonum.
565
566 * tests/numbers.test (abs): Add a few more tests.
567
568 * tests/srfi-1.test (count): New tests.
569
570 2003-12-01 Mikael Djurfeldt <mdj@chunk.mit.edu>
571
572 * standalone/Makefile.am (snarfcppopts): Added -I$(top_srcdir).
573
574 2003-11-19 Rob Browning <rlb@defaultvalue.org>
575
576 * standalone/test-system-cmds: new test.
577
578 * standalone/Makefile.am (check_SCRIPTS): add test-system-cmds.
579 (TESTS): add test-system-cmds.
580
581 2003-11-18 Marius Vollmer <marius.vollmer@uni-dortmund.de>
582
583 * tests/numbers.test ("string->number"): Expect exact rationals
584 for things like "1/2" and "#e1.2".
585 ("inexact->exact"): Expect overflow error for infs and nans.
586
587 * tests/fractions.test: New file from Bill Schottstaedt. Thanks!
588
589 * tests/bit-operations.test (fixnum-bit): Round the result so that
590 fixnum-bit really is an integer.
591
592 2003-11-17 Marius Vollmer <mvo@zagadka.de>
593
594 * tests/srfi-17.test: Expect a "Bad variable" error for (set! #f
595 1).
596
597 2003-11-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
598
599 * tests/syntax.test: Tests that check for the correct handling of
600 internal defines with begin work now.
601
602 2003-11-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
603
604 * tests/syntax.test: Fixed test that checks for the correct
605 handling of macros in the context of internal defines.
606
607 2003-11-15 Kevin Ryde <user42@zip.com.au>
608
609 * tests/bit-operations.test: Use (test-suite lib), for the benefit of
610 standalone execution.
611
612 2003-11-09 Dirk Herrmann <D.Herrmann@tu-bs.de>
613
614 * tests/optargs.test: Wrap tests in module (test-suite
615 test-<file-name without .test>). Rewrite test to be R5RS
616 conforming.
617
618 * tests/syntax.test: Added test to check correct handling of
619 internal defines.
620
621 2003-11-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
622
623 * tests/syntax.test (exception:missing-body-expr): New.
624
625 Renamed section 'define' to 'top-level define' and added a new
626 section 'internal define' with some tests.
627
628 2003-11-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
629
630 * tests/syntax.test (exception:missing/extra-expr-misc): Removed.
631
632 (exception:illegal-empty-combination): New.
633
634 (exception:missing/extra-expr): Unified capitalization.
635
636 Adapted test for '()' to the new way of error reporting.
637
638 2003-10-19 Kevin Ryde <user42@zip.com.au>
639
640 * tests/numbers.test: Use define-module to hide helper defines.
641 (dbl-mant-dig, ash-flo): New helpers.
642 (exact->inexact): New tests.
643
644 2003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
645
646 * tests/syntax.test (exception:bad-var): Removed.
647
648 Adapted tests for 'set!' to the new way of error reporting.
649
650 2003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
651
652 * tests/dynamic-scope.test (exception:missing-expr): Introduced
653 temporarily until all memoizers use the new way of error
654 reporting.
655
656 2003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
657
658 * tests/syntax.test (exception:missing/extra-expr,
659 exception:missing/extra-expr-misc): Renamed
660 exception:missing/extra-expr to exception:missing/extra-expr-misc.
661
662 (exception:missing/extra-expr-syntax,
663 exception:missing/extra-expr): Renamed
664 exception:missing/extra-expr-syntax to
665 exception:missing/extra-expr.
666
667 2003-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
668
669 * lib.scm (exception:bad-variable): New.
670
671 * tests/syntax.test (exception:bad-binding,
672 exception:duplicate-binding): New.
673
674 (exception:duplicate-bindings): Removed.
675
676 Adapted tests for 'let', 'let*' and 'letrec' to the new way of
677 error reporting.
678
679 2003-10-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
680
681 * tests/syntax.test (define exception:bad-formal, define
682 exception:duplicate-formal): New.
683
684 (exception:duplicate-formals): Removed.
685
686 (exception:bad-formals): Adapted to the new way of error
687 reporting.
688
689 Adapted tests for 'lambda' to the new way of error reporting.
690
691 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
692
693 * tests/syntax.test (exception:missing/extra-expr-syntax): Fixed
694 to be unaware of whether line number information is given or not.
695
696 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
697
698 * tests/syntax.test (exception:missing/extra-expr-syntax): New,
699 introduced temporarily until all memoizers use the new way of
700 error reporting.
701
702 Adapted tests for 'if' to the new way of error reporting.
703
704 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
705
706 * tests/syntax.test (exception:missing-expr,
707 exception:extra-expr): New.
708
709 Adapted tests for 'begin' to the new way of error
710 reporting.
711
712 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
713
714 * tests/syntax.test (exception:misplaced-else-clause,
715 exception:bad-cond-clause): New.
716
717 (exception:bad/missing-clauses, exception:extra-case-clause):
718 Removed.
719
720 Adapted tests for 'case' and 'cond' to the new way of error
721 reporting.
722
723 The tests that check if cond is hygienic pass now.
724
725 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
726
727 * tests/syntax.test: Fixed and activated test of empty case label
728 support.
729
730 2003-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
731
732 * tests/syntax.test (exception:bad-expression,
733 exception:missing-clauses, exception:bad-case-clause,
734 exception:extra-case-clause, exception:bad-case-labels): New.
735
736 Added some tests and adapted tests for 'case' to the new way of
737 error reporting.
738
739 2003-10-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
740
741 * lib.scm (run-test-exception): Handle syntax errors.
742
743 2003-10-10 Marius Vollmer <mvo@zagadka.de>
744
745 * tests/numbers.test (inexact->exact): Use corrent argument order
746 for pass-if-exception. Use "+inf.0" instead of "+.inf", etc.
747
748 2003-10-09 Kevin Ryde <user42@zip.com.au>
749
750 * tests/numbers.test (inexact->exact): New tests.
751
752 * tests/poe.test: New file.
753 * Makefile.am: Add it.
754
755 2003-10-07 Dirk Herrmann <D.Herrmann@tu-bs.de>
756
757 * lib.scm (exception:missing-expression): New.
758
759 * tests/dynamic-scope.test, tests/eval.test,
760 tests/r5rs_pitfall.test, tests/srfi-17.test, tests/syncase.test:
761 Wrap tests in module (test-suite test-<file-name without .test>),
762 following a practice that was used on a couple of files already.
763
764 * tests/dynamic-scope.test (exception:duplicate-binding,
765 exception:bad-binding): New.
766
767 * tests/dynamic-scope.test, tests/srfi-17.test, tests/syntax.test:
768 Execute syntactically wrong tests using eval. With the upcoming
769 new memoizer this is necessary in order to postpone the syntax
770 check to the actual evaluation of the syntactically wrong form.
771
772 * tests/syntax.test: Added some test cases and modified one test
773 case.
774
775 2003-10-02 Kevin Ryde <user42@zip.com.au>
776
777 * tests/ports.test (call-with-output-string): Test proc closing port.
778
779 2003-09-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
780
781 * guile-test: Wrapped in module (test-suite guile-test).
782
783 (main data-file-name test-file-name): Exported.
784
785 ((guile-user)::main): New function, wrapper for function
786 (test-suite guile-test)::main.
787
788 * tests/load.test: Wrapped in module (test-suite test-load).
789
790 * tests/ports.test: Wrapped in module (test-suite test-ports).
791
792 * tests/r4rs.test: Wrapped in module (test-suite test-r4rs).
793 Added comments about the required structure of the file itself,
794 since it is subject to some tests. Removed some now unnecessary
795 undefine operations.
796
797 * tests/syntax.test: Wrapped in module (test-suite test-syntax)
798
799 2003-09-19 Kevin Ryde <user42@zip.com.au>
800
801 * tests/popen.test: New file.
802 * Makefile.am (SCM_TESTS): Add it.
803
804 2003-09-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
805
806 * tests/numbers.test (equal?): Added tests.
807
808 * tests/numbers.test (=): Fixed and added some bignum related
809 tests.
810
811 2003-08-30 Kevin Ryde <user42@zip.com.au>
812
813 * tests/numbers.test (logcount): Add tests.
814
815 2003-08-23 Kevin Ryde <user42@zip.com.au>
816
817 * tests/srfi-1.test (list-copy): New tests.
818
819 * tests/srfi-19.test (date-week-number): Add tests.
820
821 2003-08-22 Kevin Ryde <user42@zip.com.au>
822
823 * tests/numbers.test (-): Exercise bignum - inum.
824
825 2003-08-17 Kevin Ryde <user42@zip.com.au>
826
827 * tests/syntax.test (while): Exercise break and continue from
828 recursive nested loops.
829
830 2003-08-14 Kevin Ryde <user42@zip.com.au>
831
832 * tests/syntax.test (while): New tests.
833
834 2003-08-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
835
836 * tests/numbers.test: Eliminated misuses of expect-fail. It
837 should only be used in cases, where guile has a known bug. It
838 should not be used in cases where an expression is expected to
839 return #f as its correct result.
840
841 2003-08-09 Kevin Ryde <user42@zip.com.au>
842
843 * tests/srcprop.test: New file.
844 * Makefile.am (SCM_TESTS): Add it.
845
846 2003-07-29 Kevin Ryde <user42@zip.com.au>
847
848 * tests/srfi-1.test (concatenate, concatenate!): New tests.
849 (length+): New tests.
850
851 * tests/srfi-34.test: Check cond-expand srfi-34.
852
853 2003-07-24 Kevin Ryde <user42@zip.com.au>
854
855 * tests/numbers.test (angle): New tests.
856
857 2003-07-18 Kevin Ryde <user42@zip.com.au>
858
859 * tests/numbers.test (*): Add complex/bignum test.
860
861 2003-07-14 Matthias Koeppe <mkoeppe@mail.math.uni-magdeburg.de>
862
863 * tests/srfi-1.test (partition): Add tests.
864
865 2003-07-08 Kevin Ryde <user42@zip.com.au>
866
867 * tests/numbers.test (make-polar, magnitude): New tests.
868
869 * tests/srfi-1.test (delete, delete!): Add more tests.
870 (delete-duplicates, delete-duplicates!): New tests.
871
872 2003-06-21 Kevin Ryde <user42@zip.com.au>
873
874 * tests/numbers.test (truncate, round, asinh, acosh, atanh): Add some
875 tests.
876
877 2003-06-19 Kevin Ryde <user42@zip.com.au>
878
879 * tests/posix.test: New file, exercising putenv, setenv, unsetenv.
880 * tests/threads.test: New file, exercising parallel.
881 * Makefile.am (SCM_TESTS): Add them.
882
883 2003-06-07 Kevin Ryde <user42@zip.com.au>
884
885 * tests/srfi-6.test: New file.
886 * Makefile.am (SCM_TESTS): Add it.
887
888 2003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
889
890 * tests/chars.test: Fixed test comment. The bug that this test
891 detects was actually introduced by my patch from 2003-05-31.
892
893 2003-06-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
894
895 * tests/chars.test: Added test, attempting to apply a character.
896 This test will only pass if the other changes that are submitted
897 together with this patch are also applied.
898
899 2003-06-05 Kevin Ryde <user42@zip.com.au>
900
901 * tests/numbers.test (logcount): Add a few more tests, to exercise
902 recent scm_logcount change.
903
904 * tests/reader.test (reading): Test bad # error message is formattable.
905
906 2003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
907
908 * tests/pairs.test: Added.
909
910 2003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
911
912 * tests/vectors.test: Added.
913
914 2003-06-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
915
916 * tests/guardians.test: Uses module (ice-9 weak-vector).
917
918 2003-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
919
920 * lib.scm: Documented the short form for pass-if and expect-fail.
921
922 (pass-if, expect-fail): Simplified.
923
924 2003-05-30 Kevin Ryde <user42@zip.com.au>
925
926 * tests/numbers.test (max, min): Add tests involving NaNs.
927
928 2003-05-29 Stefan Jahn <stefan@lkcc.org>
929
930 * standalone/Makefile.am: Setup to build on mingw32.
931
932 2003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
933
934 * tests/elisp.test: Added missing quote around vector constants.
935
936 2003-05-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
937
938 * tests/r5rs_pitfall.test: Test 2.1 now passes.
939
940 2003-05-13 Kevin Ryde <user42@zip.com.au>
941
942 * tests/numbers.test (=, <, max, min): Add tests of bignum/inf
943 combinations.
944
945 * tests/srfi-1.test (delete, delete!): Test predicate call arg order.
946
947 2003-05-10 Kevin Ryde <user42@zip.com.au>
948
949 * tests/numbers.test (=, <): Add tests involving NaNs.
950
951 * tests/numbers.test (integer-length): Exercise some negatives, in
952 particular -2^n which is ...11100..00.
953
954 * tests/numbers.test (gcd): Exercise bignum/inum with a bignum not
955 fitting a ulong.
956
957 * tests/srfi-1.test: New file, exercising take and drop.
958 * Makefile.am (SCM_TESTS): Add it.
959
960 2003-05-06 Kevin Ryde <user42@zip.com.au>
961
962 * tests/numbers.test (-): Add test for negative inum subtract bignum.
963 (logcount): New tests, exercising some negatives.
964
965 2003-05-03 Marius Vollmer <mvo@zagadka.de>
966
967 * tests/r5rs_pitfall.test: New. Thanks to Dale P. Smith for
968 pointing us to these tests.
969
970 2003-04-30 Neil Jerram <neil@ossau.uklinux.net>
971
972 * Makefile.am (SCM_TESTS): Add tests/srfi-34.test.
973
974 * tests/srfi-34.test: New file.
975
976 2003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
977
978 * tests/syntax.test: Modified some tests to use eval when
979 providing bad syntax. Otherwise, the memoizer will report an
980 error immediately after reading the form, without even the chance
981 to get the pass-if-exception mechanism started.
982
983 2003-04-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
984
985 * tests/guardians.test: Added some more elaborate and
986 sophisticated tests for the guardian functionality.
987
988 2003-04-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
989
990 * tests/sort.test: Added. Both tests in that file did fail (one
991 even with a segfault) with CVS guile before the recent changes to
992 sort.c.
993
994 2003-04-17 Mikael Djurfeldt <djurfeldt@nada.kth.se>
995
996 * tests/goops.test: Added tests for correctness of class
997 precedence list in all basic classes and tests for eqv? and
998 equal?.
999
1000 2003-04-15 Mikael Djurfeldt <djurfeldt@nada.kth.se>
1001
1002 * tests/goops.test: Added tests for class redefinition, object
1003 update and active slots.
1004
1005 2003-04-14 Rob Browning <rlb@defaultvalue.org>
1006
1007 * standalone/test-asmobs-lib.c (libtest_asmobs_init): include
1008 test-asmobs-lib.x rather than test-asmobs-lib.x.c.
1009
1010 * standalone/Makefile.am: change from .c.x to .x to be consistent
1011 with the rest of guile.
1012
1013 2003-04-09 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1014
1015 * standalone/Makefile.am (snarfcppopts): use DEFAULT_INCLUDES
1016 instead of INCLUDES
1017
1018 2003-04-07 Rob Browning <rlb@defaultvalue.org>
1019
1020 * Makefile.am (SUBDIRS): add standalone.
1021
1022 * guile-test: added "Running test FOO" output by default. There
1023 may be a good reason to remove this, but the output can be helpful
1024 in determining where a failure occurred.
1025
1026 * standalone/test-num2integral.c: new test -- one new regression
1027 check.
1028
1029 * standalone/test-gh.c: new test code (migrated from
1030 tests/c-api/) -- a trivial start.
1031
1032 * standalone/test-asmobs-lib.c: new test script (migrated from
1033 tests/asmobs/).
1034
1035 * standalone/test-asmobs: new test script.
1036
1037 * standalone/README: new file.
1038
1039 * standalone/Makefile.am: new file.
1040
1041 * standalone/.cvsignore: new file.
1042
1043 * tests/asmobs/Makefile: removed (functionality is now in standalone/).
1044
1045 * tests/asmobs/README: removed (functionality is now in standalone/).
1046
1047 * tests/asmobs/asmobs-test.scm: removed (functionality is now in
1048 standalone/).
1049
1050 * tests/asmobs/asmobs.c: removed (functionality is now in standalone/).
1051
1052 * tests/asmobs/: removed (functionality is now in standalone/).
1053
1054 * tests/c-api/strings.c: add a note to the source about this code
1055 being unused.
1056
1057 2003-04-05 Marius Vollmer <mvo@zagadka.de>
1058
1059 * Changed license terms to the plain LGPL thru-out.
1060
1061 2003-03-24 Rob Browning <rlb@defaultvalue.org>
1062
1063 * tests/numbers.test: added tests (some simple) for various funcs.
1064 ("odd?"): added tests.
1065 ("even?"): added tests.
1066 ("nan?"): added tests.
1067 ("abs"): added tests.
1068 ("lcm"): added tests.
1069 ("number->string"): added tests.
1070 ("number?"): added tests.
1071 ("complex?"): added tests.
1072 ("real?"): added tests.
1073 ("rational?"): added tests.
1074 ("integer?"): added tests.
1075 ("inexact?"): added tests.
1076 ("="): added tests.
1077 ("zero?"): added tests.
1078 ("positive?"): added tests.
1079 ("negative?"): added tests.
1080
1081 * lib.scm (pass-if): allow really simple tests where the test code
1082 is also the name like (pass-if (even? 2)).
1083 (expect-fail): allow really simple tests where the test code is
1084 also the test name like (expect-fail (even? 2)).
1085
1086 2003-03-19 Marius Vollmer <mvo@zagadka.de>
1087
1088 * tests/format.test ("format basic output"): Added test for "~F"
1089 from Matthias Koeppe.
1090
1091 2003-02-19 Mikael Djurfeldt <djurfeldt@nada.kth.se>
1092
1093 * tests/elisp.test: Use module (ice-9 weak-vector).
1094
1095 * tests/weaks.test: Use module (ice-9 weak-vector).
1096
1097 2002-12-08 Rob Browning <rlb@defaultvalue.org>
1098
1099 * tests/version.test: test (effective-version).
1100
1101 2002-11-06 Neil Jerram <neil@ossau.uklinux.net>
1102
1103 * tests/options.test: New.
1104
1105 2002-10-04 Rob Browning <rlb@defaultvalue.org>
1106
1107 * tests/numbers.test ("expt"): add tests.
1108
1109 2002-09-09 Marius Vollmer <mvo@zagadka.ping.de>
1110
1111 * Makefile.am (dist-hook): Do not distribute CVS directories.
1112 Thanks to Greg Troxel!
1113
1114 2002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1115
1116 * tests/reader.test: change misc-error in read-error.
1117
1118 2002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1119
1120 * tests/goops.test: Added tests for define-generic and
1121 define-accessor.
1122
1123 2002-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1124
1125 * tests/goops.test: Added tests for define-class.
1126
1127 2002-05-07 Marius Vollmer <mvo@zagadka.ping.de>
1128
1129 * tests/numbers.test (/): Expect divison by an inexact zero to
1130 yield +inf.0.
1131
1132 2002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
1133
1134 * tests/regexp.test (regexp-substitute/global): Do not test with
1135 empty regexp. Empty regexps do not work on NetBSD.
1136
1137 * tests/syncase.test (basic syncase macro): Added.
1138
1139 2002-04-26 Marius Vollmer <mvo@zagadka.ping.de>
1140
1141 * tests/srfi-13.test (string-tokenize): Updated for fixed
1142 semantics.
1143
1144 2002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
1145
1146 * Makefile.am (SCM_TESTS_DIRS, dist-hook): New, distribute
1147 directories manually.
1148
1149 2002-02-09 Thien-Thi Nguyen <ttn@giblet.glug.org>
1150
1151 * guile-test (main): Handle `--flag-unresolved'. No longer set
1152 exit value to #f unconditionally on UNRESOLVED results.
1153 (for-each-file): Do not recurse into "CVS" or "RCS" subdirs.
1154
1155 2002-02-08 Neil Jerram <neil@ossau.uklinux.net>
1156
1157 * tests/elisp.test: Add tests of Elisp expression evaluation.
1158
1159 2002-01-25 Neil Jerram <neil@ossau.uklinux.net>
1160
1161 * tests/load.test: New test; for search-path with Elisp
1162 nil-terminated lists for PATH and EXTENSIONS.
1163
1164 * tests/elisp.test: More tests for Scheme primitives that should
1165 accept Elisp nil-terminated lists.
1166
1167 2002-01-24 Neil Jerram <neil@ossau.uklinux.net>
1168
1169 * tests/elisp.test: More new tests for the Elisp nil value.
1170
1171 2002-01-22 Neil Jerram <neil@ossau.uklinux.net>
1172
1173 * Makefile.am (SCM_TESTS): Added elisp.test.
1174
1175 * tests/elisp.test: New file.
1176
1177 2001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
1178
1179 * tests/numbers.test: Added more division by zero tests.
1180
1181 2001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
1182
1183 * tests/numbers.test: Added division by zero tests.
1184
1185 2001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1186
1187 * tests/syntax.test: Added some tests, updated some others with
1188 respect to recent changes in eval.c. Further, extracted test
1189 cases for guile's extended set! functionality to srfi-17.test.
1190
1191 * tests/srfi-17.test: New file.
1192
1193 2001-11-04 Stefan Jahn <stefan@lkcc.org>
1194
1195 * tests/ports.test: Run (close-port) before (delete-file) if
1196 necessary/advisory.
1197
1198 2001-10-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1199
1200 * tests/eval.test: Added tests for promises.
1201
1202 2001-10-21 Mikael Djurfeldt <mdj@linnaeus>
1203
1204 * lib.scm: Move module the system directives `export',
1205 `export-syntax', `re-export' and `re-export-syntax' into the
1206 `define-module' form. This is the recommended way of exporting
1207 bindings.
1208
1209 2001-10-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
1210
1211 * tests/syntax.test: Added test cases for 'cond =>' syntax with
1212 else clause. Changed some tests and comments related to the
1213 'case' form to reflect recent changes in the implementation.
1214
1215 2001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
1216
1217 * tests/syntax.test: Added test cases for 'lambda' syntax.
1218
1219 2001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1220
1221 * tests/syntax.test: Added test cases for 'case' syntax.
1222
1223 2001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1224
1225 * tests/numbers.test: Added a test case that checks if valid
1226 number strings are transformed correctly by string->number.
1227
1228 2001-09-21 Rob Browning <rlb@defaultvalue.org>
1229
1230 * tests/numbers.test (fixnum-bit): compute dynamically.
1231
1232 * tests/bit-operations.test (fixnum-bit): compute dynamically.
1233
1234 2001-09-07 Thien-Thi Nguyen <ttn@revel.glug.org>
1235
1236 * tests/getopt-long.test ("apples-blimps-catalexis example",
1237 "multiple occurances"): New top-level sections.
1238
1239 2001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1240
1241 * tests/numbers.test: Made some of the patterns better readable.
1242
1243 2001-08-25 Thien-Thi Nguyen <ttn@revel.glug.org>
1244
1245 * tests/srfi-19.test (test-time-comparision,
1246 test-time-arithmatic): New procs.
1247
1248 Add time comparison tests using new procs.
1249 Thanks to Alex Shinn.
1250
1251 2001-08-25 Marius Vollmer <mvo@zagadka.ping.de>
1252
1253 * tests/dynamic-scope.test: New file.
1254
1255 2001-08-24 Thien-Thi Nguyen <ttn@revel.glug.org>
1256
1257 * tests/srfi-13.test (string-for-each, string-for-each-index):
1258 Add tests. (Thanks to Alex Shinn.)
1259
1260 2001-08-22 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
1261
1262 * tests/srfi-13.test (string-map): Swapped order of string and
1263 proc args to conform with the srfi. (Thanks to Alex Shinn.)
1264
1265 2001-08-12 Thien-Thi Nguyen <ttn@revel.glug.org>
1266
1267 * tests/getopt-long.test (exception:no-such-option,
1268 exception:option-does-not-support-arg,
1269 exception:option-must-be-specified,
1270 exception:option-must-have-arg, exception:not-enough-args):
1271 New vars.
1272
1273 ("option-ref", "required", "specified no value, given anyway",
1274 "specified arg required"): New top-level sections.
1275
1276 2001-08-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
1277
1278 * tests/numbers.test: Added Some syntax tests for
1279 string->number.
1280
1281 2001-08-09 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1282
1283 * Makefile.am (TESTS): Do not call the variable "TESTS", call it
1284 "SCM_TESTS". This has special meaning to automake. How many
1285 tries left to get this right, mvo?
1286
1287 2001-08-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1288
1289 * Makefile.am (TESTS): List tests explicitely instead of using a
1290 wildcard. Wildcards don't seem to work for VPATH "make dist"s.
1291
1292 2001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
1293
1294 * Makefile.am: New file, to control distribution of the
1295 test-suite.
1296
1297 2001-08-02 Thien-Thi Nguyen <ttn@revel.glug.org>
1298
1299 * tests/getopt-long.test: New file.
1300
1301 2001-08-01 Thien-Thi Nguyen <ttn@revel.glug.org>
1302
1303 * lib.scm (run-test-exception): Add special handling for
1304 `error'-generated exceptions, which pass key `misc-error' and
1305 leave messages unformatted.
1306
1307 2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1308
1309 * tests/alist.test, tests/bit-operations.test,
1310 tests/common-list.test, tests/environments.test, tests/eval.test,
1311 tests/gc.test, tests/hooks.test, tests/import.test,
1312 tests/interp.test, tests/list.test, tests/load.test,
1313 tests/numbers.test, tests/ports.test, tests/r4rs.test,
1314 tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
1315 copyright notice.
1316
1317 2001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1318
1319 * tests/srfi-14.test: New file.
1320
1321 2001-07-13 Marius Vollmer <mvo@zagadka.ping.de>
1322
1323 * tests/import.test: New file.
1324
1325 2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1326
1327 * tests/goops.test: Started with some real tests.
1328
1329 2001-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1330
1331 * guile-test: Use module (ice-9 rdelim).
1332
1333 2001-06-27 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1334
1335 * tests/srfi-4.test: New file.
1336
1337 2001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
1338
1339 Thanks to Matthias Köppe!
1340
1341 * tests/ports.test: New test for output port line counts.
1342 * tests/format.test, tests/optargs.test, tests/srfi-19.test: New
1343 files.
1344
1345 2001-05-28 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1346
1347 * tests/symbols.test ("gensym"): New tests for long gensym
1348 prefices and embedded NULs in prefices.
1349
1350 2001-05-21 Marius Vollmer <mvo@zagadka.ping.de>
1351
1352 * test/goops.test, test/syncase.test: New, minimal tests.
1353
1354 2001-05-19 Marius Vollmer <mvo@zagadka.ping.de>
1355
1356 * tests/version.test: Updated test for new micro version stuff.
1357
1358 2001-05-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1359
1360 * tests/srfi-13.test: More tests.
1361
1362 2001-05-10 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1363
1364 * tests/srfi-10.test: New file.
1365
1366 * tests/srfi-9.test: New file.
1367
1368 * tests/srfi-13.test: Added some more tests.
1369
1370 2001-05-09 Thien-Thi Nguyen <ttn@revel.glug.org>
1371
1372 * tests/eval.test: ("evaluator" "memoization"): New test
1373 prefix block.
1374 ("transparency"): New "evaluator memoization" test.
1375
1376 2001-05-08 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1377
1378 * tests/srfi-13.test: Added module access kludge, and uncommented
1379 some tests depending on this.
1380
1381 2001-05-07 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1382
1383 * tests/srfi-13.test: New file testing the SRFI string library.
1384
1385 2001-04-26 Gary Houston <ghouston@arglist.com>
1386
1387 * tests/r4rs.test: delete files tmp1, tmp2, tmp3 after the tests
1388 have run.
1389
1390 * tests/ports.test (test-file), tests/load.test (temp-dir):
1391 redefined using data-file-name instead of tmpnam. the test files
1392 will be created in the build directory instead of /var/tmp or
1393 whereever tmpnam puts them.
1394
1395 2001-04-02 Dirk Herrmann <D.Herrmann@tu-bs.de>
1396
1397 * tests/symbols.c: Added some tests.
1398
1399 2001-03-19 Gary Houston <ghouston@arglist.com>
1400
1401 * tests/r4rs.test: use test-file-name to locate r4rs.test,
1402 not data-file-name.
1403
1404 * guile-test: define tmp-dir, the location where r4rs.test will
1405 create it's temporary files.
1406 (data-file-name): use tmp-dir. this must be under build-dir,
1407 not src-dir.
1408
1409 2001-03-18 Gary Houston <ghouston@arglist.com>
1410
1411 * guile-test: use #!/bogus-path/..., not #!/home/dirk/... in the
1412 first line.
1413
1414 2001-03-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
1415
1416 * tests/syntax.test: Added a test for let* bindings and
1417 re-arranged and slightly improved the existing one.
1418
1419 2001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
1420
1421 * tests/syntax.test ("let*"): Changed the `duplicate bindings'
1422 test, dups are allowed in `let*' and are now expected to pass.
1423
1424 2001-03-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1425
1426 * lib.scm (run-test-exception): Preserve the original error's
1427 stack for re-throwing.
1428
1429 2001-03-04 Marius Vollmer <mvo@zagadka.ping.de>
1430
1431 * tests/syntax.test ("let,duplicate bindings", "let*,duplicate
1432 bindings", "letrec,duplicate bindings"): Expect to pass, bug has
1433 been fixed.
1434
1435 2001-03-03 Marius Vollmer <mvo@zagadka.ping.de>
1436
1437 * tests/syntax.test ("duplicate formals"): New category, move
1438 appropriate tests here. Expect them to pass.
1439 ("empty parentheses"): Expect to pass, bug has been fixed.
1440
1441 * tests/alist.test: Use "'()" instead of "()" in all places
1442 where the empty list is meant.
1443
1444 2001-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1445
1446 * lib.scm (exception:unbound-var, exception:wrong-num-args): New
1447 exported constants.
1448
1449 * tests/r4rs.test: Make sure that no bindings for x and y exist
1450 after the file is loaded.
1451
1452 * tests/syntax.test: New file.
1453
1454 * tests/exceptions.test, tests/syntax.test, tests/eval.test:
1455 Moved the test cases that are related to guile's syntactic forms
1456 from tests/exceptions.test to tests/syntax.test. Moved tests
1457 related to evaluation and application to tests/eval.test.
1458
1459 * tests/exceptions.test: Added some test cases that check guile's
1460 exception handling.
1461
1462 2001-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1463
1464 * tests/exceptions.test, tests/numbers.test: Moved the number
1465 related test cases from tests/exceptions.test to
1466 tests/numbers.test.
1467
1468 * tests/numbers.test: Added a test case.
1469
1470 2001-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
1471
1472 * tests/symbols.test: New file.
1473
1474 (exception:immutable-string): New constant. Currently, this is a
1475 dummy since guile does not have immutable strings.
1476
1477 * tests/exceptions.test, tests/strings.test, tests/symbols.test:
1478 Moved the string related test cases from tests/exceptions.test to
1479 tests/strings.test and the symbol related test cases to
1480 tests/symbols.test.
1481
1482 * tests/strings.test: Copyright notice updated. Added a couple
1483 of test cases.
1484
1485 (exception:immutable-string): New constant. Currently, this is a
1486 dummy since guile does not have immutable strings.
1487
1488 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1489
1490 * tests/exceptions.test: Use expect-fail-exception to indicate
1491 test cases where exceptions should occur, but don't.
1492
1493 (exception:bad-bindings, exception:bad-formals, exception:bad-var,
1494 exception:missing/extra-expr): New constants.
1495
1496 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1497
1498 * tests/reader.test, tests/exceptions.test: Moved the reader
1499 related test cases from tests/exceptions.test to
1500 tests/reader.test.
1501
1502 * tests/reader.test (exception:eof, exception:unexpected-rparen):
1503 New constants.
1504
1505 * tests/exceptions.test (read-string, x:eof, x:unexpected-rparen):
1506 Removed.
1507
1508 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1509
1510 * lib.scm (signals-error?, signals-error?*): Removed.
1511
1512 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1513
1514 * lib.scm: Added comment about new convenience functions/macros
1515 to test for exceptions.
1516
1517 (exception:out-of-range, exception:wrong-type-arg): New exported
1518 constants.
1519
1520 (run-test-exception): New function.
1521
1522 (pass-if-exception, expect-fail-exception): New exported macros.
1523
1524 * tests/environments.test: Fixed tests that were checking for
1525 exceptions when set!ing an unbound symbol.
1526
1527 (exception:unbound-symbol): New constant.
1528
1529 * tests/hooks.test (catch-error-returning-true, pass-if-not,
1530 catch-error-returning-false), tests/weaks.test
1531 (catch-error-returning-true, pass-if-not,
1532 catch-error-returning-false): Removed. The macro pass-if-not was
1533 not used. The macro catch-error-returning-false is unnecessary
1534 since exceptions are caught by the test-suite anyway. The
1535 functionality of catch-error-returning-true is provided by the new
1536 convenience macro pass-if-exception.
1537
1538 * tests/hooks.test (exception:wrong-num-hook-args): New constant.
1539 Maybe a standard wrong-num-arg exception should be thrown instead
1540 of a misc-error?
1541
1542 * tests/reader.test (try-to-read): Replaced by read-string.
1543
1544 (read-string): New function.
1545
1546 * tests/alist.test, tests/environments.test, tests/eval.test,
1547 tests/hooks.test, tests/list.test, tests/ports.test,
1548 tests/reader.test, tests/strings.test, tests/weaks.test: Replace
1549 tests for exceptions with the new convenience macros.
1550
1551 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1552
1553 * tests/alist.test: Remove redundant test name prefix.
1554
1555 2001-02-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
1556
1557 * lib.scm (pass-if): Tests shall return a boolean value.
1558
1559 * tests/bit-operations.test (documented?), tests/common-list.test
1560 (documented?), tests/environments.test (documented?),
1561 tests/eval.test (documented?), tests/gc.test (documented?),
1562 tests/numbers.test (documented?), tests/guardians.test,
1563 tests/hooks.test, tests/interp.test, tests/weaks.test: Make sure
1564 that tests return a boolean value.
1565
1566 * tests/list.test (documented?): New function, replace all checks
1567 for documentation with calls to this function.
1568
1569 2001-02-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
1570
1571 * lib.scm (data-file): Remove from export list.
1572
1573 2001-02-22 Thien-Thi Nguyen <ttn@revel.glug.org>
1574
1575 * tests/exceptions.test (syntax lambda): Renamed from (lambda).
1576 (syntax lambda cond-arrow-proc): Renamed from (lambda cond-arrow-proc).
1577 (syntax reading): New section.
1578 (syntax let*): New section.
1579 (syntax letrec): New section.
1580 (syntax set!): New section.
1581 (syntax misc): New section.
1582 (bindings unbound): New section.
1583 (bindings immutable-modification): New section.
1584 (bindings let): New section.
1585 (bindings let*): New section.
1586 (bindings letrec): New section.
1587
1588 * tests/exceptions.test: New file.
1589
1590 2001-02-08 Marius Vollmer <marius.vollmer@uni-dortmund.de>
1591
1592 * guile-test: Use (ice-9 and-let-star) instead of (ice-9
1593 and-let*).
1594
1595 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1596
1597 This patch fixes things that I have broken with the last one :-(
1598
1599 * guile-test (test-suite): New variable.
1600
1601 (data-file-name): New function. Has the same purpose as the
1602 former function data-file from lib.scm. Moved here in order to
1603 have all file name handling at the same place. In contrast to the
1604 former 'data-file function, it is not checked whether a file
1605 exists. This allows to use this function also for file names of
1606 files that are still to be created.
1607
1608 (test-file-name): Use the global 'test-suite variable.
1609
1610 (main): Initialize 'test-suite instead of a local variable.
1611
1612 * lib.scm: Don't import paths any more.
1613
1614 (data-file): Removed. Resurrected with a sligtly different
1615 functionality as 'data-file-name' in guile-test.
1616
1617 * r4rs.scm: For all references to temporary file, make use of
1618 data-file-name.
1619
1620 2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1621
1622 The following patch was sent by Thien-Thi Nguyen and a little bit
1623 modified by me.
1624
1625 * guile-test: Usage and installation comments improved. Added
1626 support for --test-suite and --debug command line options.
1627
1628 (default-test-suite): Added to allow for simplified
1629 configurability. No need to load the paths file any more.
1630
1631 (enable-debug-mode): New function. Will be called when the
1632 --debug command line option is given.
1633
1634 (test-root): Removed. The test directory has to be fully given.
1635 This allows for arbitrarily named test directories.
1636
1637 (test-file-name, enumerate-tets): Take the test directory as a
1638 paramter instead of using the global variable 'test-root'.
1639
1640 (main): Handle the new command line options. Return an exit code
1641 depending on whether all tests came out as expected.
1642
1643 * README: Updated.
1644
1645 * paths.scm: Removed.
1646
1647 2001-01-24 Gary Houston <ghouston@arglist.com>
1648
1649 * tests/ports.test: include (ice-9 rdelim) module.
1650
1651 2001-01-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
1652
1653 * tests/numbers.test: Converted to do real boundary testing.
1654
1655 2001-01-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1656
1657 * tests/bit-operations.test: Added.
1658
1659 2000-11-03 Dirk Herrmann <D.Herrmann@tu-bs.de>
1660
1661 * tests/gc.test: Added.
1662
1663 2000-10-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1664
1665 * tests/strings.test: string=? is fixed.
1666
1667 2000-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1668
1669 * tests/list.test: Removed references to sloppy-mem(q|v|ber)
1670
1671 2000-09-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1672
1673 * tests/strings.test: Added a test to help remember that string=?
1674 and friends need fixing.
1675
1676 2000-09-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
1677
1678 * tests/environments.test: For tests that rely on garbage
1679 collection, conservative scanning can be a problem. Add a comment
1680 for these tests and make them turn out unresolved if things don't
1681 work as expected.
1682
1683 2000-09-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1684
1685 * tests/environments.test: Finished and cleaned up the tests for
1686 the leaf environments. Added a complete set of testcases for the
1687 leaf environment based eval environments. Started with the tests
1688 for the import environments.
1689
1690 2000-08-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
1691
1692 * tests/environments.test: Added.
1693
1694 2000-08-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1695
1696 * lib.scm (pass-if, expect-fail): Generalized to allow a sequence
1697 of expressions.
1698
1699 * tests/eval.test: Fix documentation test.
1700
1701 2000-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
1702
1703 * tests/list.test: Added tests for list-ref, list-set! and
1704 list-cdr-set!
1705
1706 2000-06-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1707
1708 * tests/common-list.test: Added.
1709
1710 2000-06-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
1711
1712 * tests/eval.test: Added.
1713
1714 2000-06-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
1715
1716 * tests/list.test: Use cons* instead of list*.
1717
1718 2000-06-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1719
1720 * tests/numbers.test, tests/list.test: Updated for new
1721 documentation module.
1722
1723 2000-05-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
1724
1725 * tests/hooks.test: make-hook-with-name is deprecated.
1726
1727 2000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
1728
1729 * tests/list.test, tests/numbers.test: Added.
1730
1731 2000-05-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
1732
1733 * guile-test: Eliminate use of catch-test-errors.
1734
1735 * lib.scm: Adopted a couple of nice ideas from Greg.
1736
1737 (pass, fail, expect-failure, expect-failure-if,
1738 expect-failure-if*, catch-test-errors, catch-test-errors*,
1739 expected-failure-fluid, pessimist?): Removed.
1740
1741 (run-test, expect-fail, result-tags, important-result-tags):
1742 Added.
1743
1744 (report, make-count-reporter, print-counts, make-log-reporter,
1745 full-reporter, user-reporter): Reporters take two mandatory
1746 arguments and make use of the tag descriptions in result-tags and
1747 important-result-tags.
1748
1749 * tests/alist.test, tests/hooks.test, tests/ports.test,
1750 tests/weaks.test: Don't use catch-test-errors and
1751 expect-failure-if.
1752
1753 2000-05-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1754
1755 * mambo.test: Removed dummy file.
1756
1757 2000-03-31 Gary Houston <ghouston@arglist.com>
1758
1759 * tests/ports.test (non-blocking-I/O): a couple more details:
1760 a) combine the O_NONBLOCK flag with the default flags instead
1761 of replacing them. b) check EWOULDBLOCK as well as EAGAIN.
1762
1763 2000-03-22 Jim Blandy <jimb@savonarola.red-bean.com>
1764
1765 * lib.scm: Doc fixes.
1766
1767 Sun Jan 16 14:01:51 2000 Greg J. Badros <gjb@cs.washington.edu>
1768
1769 * paths.scm: Assume that ~/guile-core/test-suite is the location
1770 of the test suite now.
1771
1772 * tests/version.test: Added -- version.c had 0% coverage before,
1773 now at 100%.
1774
1775 * tests/chars.test: Added -- needed test of char-is-both?.
1776
1777 1999-12-22 Greg Harvey <Greg.Harvey@thezone.net>
1778
1779 * tests/weaks.test, tests/hooks.test: Added.
1780
1781 1999-12-18 Greg Harvey <Greg.Harvey@thezone.net>
1782
1783 * tests/alist.test: Added.
1784
1785 Fri Dec 17 12:14:10 1999 Greg J. Badros <gjb@cs.washington.edu>
1786
1787 * tests/c-api.test: Refine the list of files that are checked in
1788 the seek-offset-test. Was just using files that end in "c", but
1789 that caught the new ".doc" files, too, so make sure that files end
1790 in ".c" before requiring that they include unistd.h if they
1791 reference SEEK_(SET|CUR|END).
1792
1793 1999-10-24 Gary Houston <ghouston@freewire.co.uk>
1794
1795 * tests/ports.test ("string ports"): test seeking/unreading from
1796 an input string and seeking an output string.
1797
1798 1999-10-20 Gary Houston <ghouston@freewire.co.uk>
1799
1800 * tests/ports.test: in seek/tell test on input port, also test
1801 that ftell doesn't discard unread chars.
1802
1803 1999-10-18 Gary Houston <ghouston@freewire.co.uk>
1804
1805 * tests/ports.test: add seek/tell tests for unidirectional ports.
1806
1807 1999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
1808
1809 * tests/reader.test: Check that number->string checks its radix
1810 properly.
1811
1812 1999-09-20 Jim Blandy <jimb@savonarola.red-bean.com>
1813
1814 * tests/ports.test: Check that our input functions cope when
1815 current-input-port is closed.
1816
1817 * tests/regexp.test: Check regexp-substitute/global when there are
1818 no matches. (Duh.)
1819
1820 1999-09-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1821
1822 * tests/c-api.test: New file. Add test to check that all source
1823 files which use SEEK_SET, SEEK_CUR, and SEEK_END include unistd.h.
1824
1825 1999-09-14 Gary Houston <ghouston@freewire.co.uk>
1826
1827 * tests/ports.test: test non-blocking I/O.
1828
1829 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
1830
1831 * tests/strings.test: Add test for substring-move! argument checking.
1832
1833 * lib.scm (signals-error?, signals-error?*): New macro and function.
1834 * tests/reader.test: Use them.
1835
1836 * tests/interp.test: Add copyright notice.
1837
1838 * tests/reader.test: New test file.
1839
1840 * tests/regexp.test: New test file.
1841
1842 1999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
1843
1844 * tests/interp.test: Added tests for evaluation of closure bodies.
1845
1846 1999-09-03 James Blandy <jimb@mule.m17n.org>
1847
1848 * tests/multilingual.nottest: New file, which we will turn into a
1849 test file once we actually have multilingual support to test.
1850
1851 * tests/load.test: New test file.
1852
1853 1999-08-30 James Blandy <jimb@mule.m17n.org>
1854
1855 * tests/strings.test: New test file.
1856
1857 1999-08-29 Gary Houston <ghouston@easynet.co.uk>
1858
1859 * tests/ports.test: test unread-char and unread-string.
1860
1861 1999-08-19 Gary Houston <ghouston@easynet.co.uk>
1862
1863 * tests/ports.test: test line-buffering of fports.
1864
1865 1999-08-18 Gary Houston <ghouston@easynet.co.uk>
1866
1867 * tests/ports.test: tests for NUL and non-ASCII chars to fports.
1868
1869 1999-08-12 Gary Houston <ghouston@easynet.co.uk>
1870
1871 * tests/ports.test: lseek -> seek.
1872
1873 1999-08-04 Gary Houston <ghouston@easynet.co.uk>
1874
1875 * tests/ports.test: tests for buffered and unbuffered input/output
1876 fports with seeking.
1877
1878 1999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
1879
1880 * tests/r4rs.test (SECTION 3 4): Each element of type-matrix
1881 corresponds to an example object, not a predicate. Aubrey
1882 probably never noticed this because SCM doesn't check the lengths
1883 of the arguments to for-each and map...
1884
1885 * tests/ports.test: Add some regression tests for char-ready?.
1886
1887 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
1888
1889 * tests/ports.test: Fix copyright years.
1890
1891 * tests/guardians.test: New test file.
1892
1893 * tests/ports.test ("read-delimited!"): New tests.
1894
1895 1999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
1896
1897 * tests/interp.test: New file.
1898
1899 1999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
1900
1901 * tests/time.test: New test file.
1902
1903 * tests/r4rs.test: New set of tests, taken from Guile's test
1904 script, taken from SCM.
1905
1906 * tests/ports.test: Group the string port tests under a new
1907 test name prefix.
1908
1909 * tests/ports.test ("line counter"): Check the final column, too.
1910
1911 * lib.scm: Import (test-suite paths).
1912 (data-file): New exported function.
1913
1914 1999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
1915
1916 * tests/ports.test ("line counter"): Add test for correct column
1917 at EOF.
1918
1919 1999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
1920
1921 * tests/ports.test ("line counter"): Verify that we do eventually
1922 get EOF on the port --- don't just read forever.
1923
1924 * lib.scm (full-reporter): The test name is the cadr of the
1925 result, not the cdr. I'm not macho enough to handle run-time
1926 typechecking.
1927
1928 * lib.scm (print-counts): XFAILS are "expected failures", not
1929 "unexpected failures."
1930
1931 * lib.scm, guile-test, paths.scm: Log begins.
1932