(scm_char_set_xor): bug fix: characters should only be included if
[bpt/guile.git] / test-suite / ChangeLog
index 58d730c..0aa2ad5 100644 (file)
+2001-07-18  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * tests/alist.test, tests/bit-operations.test,
+       tests/common-list.test, tests/environments.test, tests/eval.test,
+       tests/gc.test, tests/hooks.test, tests/import.test,
+       tests/interp.test, tests/list.test, tests/load.test,
+       tests/numbers.test, tests/ports.test, tests/r4rs.test,
+       tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
+       copyright notice.
+
+2001-07-16  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * tests/srfi-14.test: New file.
+
+2001-07-13  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * tests/import.test: New file.
+
+2001-06-30  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/goops.test:  Started with some real tests.
+
+2001-06-30  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * guile-test:  Use module (ice-9 rdelim).
+
+2001-06-27  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * tests/srfi-4.test: New file.
+
+2001-06-16  Marius Vollmer  <mvo@zagadka.ping.de>
+
+        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
+       files.
+
+2001-05-28  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * tests/symbols.test ("gensym"): New tests for long gensym
+       prefices and embedded NULs in prefices.
+
+2001-05-21  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * test/goops.test, test/syncase.test: New, minimal tests.
+
+2001-05-19  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * tests/version.test: Updated test for new micro version stuff.
+
+2001-05-16  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * tests/srfi-13.test: More tests.
+
+2001-05-10  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * tests/srfi-10.test: New file.
+
+       * tests/srfi-9.test: New file.
+
+       * tests/srfi-13.test: Added some more tests.
+
+2001-05-09  Thien-Thi Nguyen  <ttn@revel.glug.org>
+
+       * tests/eval.test: ("evaluator" "memoization"): New test
+       prefix block.
+       ("transparency"): New "evaluator memoization" test.
+
+2001-05-08  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * tests/srfi-13.test: Added module access kludge, and uncommented
+       some tests depending on this.
+
+2001-05-07  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * tests/srfi-13.test: New file testing the SRFI string library.
+
+2001-04-26  Gary Houston  <ghouston@arglist.com>
+
+       * tests/r4rs.test: delete files tmp1, tmp2, tmp3 after the tests
+       have run.
+
+       * tests/ports.test (test-file), tests/load.test (temp-dir):
+       redefined using data-file-name instead of tmpnam.  the test files
+       will be created in the build directory instead of /var/tmp or
+       whereever tmpnam puts them.
+
+2001-04-02  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/symbols.c:  Added some tests.
+
+2001-03-19  Gary Houston  <ghouston@arglist.com>
+
+       * tests/r4rs.test: use test-file-name to locate r4rs.test,
+       not data-file-name.
+
+       * guile-test: define tmp-dir, the location where r4rs.test will
+       create it's temporary files.
+       (data-file-name): use tmp-dir.  this must be under build-dir,
+       not src-dir.
+
+2001-03-18  Gary Houston  <ghouston@arglist.com>
+
+       * guile-test: use #!/bogus-path/..., not #!/home/dirk/... in the
+       first line.
+
+2001-03-12  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/syntax.test:  Added a test for let* bindings and
+       re-arranged and slightly improved the existing one.
+
+2001-03-09  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * tests/syntax.test ("let*"): Changed the `duplicate bindings'
+       test, dups are allowed in `let*' and are now expected to pass.
+
+2001-03-05  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * lib.scm (run-test-exception):  Preserve the original error's
+       stack for re-throwing.
+
+2001-03-04  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * tests/syntax.test ("let,duplicate bindings", "let*,duplicate
+       bindings", "letrec,duplicate bindings"): Expect to pass, bug has
+       been fixed.
+
+2001-03-03  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * tests/syntax.test ("duplicate formals"): New category, move
+       appropriate tests here.  Expect them to pass.
+       ("empty parentheses"): Expect to pass, bug has been fixed.
+
+       * tests/alist.test: Use "'()" instead of "()" in all places
+       where the empty list is meant.
+
 2001-03-01  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
-       * exceptions.test, numbers.test:  Moved the number related test
-       cases from exceptions.test to numbers.test.
+       * lib.scm (exception:unbound-var, exception:wrong-num-args):  New
+       exported constants.
+
+       * tests/r4rs.test:  Make sure that no bindings for x and y exist
+       after the file is loaded.
 
-       * numbers.test:  Added a test case.
+       * tests/syntax.test:  New file.
+
+       * tests/exceptions.test, tests/syntax.test, tests/eval.test:
+       Moved the test cases that are related to guile's syntactic forms
+       from tests/exceptions.test to tests/syntax.test.  Moved tests
+       related to evaluation and application to tests/eval.test.
+
+       * tests/exceptions.test:  Added some test cases that check guile's
+       exception handling.
 
 2001-03-01  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
-       * symbols.test:  New file.
+       * tests/exceptions.test, tests/numbers.test:  Moved the number
+       related test cases from tests/exceptions.test to
+       tests/numbers.test.
+
+       * tests/numbers.test:  Added a test case.
+
+2001-03-01  Dirk Herrmann  <D.Herrmann@tu-bs.de>
+
+       * tests/symbols.test:  New file.
 
        (exception:immutable-string):  New constant.  Currently, this is a
        dummy since guile does not have immutable strings.
 
-       * exceptions.test, strings.test, symbols.test:  Moved the string
-       related test cases from exceptions.test to strings.test and the
-       symbol related test cases to symbols.test.
+       * tests/exceptions.test, tests/strings.test, tests/symbols.test:
+       Moved the string related test cases from tests/exceptions.test to
+       tests/strings.test and the symbol related test cases to
+       tests/symbols.test.
 
-       * strings.test:  Copyright notice updated.  Added a couple of test
-       cases.
+       * tests/strings.test:  Copyright notice updated.  Added a couple
+       of test cases.
 
        (exception:immutable-string):  New constant.  Currently, this is a
        dummy since guile does not have immutable strings.
 
 2001-02-28  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
-       * exceptions.test:  Use expect-fail-exception to indicate test
-       cases where exceptions should occur, but don't.
+       * tests/exceptions.test:  Use expect-fail-exception to indicate
+       test cases where exceptions should occur, but don't.
 
        (exception:bad-bindings, exception:bad-formals, exception:bad-var,
        exception:missing/extra-expr):  New constants.
 
 2001-02-28  Dirk Herrmann  <D.Herrmann@tu-bs.de>
 
-       * reader.test, exceptions.test:  Moved the reader related test
-       cases from exceptions.test to reader.test.
+       * tests/reader.test, tests/exceptions.test:  Moved the reader
+       related test cases from tests/exceptions.test to
+       tests/reader.test.
 
-       * reader.test (exception:eof, exception:unexpected-rparen):  New
-       constants.
+       * tests/reader.test (exception:eof, exception:unexpected-rparen):
+       New constants.
 
-       * exceptions.test (read-string, x:eof, x:unexpected-rparen):
+       * tests/exceptions.test (read-string, x:eof, x:unexpected-rparen):
        Removed.
 
 2001-02-28  Dirk Herrmann  <D.Herrmann@tu-bs.de>
        * tests/hooks.test (catch-error-returning-true, pass-if-not,
        catch-error-returning-false), tests/weaks.test
        (catch-error-returning-true, pass-if-not,
-       catch-error-returning-false):  Removed.  The macro pass-if-not was 
+       catch-error-returning-false):  Removed.  The macro pass-if-not was
        not used.  The macro catch-error-returning-false is unnecessary
        since exceptions are caught by the test-suite anyway.  The
        functionality of catch-error-returning-true is provided by the new