*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
index fb6e580..041a905 100644 (file)
@@ -1,3 +1,424 @@
+2005-11-30  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-13.test (string-append/shared): New tests.
+
+2005-11-24  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (lset-difference!): More tests.
+
+2005-10-27  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * tests/socket.test (make-socket-address): New tests.
+       (connect, bind, sendto): Exercise sockaddr object.
+
+2005-10-24  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/time.test (strftime %Z): Disable this test, its assumptions
+       about %Z are not valid on NetBSD.
+
+2005-08-19  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-19.test (date->time-tai): New tests, exercising new
+       leap-second.
+
+2005-08-15  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * tests/eval.test ("letrec init evaluation"): New paranoid test.
+
+       * tests/r5rs_pitfall.test (1.1): Now passes.
+
+2005-08-12  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (lset-difference, lset-difference,
+       lset-diff+intersection, lset-diff+intersection, lset-intersection):
+       Exercise equality procedure arg order (already correct in these procs,
+       but had been wrong in other lset ones).
+
+2005-08-06  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-13.test (string-every, string-tabulate, string-trim,
+       string-trim-right, string-trim-both, string-index, string-index-right,
+       string-skip, string-skip-right, string-count, string-filter,
+       string-delete, string-map, string-map!, string-for-each,
+       string-for-each-index): Further tests, mainly to exercise new
+       trampolines for proc calls.
+
+2005-08-01  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/weaks.test: Do not fail when the GC does not collect an
+       object, report it as 'unresolved'.
+
+       * tests/guardians.test: Adapted to new (original) semantics.  test
+       guardingobjects multiple times.
+       
+2005-06-12  Marius Vollmer  <mvo@zagadka.de>
+
+       * standalone/test-gh.c: Do nothing when deprecated things are
+       disabled.
+
+2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * tests/gc.test ("gc"): add a test to verify that modules are
+       garbage collected.
+
+2005-06-11  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-13.test (string-filter): A few more tests.
+
+2005-06-10  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/unif.test (array-index-map!): Add a test failing in the
+       current code.
+
+2005-06-06  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/strings.test (string-split): Try splitting on an 8-bit char.
+
+       * tests/unif.test (array-in-bounds?): Add a test failing in the
+       current code.
+       
+2005-05-07  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (car+cdr, fold, last, list-index, list-tabulate,
+       not-pair?, xcons): New tests.
+
+2005-05-04  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (break!, drop-right!, drop-while, eighth, fifth,
+       ninth, seventh, sixth, span!, take!, take-while, take-while!, tenth):
+       New tests.
+
+       * tests/unif.test (make-shared-array): Add failing case shared of
+       shared.
+
+2005-04-30  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (/): Further tests.
+
+2005-04-25  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/ramap.test (array-map!): Further tests.
+
+2005-04-23  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/hash.test (hashx-remove!): New tests.
+
+       * tests/list.test (list, make-list, cons*): New tests.
+
+       * tests/numbers.test (numerator, denominator): New tests.
+
+       * tests/srfi-1.test (concatenate, concatenate!, count, filter-map,
+       lset-adjoin): More tests.
+
+2005-04-14  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (1+, 1-): New tests.
+
+2005-04-11  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-13.test (string-concatenate, string-concatenate/shared):
+       New tests.
+
+2005-04-02  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (round): Add some fraction cases.
+
+       * tests/srfi-1.test (lset-union): More tests.
+
+2005-03-26  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-13.test (string-index): Exercise 8-bit char in string.
+
+2005-03-18  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (filter-map): More tests.
+
+       * tests/srfi-17.test: A few more tests from the 1.6 branch.
+
+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