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