*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
index f5434b1..b4d1cf2 100644 (file)
@@ -1,3 +1,310 @@
+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