*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
index 0053f9d..b4d1cf2 100644 (file)
@@ -1,3 +1,451 @@
+2005-03-16  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (drop-right, partition!, split-at, split-at!,
+       take-right): New tests.
+
+2005-03-14  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (find, find-tail, lset-union): New tests.
+       (lset-adjoin): Corrections to some tests.
+
+2005-03-13  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (=): Exercise inum/flonum cases that used to
+       round on 64-bit systems.
+
+       * tests/numbers.test (logior): New tests, exercising negative bignums
+       reducing to inum.
+
+       * tests/srfi-60.test: New file.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2005-03-02  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/threads.test: Only test when 'threads are provided.
+
+2005-02-21  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (string->number): Exercise polar form with
+       invalid angle.
+
+2005-02-18  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (lset-adjoin): Amend tests to expect duplicates
+       among args cast out.
+
+2005-02-12  Rob Browning  <rlb@defaultvalue.org>
+
+       * standalone/test-require-extension: new test script.
+
+       * standalone/Makefile.am (check_SCRIPTS): add test-require-extension.
+       (TESTS): add test-require-extension.
+
+2005-02-12  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (reduce, reduce-right): New tests.
+
+2005-02-11  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/fractions.test (ash): Remove tests of ash on fractions, not
+       supported after scm_ash rewrite.
+
+2005-02-04  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (list=): New tests.
+
+2005-01-29  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (ash): New tests.
+
+       * tests/srfi-1.test (lset-adjoin, remove, remove!): New tests.
+
+2005-01-28  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/syntax.test (while): Tests running in empty environment are
+       now "unresolved" due to workaround in while implementation.
+
+2005-01-24  Kevin Ryde  <user42@zip.com.au>
+
+       * standalone/test-unwind.c (check_cont): Cast rewindable to long, to
+       avoid warning from gcc 3.4 on 64-bit systems about casting int
+       (32-bits) to pointer (64-bits).
+
+       * tests/srfi-1.test (lset=, member): New tests.
+
+2005-01-12  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-39.test (current-input-port, current-output-port,
+       current-error-port): New tests.
+
+2005-01-10  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/unif.test (exception:wrong-num-indices): New, use it for
+       array-set! tests with wrong number of indices.
+
+2005-01-07  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/srfi-4.test: Use (test-suite lib) module.
+
+2005-01-06  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/unif.test (have-llvect?): Removed, Scheme code will always
+       have u64 and s64 uniform vectors.
+
+2005-01-05  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/unif.test: Use *unspecified* instead of #f to get an
+       uninitialized array.
+
+2005-01-04  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/ramap.test: New file, test array-map!.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2005-01-02  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/unif.test: Rewritten for new 'typed' approach to uniform
+       arrays.
+
+       * tests/sort.test: New tests, especially for sorting non-contigous
+       and negative-incrementing vectors.
+
+2005-01-02  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-39.test: Use define-module to keep bindings from
+       subsequent tests, use test-suite lib for stand-alone checking.
+
+       * Makefile.am (SCM_TESTS): Add srfi-39.test.
+
+2004-12-27  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * tests/continuations.test (continuations): Moved continuation /
+       stack tests here, and added save and restore of debug options.
+
+2004-12-23  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/eval.test: News tests for making stacks from
+       continuations.  From Neil Jerram.
+
+2004-12-10  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/socket.test (inet-pton): New tests.
+
+2004-12-06  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (alist-copy, alist-delete, break, span): New
+       tests.
+
+2004-12-05  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (append-map, filter-map): New tests.
+
+2004-11-12  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/unif.test: Replaced uniform-array-set1! with just
+       array-set!.  Do not check improper index lists, which can't arise
+       with uarray-set!.  Use "#s16()" instead of "#h()".
+
+2004-10-27  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/unif.test: Removed tests that tried to store a character
+       into a byte vector, which no longer works.  Characters are not
+       bytes.
+
+2004-10-03  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
+
+       * tests/syntax.test: Added tests for unmemoization.
+
+2004-09-30  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/strings.test (string-set!): Explicitely construct
+       read-only string.  String literals are not yet read-only.
+
+2004-09-29  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/unif.test (array-equal?): New test.
+
+2004-09-29  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/regexp.test (match:string): New tests.
+
+2004-09-26  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/optargs.test (let-keywords, let-keywords*, let-optional,
+       let-optional*): Add tests of internal defines when no bindings.
+
+2004-09-25  Marius Vollmer  <mvo@zagadka.de>
+
+       * standalone/Makefile.am (AM_LDFLAGS, LD_FLAGS): Use AM_LDFLAGS
+       instead of LDFLAGS; the latter is a user variable.
+
+2004-09-24  Marius Vollmer  <mvo@zagadka.de>
+
+       * standalone/Makefile.am (test_cflags, LDFLAGS): Include
+       GUILE_CFLAGS.
+
+2004-09-23  Marius Vollmer  <mvo@zagadka.de>
+
+       * lib.scm (exception:out-of-range, exception:wrong-type-arg):
+       Accept new wording.
+
+2004-09-22  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/ports.test ("string ports"): Copy string literal so that
+       it can be modified.
+       * tests/srfi-13.test ("string-copy!"): Likewise.
+       * tests/strings.test ("substring/shared"): Likewise.
+
+2004-09-09  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/streams.test: New file.
+
+2004-09-08  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/fractions.test: Don't expect (expt 1/2 2.0) to yield an
+       exact result, use (expt 1/2 2) instead.
+
+2004-09-08  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/ports.test (port-column): Further tests, of new \a \b \r.
+
+2004-09-07  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (integer-expt): New tests, of infinite exponents.
+       (integer?): Exercise nan and +/-inf.
+
+       * tests/time.test (gmtime, strptime): New tests, but unresolved.
+       (internal-time-units-per-second): New test.
+
+2004-09-02  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/format.test (~@d): New tests.
+       New tests of excess arguments now ignored.
+
+2004-09-01  Han-Wen Nienhuys <hanwen@cs.uu.nl>, Kevin Ryde <user42@zip.com.au>
+
+       * tests/gc.test: Exercise record in weak-values hash table, exposing a
+       problem in 1.6.4 gc, but believed fixed by other changes in the head.
+
+2004-08-27  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * tests/srfi-13.test (module-peek): Removed, this kluge is no
+       longer necessary.
+
+2004-08-27  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/regexp.test (regexp-quote): New tests.
+
+       * tests/srfi-31.test: Use define-module to keep bindings out of
+       further tests.  Use-module (test-suite lib) for stand-alone operation.
+       (rec): Exercise bad args.
+
+2004-08-25  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/and-let-star.test: More tests, in particular exercise #t
+       result on empty body.
+
+2004-08-25  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/strings.test: Two more tests for double indirect substring
+       modification.
+
+2004-08-23  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * lib.scm (exception:used-before-define): New.
+       * tests/syntax.test ("letrec"): Use it.
+
+2004-08-20  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/posix.test (mkstemp!): New tests.
+
+2004-08-20  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/strings.test: Two tests for substring/shared.  Also, use
+       (test-suite lib).
+
+2004-08-19  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-conversion.c, standalone/test-gh.c,
+       standalone/test-unwind.c: Avoid the use of discouraged or
+       deprecated things.
+
+2004-08-18  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/and-let-star.test, tests/arbiters.test, tests/receive.test:
+       New files.
+       * Makefile.am (SCM_TESTS): Add them.
+
+       * tests/fractions.test (fractions): Correction, equal? 3/4 .75 should
+       be #f, according to R5RS.
+
+2004-08-15  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/srfi-39.test: New, from Jose A Ortega Ruiz.  Thanks!
+
+2004-08-14  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-13.test (string-any, string-every): Exercise char and
+       charset predicate cases.
+
+2004-08-10  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-conversion.c (test_locale_strings): New.
+
+       * standalone/test-round.c: Replaced all uses of scm_round with
+       scm_c_round.
+
+2004-08-09  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/slib.test: New file.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2004-08-06  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/unif.test (array-set!): Exercise byte array range checks.
+       (uniform-vector-ref): Exercise byte returns.
+       (array-fill!): Exercise byte range and type checks.
+
+2004-08-03  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-num2integral.c: Only perform the tests when the
+       disabled features are enabled.
+
+       * standalone/test-conversion.c (test_to_double, test_from_double):
+       New tests.
+
+2004-08-02  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-13.test (string-every): Check empty string case.
+
+2004-07-31  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/filesys.test: New file, exercising copy-file.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2004-07-29  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
+
+       * standalone/test-conversion.c: Many more tests for the integer
+       conversion functions.
+
+2004-07-28  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/regexp.test (make-regexp): Exercise flags args validation.
+
+       * tests/unif.test (array-set!): Exercise svect value range check.
+
+2004-07-24  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/common-list.test: Use define-module, to as not to import
+       common-list into subsequent tests (eg. srfi-1 where `every' provokes a
+       warning).
+
+       * tests/srfi-19.test, tests/srfi-34.test: Use #:duplicates (last) to
+       suppress warnings about current-time and raise replacing core bindings.
+
+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