*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
index f4deb83..61a8bc2 100644 (file)
@@ -1,3 +1,372 @@
+2004-05-25  Matthias Koeppe  <mkoeppe@mail.math.uni-magdeburg.de>
+
+       * tests/format.test (~{): Test no arbitrary iteration limit.
+
+2004-07-10  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-conversion.c (test_is_signed_integer,
+       test_is_unsigned_integer): Expect inexact integers to fail.
+
+2004-07-10  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/hash.test: New file.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2004-07-08  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-unwind.c: Use scm_from_int instead of
+       SCM_MAKINUM and scm_is_eq instead SCM_EQ_P.
+
+2004-07-07  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-conversion.c: Don't define SCM_T_INTMAX_MIN,
+       etc, they are now provided by libuile.h.
+       (test_int_sizes): New.
+       
+2004-07-06  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-num2integral.c, standalone/test-unwind.c:
+       Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
+       SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
+       scm_from_bool, and scm_is_bool, respectively.
+
+       * standalone/Makefile.am: Added test-conversion to the TESTS.
+
+       * standalone/test-conversion.c: New file.
+
+2004-06-20  Rob Browning  <rlb@defaultvalue.org>
+
+       * tests/srfi-31.test: new test for SRFI-31.
+
+       * Makefile.am (SCM_TESTS): add tests/srfi-31.scm.
+
+2004-06-15  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/numbers.test (number->string): Some results might differ
+       between versions of Guile compiled optimized and unoptimized.
+       Both results are accepted now.
+
+2004-05-29  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * tests/syntax.test: Added various tests to check that
+       unmemoization works correctly.
+
+2004-05-30  Kevin Ryde  <user42@zip.com.au>
+
+       * lib.scm (exception:numerical-overflow): New define.
+       * tests/numbers.test (modulo-expt): Use it and
+       exception:wrong-type-arg, avoiding empty "" regexp which is invalid on
+       BSD.  Reported by Andreas Vögele.
+
+2004-05-29  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * standalone/test-asmobs-lib.c: Fixed include statement.
+
+2004-05-24  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * tests/goops.test: Wrap tests in module (test-suite
+       test-<file-name without .test>).  Remove calls to deprecated macro
+       `undefine'.
+
+2004-05-10  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/numbers.test (number->string): Added tests for
+       non-radix-10 floating point conversions.
+
+2004-05-10  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (logbit?): New tests.
+
+2004-05-09  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-19.test (test-dst, string->date local DST): Test with
+       "EST5EDT" instead of "CET", since HP-UX doesn't know CET.  Reported by
+       Andreas Vögele.
+
+2004-05-03  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/time.test (strftime): Force tm:isdst to 0 for the test, for
+       the benefit of HP-UX.  Reported by Andreas Vögele.
+       Use set-tm:zone rather than a hard coded vector offset.
+
+2004-04-29  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * tests/elisp.test: Wrap tests in module (test-suite
+       test-<file-name without .test>), following a practice that was
+       used on a couple of files already.
+
+2004-04-28  Kevin Ryde  <user42@zip.com.au>
+
+       * standalone/test-num2integral.c (test_long_long): Exercise
+       out-of-range errors on various cases.
+       (test_ulong_long): New function, split from test_long_long and
+       similarly exercising out-of-range.
+
+2004-04-26  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * tests/syntax.test: Add test case to check the correct handling
+       of define expressions.
+
+2004-04-25  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/socket.test: New file, exercising inet-ntop.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2004-04-24  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-11.test: New file.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2004-04-22  Kevin Ryde  <user42@zip.com.au>
+
+       * standalone/test-round.c: New file, exercising scm_round.
+       * standalone/Makefile.am: Add it.
+
+2004-04-15  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (max, min): Exercise some inum/frac, frac/inum,
+       big/frac, frac/big and frac/frac cases.
+
+       * tests/numbers.test (min): Correction, test "documented? min" not
+       "documented? max".
+
+2004-04-06  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (quotient, remainder): Exercise inum/big at and
+       near special case inum == fixnum-min, big == -fixnum-min.
+
+2004-03-26  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (min, max): Check inexactness of big/real and
+       real/big combinations, collect up tests under arg types for clarity.
+
+2004-03-26  Eric Hanchrow <offby1@blarg.net>
+       
+       * tests/numbers.test (modulo-expt): New tests.
+
+2004-03-24  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * tests/eval.test: Added tests which reflect the recent fixes to
+       copy-tree.
+
+2004-02-29  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/posix.test (execl, execlp, execle): Exercise errors where
+       program not found.  [But disabled, due to problems with threading.]
+
+2004-02-22  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (max, min): Exercise some complex num cases.
+
+2004-02-18  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/fractions.test: Added copyright notice of Michael Stoll,
+       who probably wrote the original CLISP code.
+
+2004-02-18  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/fractions.test: Remove 1/3 == 1.0/3.0, not true.
+
+       * tests/numbers.test (=): Exercise frac+real and frac+complex.
+
+2004-02-17  Marius Vollmer  <mvo@zagadka.de>
+
+       * Makefile.am (SCM_TESTS): Added test/fractions.test.
+
+2004-02-12  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/unif.test (array?, array-fill!, array-prototype): Add tests.
+
+2004-01-23  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/r5rs_pitfall.scm: Removed again.  I was confused.  The
+       file added to SCM_TESTS was r5rs_pitfall.test, not
+       r5rs_pitfall.scm.
+
+2004-01-23  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * tests/syntax.test: Added test for unmemoizing internal defines.
+
+2004-01-21  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/srfi-26.test: New.
+       * Makefile.am (SCM_TESTS): Added it.
+
+2004-01-11  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/r5rs_pitfall.scm: New.
+       * Makefile.am (SCM_TESTS): Added it.
+       
+2004-01-11  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/exceptions.test (false-if-exception): Disable tests on
+       referencing expansion environment, reverted.
+
+2004-01-07  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-unwind.c: Adapted to 'frame' renamings.
+       (check_fluid): New.
+
+       * Makefile.am (SCM_TESTS): Added continuations.test.
+
+2004-01-07  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (<): Add tests inum/bignum/flonum/frac with frac.
+
+       * tests/q.test: New file.
+       (q-pop!): Exercise this, in particular the "not/null?" bug reported by
+       Richard Todd.
+       * Makefile.am (SCM_TESTS): Add q.test.
+
+       * tests/unif.test: New file.
+       (uniform-array-set1!): Exercise this, in particular previous segv on
+       improper arg list.
+       * Makefile.am (SCM_TESTS): Add unif.test.
+
+2004-01-06  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-unwind.c (close_port, delete_file, check_ports):
+       New.
+
+2004-01-03  Marius Vollmer  <mvo@zagadka.de>
+
+       * standalone/test-unwind.c: New test, for the frames stuff.
+       * standalone/Makefile.am: Compile and run it.
+
+2004-01-04  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/exceptions.test (false-if-exception): Add tests.
+
+2003-11-30  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/syntax.test: It's "#\\space", not "#\space".
+
+2003-11-21  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/numbers.test: #e1.2 is now exactly 12/10.  Expect
+       exceptions when calling inexact? with a non-number.
+
+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