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