* libguile/eval.c (scm_m_cont, scm_m_at_call_with_values,
[bpt/guile.git] / test-suite / ChangeLog
index 6a3a7c1..a428919 100644 (file)
@@ -1,3 +1,216 @@
+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.
+
+2003-10-10  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/numbers.test (inexact->exact): Use corrent argument order
+       for pass-if-exception.  Use "+inf.0" instead of "+.inf", etc.
+
+2003-10-09  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (inexact->exact): New tests.
+
+       * tests/poe.test: New file.
+       * Makefile.am: Add it.
+
+2003-10-07  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * lib.scm (exception:missing-expression): New.
+
+       * tests/dynamic-scope.test, tests/eval.test,
+       tests/r5rs_pitfall.test, tests/srfi-17.test, tests/syncase.test:
+       Wrap tests in module (test-suite test-<file-name without .test>),
+       following a practice that was used on a couple of files already.
+
+       * tests/dynamic-scope.test (exception:duplicate-binding,
+       exception:bad-binding): New.
+
+       * tests/dynamic-scope.test, tests/srfi-17.test, tests/syntax.test:
+       Execute syntactically wrong tests using eval.  With the upcoming
+       new memoizer this is necessary in order to postpone the syntax
+       check to the actual evaluation of the syntactically wrong form.
+
+       * tests/syntax.test: Added some test cases and modified one test
+       case.
+
+2003-10-02  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/ports.test (call-with-output-string): Test proc closing port.
+
+2003-09-22  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * guile-test: Wrapped in module (test-suite guile-test).
+
+       (main data-file-name test-file-name): Exported.
+
+       ((guile-user)::main): New function, wrapper for function
+       (test-suite guile-test)::main.
+
+       * tests/load.test: Wrapped in module (test-suite test-load).
+
+       * tests/ports.test: Wrapped in module (test-suite test-ports).
+
+       * tests/r4rs.test: Wrapped in module (test-suite test-r4rs).
+       Added comments about the required structure of the file itself,
+       since it is subject to some tests.  Removed some now unnecessary
+       undefine operations.
+
+       * tests/syntax.test: Wrapped in module (test-suite test-syntax)
+
+2003-09-19  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/popen.test: New file.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2003-09-17  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/numbers.test (equal?): Added tests.
+
+       * tests/numbers.test (=): Fixed and added some bignum related
+       tests.
+
+2003-08-30  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (logcount): Add tests.
+
+2003-08-23  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (list-copy): New tests.
+
+       * tests/srfi-19.test (date-week-number): Add tests.
+
+2003-08-22  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (-): Exercise bignum - inum.
+
+2003-08-17  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/syntax.test (while): Exercise break and continue from
+       recursive nested loops.
+
+2003-08-14  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/syntax.test (while): New tests.
+
+2003-08-10  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/numbers.test: Eliminated misuses of expect-fail.  It
+       should only be used in cases, where guile has a known bug.  It
+       should not be used in cases where an expression is expected to
+       return #f as its correct result.
+
+2003-08-09  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srcprop.test: New file.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2003-07-29  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (concatenate, concatenate!): New tests.
+       (length+): New tests.
+
+       * tests/srfi-34.test: Check cond-expand srfi-34.
+
+2003-07-24  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (angle): New tests.
+
 2003-07-18  Kevin Ryde  <user42@zip.com.au>
 
        * tests/numbers.test (*): Add complex/bignum test.