*** empty log message ***
[bpt/guile.git] / test-suite / ChangeLog
index 74d7889..7ff206a 100644 (file)
@@ -1,3 +1,249 @@
+2003-08-30  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (logcount): Add tests.
+
+2003-08-23  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (list-copy): New tests.
+
+       * tests/srfi-19.test (date-week-number): Add tests.
+
+2003-08-22  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (-): Exercise bignum - inum.
+
+2003-08-17  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/syntax.test (while): Exercise break and continue from
+       recursive nested loops.
+
+2003-08-14  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/syntax.test (while): New tests.
+
+2003-08-10  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/numbers.test: Eliminated misuses of expect-fail.  It
+       should only be used in cases, where guile has a known bug.  It
+       should not be used in cases where an expression is expected to
+       return #f as its correct result.
+
+2003-08-09  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srcprop.test: New file.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2003-07-29  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-1.test (concatenate, concatenate!): New tests.
+       (length+): New tests.
+
+       * tests/srfi-34.test: Check cond-expand srfi-34.
+
+2003-07-24  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (angle): New tests.
+
+2003-07-18  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (*): Add complex/bignum test.
+
+2003-07-14  Matthias Koeppe  <mkoeppe@mail.math.uni-magdeburg.de>
+
+       * tests/srfi-1.test (partition): Add tests.
+
+2003-07-08  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (make-polar, magnitude): New tests.
+
+       * tests/srfi-1.test (delete, delete!): Add more tests.
+       (delete-duplicates, delete-duplicates!): New tests.
+
+2003-06-21  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (truncate, round, asinh, acosh, atanh): Add some
+       tests.
+       
+2003-06-19  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/posix.test: New file, exercising putenv, setenv, unsetenv.
+       * tests/threads.test: New file, exercising parallel.
+       * Makefile.am (SCM_TESTS): Add them.
+
+2003-06-07  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/srfi-6.test: New file.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2003-06-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/chars.test: Fixed test comment.  The bug that this test
+       detects was actually introduced by my patch from 2003-05-31.
+
+2003-06-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/chars.test: Added test, attempting to apply a character.
+       This test will only pass if the other changes that are submitted
+       together with this patch are also applied.
+
+2003-06-05  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (logcount): Add a few more tests, to exercise
+       recent scm_logcount change.
+
+       * tests/reader.test (reading): Test bad # error message is formattable.
+       
+2003-06-01  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/pairs.test: Added.
+
+2003-06-01  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/vectors.test: Added.
+
+2003-06-01  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/guardians.test: Uses module (ice-9 weak-vector).
+
+2003-05-30  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * lib.scm: Documented the short form for pass-if and expect-fail.
+
+       (pass-if, expect-fail): Simplified.
+
+2003-05-30  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (max, min): Add tests involving NaNs.
+
+2003-05-29  Stefan Jahn  <stefan@lkcc.org>
+
+       * standalone/Makefile.am: Setup to build on mingw32.
+
+2003-05-27  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/elisp.test: Added missing quote around vector constants.
+
+2003-05-25  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/r5rs_pitfall.test: Test 2.1 now passes.
+
+2003-05-13  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (=, <, max, min): Add tests of bignum/inf
+       combinations.
+
+       * tests/srfi-1.test (delete, delete!): Test predicate call arg order.
+
+2003-05-10  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (=, <): Add tests involving NaNs.
+
+       * tests/numbers.test (integer-length): Exercise some negatives, in
+       particular -2^n which is ...11100..00.
+
+       * tests/numbers.test (gcd): Exercise bignum/inum with a bignum not
+       fitting a ulong.
+
+       * tests/srfi-1.test: New file, exercising take and drop.
+       * Makefile.am (SCM_TESTS): Add it.
+
+2003-05-06  Kevin Ryde  <user42@zip.com.au>
+
+       * tests/numbers.test (-): Add test for negative inum subtract bignum.
+       (logcount): New tests, exercising some negatives.
+       
+2003-05-03  Marius Vollmer  <mvo@zagadka.de>
+
+       * tests/r5rs_pitfall.test: New.  Thanks to Dale P. Smith for
+       pointing us to these tests.
+
+2003-04-30  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * Makefile.am (SCM_TESTS): Add tests/srfi-34.test.
+
+       * tests/srfi-34.test: New file.
+
+2003-04-23  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test: Modified some tests to use eval when
+       providing bad syntax.  Otherwise, the memoizer will report an
+       error immediately after reading the form, without even the chance
+       to get the pass-if-exception mechanism started.
+
+2003-04-23  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/guardians.test: Added some more elaborate and
+       sophisticated tests for the guardian functionality.
+
+2003-04-21  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/sort.test: Added.  Both tests in that file did fail (one
+       even with a segfault) with CVS guile before the recent changes to
+       sort.c.
+
+2003-04-17  Mikael Djurfeldt  <djurfeldt@nada.kth.se>
+
+       * tests/goops.test: Added tests for correctness of class
+       precedence list in all basic classes and tests for eqv? and
+       equal?.
+
+2003-04-15  Mikael Djurfeldt  <djurfeldt@nada.kth.se>
+
+       * tests/goops.test: Added tests for class redefinition, object
+       update and active slots.
+
+2003-04-14  Rob Browning  <rlb@defaultvalue.org>
+
+       * standalone/test-asmobs-lib.c (libtest_asmobs_init): include
+       test-asmobs-lib.x rather than test-asmobs-lib.x.c.
+
+       * standalone/Makefile.am: change from .c.x to .x to be consistent
+       with the rest of guile.
+
+2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * standalone/Makefile.am (snarfcppopts): use DEFAULT_INCLUDES
+       instead of INCLUDES
+
+2003-04-07  Rob Browning  <rlb@defaultvalue.org>
+
+       * Makefile.am (SUBDIRS): add standalone.
+
+       * guile-test: added "Running test FOO" output by default.  There
+       may be a good reason to remove this, but the output can be helpful
+       in determining where a failure occurred.
+
+       * standalone/test-num2integral.c: new test -- one new regression
+       check.
+
+       * standalone/test-gh.c: new test code (migrated from
+       tests/c-api/) -- a trivial start.
+
+       * standalone/test-asmobs-lib.c: new test script (migrated from
+       tests/asmobs/).
+
+       * standalone/test-asmobs: new test script.
+
+       * standalone/README: new file.
+
+       * standalone/Makefile.am: new file.
+
+       * standalone/.cvsignore: new file.
+
+       * tests/asmobs/Makefile: removed (functionality is now in standalone/).
+
+       * tests/asmobs/README: removed (functionality is now in standalone/).
+
+       * tests/asmobs/asmobs-test.scm: removed (functionality is now in
+       standalone/).
+
+       * tests/asmobs/asmobs.c: removed (functionality is now in standalone/).
+
+       * tests/asmobs/: removed (functionality is now in standalone/).
+
+       * tests/c-api/strings.c: add a note to the source about this code
+       being unused.
+
 2003-04-05  Marius Vollmer  <mvo@zagadka.de>
 
         * Changed license terms to the plain LGPL thru-out.