Changes from arch/CVS synchronization
[bpt/guile.git] / test-suite / ChangeLog
index 386eda1..aad8a1c 100644 (file)
@@ -1,8 +1,138 @@
+2006-11-29  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * test-suite/tests/vectors.test: Use `define-module'.
+       (vector->list): New test prefix.  "Shared array" test contributed
+       by Szavai Gyula.
+
+2006-11-18  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * Makefile.am (SCM_TESTS): Added `tests/i18n.test'.
+
+       * tests/i18n.test: New file.
+
+2006-11-17  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * README: Note need for subscription to bug-guile@gnu.org.
+
+2006-11-02  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * tests/environments.test: Comment out all tests in this file.
+
+2006-10-26  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * tests/srfi-14.test (Latin-1)[char-set:punctuation]: Fixed a
+       typo: `thrown' instead of `throw'.
+
+2006-10-05  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/ftw.test: New file.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2006-10-03  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/eval.test (apply): New tests, exercising scm_tc7_subr_2o which
+       had lacked some arg count checking.
+
+2006-09-26  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/ports.test (seek): New tests.
+       (truncate-file): More tests.
+
+2006-09-23  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (exp, log, log10, sqrt): New tests.
+
+       * tests/format.test, tests/srfi-1.test: Use define-module to prevent
+       redefined funcs in those modules extending on to subsequent tests.
+
+       * tests/time.test (gmtime, strptime): Remove the "unresolved" throws,
+       the error+thread tests seem ok now (previously were upset by something
+       leaking out of syntax.test).
+
+2006-09-20  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * tests/srfi-14.test: Use `define-module'.  Use modules `(srfi
+       srfi-1)' and `(test-suite lib)'.
+       (string->char-set, standard char sets (ASCII), Latin-1 (8-bit
+       charset)): New test prefixes.
+       (every?, find-latin1-locale): New procedures.
+       (%latin1): New variable.
+
+2006-09-08  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/format.test (~f): Test leading zeros bugfix.
+
+2006-08-25  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/popen.test (open-input-pipe, open-output-pipe): In the "no
+       duplicate" tests, close parent side of signalling pipe, to hopefully
+       generate an error instead of a hang if something bad in the child
+       means it doesn't write anything.
+
+2006-08-22  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-9.test: More tests, in particular check for exceptions on
+       wrong record types passed to accessor and modifier funcs.
+
+2006-07-25  Kevin Ryde  <user42@zip.com.au>
+
+       * standalone/test-conversion.c, standalone/test-gh.c,
+       standalone/test-list.c, standalone/test-num2integral.c,
+       standalone/test-round.c: Use scm_boot_guile rather than
+       scm_init_guile, for the benefit of those systems where we can't
+       implement the latter.  Reported by Claes Wallin.
+
+       * standalone/test-require-extension: Use "&& exit 1" instead of "!" to
+       invert the sense of exit statuses, as the latter doesn't work on
+       Solaris 10.  Reported by Claes Wallin.
+
+2006-07-24  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/socket.test (htonl, ntohl): New tests.
+
+2006-07-06  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/time.test (localtime, mktime, strptime): More tests.
+
+2006-06-13  Ludovic Courtès  <ludovic.courtes@laas.fr>
+
+       * Makefile.am (SCM_TESTS): Added `tests/structs.test'.
+       * tests/structs.test: New file.
+       * lib.scm (exception:struct-set!-denied): New.
+       (exception:miscellaneous-error): New.
+
+2006-05-30  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/unif.test ("vector equal? one-dimensional array"): New.
+
+2006-05-28  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (number->string): Disable 11.333 and 1.324e44
+       tests, as these can't be expected to come out precisely in the current
+       implementation, and in fact don't under gcc 4.  Reported by Hector
+       Herrera.
+
+       * tests/srfi-1.test (append-reverse, append-reverse!): New tests.
+
 2006-05-28  Marius Vollmer  <mvo@zagadka.de>
 
        * tests/ports.test, tests/filesys.test: Delete test file after all
        tests have run in order to make "make distcheck" work.
 
+2006-05-20  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (assoc): A few tests, in particular "=" argument
+       order which had been wrong.
+
+       * tests/srfi-60.test (test-srfi-60): Use #:duplicates (last) to
+       suppress warning about replacing bit-count.
+
+2006-05-09  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (exact->inexact): Test fractions big/big.
+
+       * tests/threads.test (n-par-for-each, n-for-each-par-map): New tests.
+
 2006-04-17  Kevin Ryde  <user42@zip.com.au>
 
        * tests/filesys.test (lstat): Allow for test-symlink not existing yet.
        * tests/unif.test (make-shared-array): Add example usages from the
        manual, two of which currently fail.
 
-2006-03-04  Ludovic Courtès  <ludovic.courtes@laas.fr>
+2006-03-04  Ludovic Courtès  <ludovic.courtes@laas.fr>
 
        * test-suite/tests/modules.test: New file.
        * test-suite/Makefile.am (SCM_TESTS): Added it.
 
        * tests/srfi-1.test (lset-difference!): More tests.
 
-2005-10-27  Ludovic Courtès  <ludovic.courtes@laas.fr>
+2005-10-27  Ludovic Courtès  <ludovic.courtes@laas.fr>
 
        * tests/socket.test (make-socket-address): New tests.
        (connect, bind, sendto): Exercise sockaddr object.
        * 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.
+       BSD.  Reported by Andreas Vögele.
 
 2004-05-29  Dirk Herrmann  <dirk@dirk-herrmanns-seiten.de>
 
 
        * 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.
+       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.
+       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>
 
 2001-06-16  Marius Vollmer  <mvo@zagadka.ping.de>
 
-        Thanks to Matthias Köppe!
+        Thanks to Matthias Köppe!
 
        * tests/ports.test: New test for output port line counts.
        * tests/format.test, tests/optargs.test, tests/srfi-19.test: New
@@ -2171,3 +2301,7 @@ Fri Dec 17 12:14:10 1999  Greg J. Badros  <gjb@cs.washington.edu>
 
        * lib.scm, guile-test, paths.scm: Log begins.
 
+
+;; Local Variables:
+;; coding: utf-8
+;; End: