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