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