*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
index 11364ea..be13d37 100644 (file)
@@ -1,3 +1,184 @@
+2003-12-03  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/fractions.test: Exercise most-negative-fixnum over -ve of
+       most-negative-fixnum.
+
+       * tests/fractions.test (real-part): Expect fraction return, not
+       converted to flonum.
+
+       * tests/numbers.test (abs): Add a few more tests.
+
+       * tests/srfi-1.test (count): New tests.
+
+2003-12-01  Mikael Djurfeldt  <mdj@chunk.mit.edu>
+
+       * standalone/Makefile.am (snarfcppopts): Added -I$(top_srcdir).
+
+2003-11-19  Rob Browning  <rlb@defaultvalue.org>
+
+       * standalone/test-system-cmds: new test.
+
+       * standalone/Makefile.am (check_SCRIPTS): add test-system-cmds.
+       (TESTS): add test-system-cmds.
+
+2003-11-18  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/numbers.test ("string->number"): Expect exact rationals
+       for things like "1/2" and "#e1.2".
+       ("inexact->exact"): Expect overflow error for infs and nans.
+
+       * tests/fractions.test: New file from Bill Schottstaedt.  Thanks!
+
+       * tests/bit-operations.test (fixnum-bit): Round the result so that
+       fixnum-bit really is an integer.
+
+2003-11-17  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/srfi-17.test: Expect a "Bad variable" error for (set! #f
+       1).
+
+2003-11-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test: Tests that check for the correct handling of
+       internal defines with begin work now.
+
+2003-11-15  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test: Fixed test that checks for the correct
+       handling of macros in the context of internal defines.
+
+2003-11-15  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/bit-operations.test: Use (test-suite lib), for the benefit of
+       standalone execution.
+
+2003-11-09  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/optargs.test: Wrap tests in module (test-suite
+       test-<file-name without .test>).  Rewrite test to be R5RS
+       conforming.
+
+       * tests/syntax.test: Added test to check correct handling of
+       internal defines.
+
+2003-11-08  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test (exception:missing-body-expr): New.
+
+       Renamed section 'define' to 'top-level define' and added a new
+       section 'internal define' with some tests.
+
+2003-11-01  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test (exception:missing/extra-expr-misc): Removed.
+
+       (exception:illegal-empty-combination): New.
+
+       (exception:missing/extra-expr): Unified capitalization.
+
+       Adapted test for '()' to the new way of error reporting.
+
+2003-10-19  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test: Use define-module to hide helper defines.
+       (dbl-mant-dig, ash-flo): New helpers.
+       (exact->inexact): New tests.
+
+2003-10-18  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test (exception:bad-var): Removed.
+
+       Adapted tests for 'set!' to the new way of error reporting.
+
+2003-10-18  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/dynamic-scope.test (exception:missing-expr): Introduced
+       temporarily until all memoizers use the new way of error
+       reporting.
+
+2003-10-18  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test (exception:missing/extra-expr,
+       exception:missing/extra-expr-misc): Renamed
+       exception:missing/extra-expr to exception:missing/extra-expr-misc.
+
+       (exception:missing/extra-expr-syntax,
+       exception:missing/extra-expr): Renamed
+       exception:missing/extra-expr-syntax to
+       exception:missing/extra-expr.
+
+2003-10-18  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * lib.scm (exception:bad-variable): New.
+
+       * tests/syntax.test (exception:bad-binding,
+       exception:duplicate-binding): New.
+
+       (exception:duplicate-bindings): Removed.
+
+       Adapted tests for 'let', 'let*' and 'letrec' to the new way of
+       error reporting.
+
+2003-10-12  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test (define exception:bad-formal, define
+       exception:duplicate-formal): New.
+
+       (exception:duplicate-formals): Removed.
+
+       (exception:bad-formals): Adapted to the new way of error
+       reporting.
+
+       Adapted tests for 'lambda' to the new way of error reporting.
+
+2003-10-11  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test (exception:missing/extra-expr-syntax): Fixed
+       to be unaware of whether line number information is given or not.
+
+2003-10-11  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test (exception:missing/extra-expr-syntax): New,
+       introduced temporarily until all memoizers use the new way of
+       error reporting.
+
+       Adapted tests for 'if' to the new way of error reporting.
+
+2003-10-11  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test (exception:missing-expr,
+       exception:extra-expr): New.
+
+       Adapted tests for 'begin' to the new way of error
+       reporting.
+
+2003-10-11  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test (exception:misplaced-else-clause,
+       exception:bad-cond-clause): New.
+
+       (exception:bad/missing-clauses, exception:extra-case-clause):
+       Removed.
+
+       Adapted tests for 'case' and 'cond' to the new way of error
+       reporting.
+
+       The tests that check if cond is hygienic pass now.
+
+2003-10-11  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test: Fixed and activated test of empty case label
+       support.
+
+2003-10-11  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test (exception:bad-expression,
+       exception:missing-clauses, exception:bad-case-clause,
+       exception:extra-case-clause, exception:bad-case-labels): New.
+
+       Added some tests and adapted tests for 'case' to the new way of
+       error reporting.
+
 2003-10-10  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
        * lib.scm (run-test-exception): Handle syntax errors.