Gary Houston
c685b42fa3
* 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-25 23:13:52 +00:00
Dirk Herrmann
f5e645584a
* Added some tests.
2001-04-02 13:40:03 +00:00
Gary Houston
66301f9ab8
* check-guile.in: 16 documentation tests were failing if "make
...
check" was run before Guile had been installed with the current
--prefix. made various changes to the script so that it runs
without a cd to the test-suite directory. For the -i option,
don't point GUILE_LOAD_PATH to the current directory, but let it
use it's own scheme library.
* 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-19 22:46:21 +00:00
Gary Houston
51cfd7da2c
* check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
...
the current directory (build dir) not srcdir to find guile
executable. otherwise "make check" doesn't work with a separate
build directory. create the test log in
$build_dir/check-guile.log instead of in srcdir/test-suite
directory.
* configure.in: don't define or substitute test_suite_dir.
* guile-test: use #!/bogus-path/..., not #!/home/dirk/... in the
first line.
2001-03-18 23:17:32 +00:00
Dirk Herrmann
e1a7b2cea7
* Added a new test case plus minor improvements.
2001-03-11 23:31:58 +00:00
Martin Grabmüller
880c285882
* tests/syntax.test ("let*"): Changed the `duplicate bindings'
...
test, dups are allowed in `let*' and are now expected to pass.
2001-03-09 09:44:26 +00:00
Dirk Herrmann
8bc4547c4e
* Preserve the original error's stack for re-throwing.
2001-03-05 11:05:02 +00:00
Marius Vollmer
d19b0aac73
*** empty log message ***
2001-03-03 23:56:28 +00:00
Marius Vollmer
c0ed1605f1
* tests/syntax.test ("let,duplicate bindings", "let*,duplicate
...
bindings", "letrec,duplicate bindings"): Expect to pass, bug has
been fixed.
2001-03-03 23:54:42 +00:00
Marius Vollmer
97d41e3e07
*** empty log message ***
2001-03-03 17:30:52 +00:00
Marius Vollmer
1c54a87cb2
* tests/syntax.test ("duplicate formals"): New category, move
...
appropriate tests here. Expect them to pass.
("empty parentheses"): Expect to pass, bug has been fixed.
2001-03-03 17:29:09 +00:00
Marius Vollmer
2fd945df34
*** empty log message ***
2001-03-03 15:17:05 +00:00
Marius Vollmer
c8e39a6752
* tests/alist.test: Use "'()" instead of "()" in all places
...
where the empty list is meant.
2001-03-03 15:14:18 +00:00
Dirk Herrmann
08c608e10a
* extracted the tests from exceptions.test into eval.test and syntax.test.
...
* added a few test cases.
2001-03-02 01:38:01 +00:00
Dirk Herrmann
f29b345439
* Moved the number related tests from exceptions.test to numbers.test.
2001-03-01 22:00:02 +00:00
Dirk Herrmann
049fa4495b
* Extracted tests from exceptions.test into strings.test and symbols.test.
...
* Added some tests to strings.test.
2001-03-01 17:57:50 +00:00
Dirk Herrmann
1b5b19c9a9
* Turn some test's result into XFAIL instead of FAIL.
2001-02-28 13:40:36 +00:00
Dirk Herrmann
ef9709dacc
* Moved reader related tests from exceptions.test to reader.test.
2001-02-28 13:17:47 +00:00
Dirk Herrmann
88f9ab70d0
* Removed old system to check for exceptions.
2001-02-28 11:48:18 +00:00
Dirk Herrmann
0bfa4a17a6
* Forgot to commit the changelog for the last change...
2001-02-28 11:46:24 +00:00
Dirk Herrmann
6b4113afc5
* Provide and use new convenience macros to test for exceptions.
2001-02-28 11:25:40 +00:00
Dirk Herrmann
9d372117f6
* Remove redundant test name prefix.
2001-02-28 09:06:10 +00:00
Dirk Herrmann
5c96bc39a4
* Make sure that tests return a boolean value.
2001-02-28 08:41:06 +00:00
Dirk Herrmann
ac6849ffee
* Cleaned up export list.
2001-02-27 11:10:07 +00:00
Thien-Thi Nguyen
5d7aab2e0d
*** empty log message ***
2001-02-23 10:24:37 +00:00
Thien-Thi Nguyen
c1ce8ca203
(syntax lambda): Renamed from (lambda).
...
(syntax lambda cond-arrow-proc): Renamed from (lambda cond-arrow-proc).
(syntax reading): New section.
(syntax let*): New section.
(syntax letrec): New section.
(syntax set!): New section.
(syntax misc): New section.
(bindings unbound): New section.
(bindings immutable-modification): New section.
(bindings let): New section.
(bindings let*): New section.
(bindings letrec): New section.
2001-02-23 10:19:35 +00:00
Thien-Thi Nguyen
8fbe69980e
*** empty log message ***
2001-02-23 02:39:43 +00:00
Thien-Thi Nguyen
cf7b149fab
Initial revision.
2001-02-23 02:36:54 +00:00
Marius Vollmer
548728ea6d
*** empty log message ***
2001-02-08 18:52:05 +00:00
Marius Vollmer
e11e60d635
* guile-test: Use (ice-9 and-let-star) instead of (ice-9
...
and-let*).
2001-02-08 18:50:50 +00:00
Dirk Herrmann
efb07c899c
* Fixed things that I had broken with the last patch :-(
2001-01-26 16:49:28 +00:00
Dirk Herrmann
1ff7abbe3f
* Added Thien-Thi Nguyen's patch to support "make check".
2001-01-26 13:44:57 +00:00
Gary Houston
22d356150d
* tests/ports.test: include (ice-9 rdelim) module.
2001-01-24 21:46:04 +00:00
Dirk Herrmann
21e39e8fe6
* Converted to real boundary testing.
2001-01-18 17:24:10 +00:00
Dirk Herrmann
339bfe47a1
* Added tests for bit-operations.
2001-01-17 18:22:26 +00:00
Keisuke Nishida
23cc31b8ee
Test suite for applicable smobs.
2000-12-07 01:40:55 +00:00
Dirk Herrmann
53a53bd75e
* Add test to check whether the after-gc-hook is run correctly.
2000-11-03 17:52:20 +00:00
Dirk Herrmann
b3b8952a94
* Reflect the fact that string=? is fixed in the test-suite.
2000-10-30 17:32:55 +00:00
Dirk Herrmann
daa6ba187b
* Deprecated scm_sloppy_mem(q|v|ber)
2000-10-13 07:55:25 +00:00
Dirk Herrmann
548b925289
* Remember that string=? and friends need fixing.
2000-09-26 20:39:03 +00:00
Dirk Herrmann
415052599e
* Tests that rely on garbage collection: Be aware of conservative scanning.
2000-09-12 12:42:51 +00:00
Dirk Herrmann
034b924f39
* Improved and enhanced the environment test suite.
2000-09-05 10:49:10 +00:00
Dirk Herrmann
5d3e2388f3
* Added Jost Boekemeier's implementation of environments to guile.
...
* Added a test suite for (up to now only) leaf environments.
2000-08-25 17:01:32 +00:00
Dirk Herrmann
6ad9007abf
* lib.scm (pass-if, expect-fail): Generalized.
...
* * tests/eval.test: Fixed documentation test.
2000-08-21 08:57:11 +00:00
Dirk Herrmann
685c0d7116
* Eliminated use of SCM_ASSERT to check for range errors.
...
* Fix some error reporting code in list.c
* Added some test cases.
2000-06-30 10:46:35 +00:00
Dirk Herrmann
e5d2c2fa4f
* Made a couple of functions (not all yet) tail recursive.
...
Thanks to William Webber for the hint.
2000-06-21 18:19:20 +00:00
Dirk Herrmann
141443d7ec
* Added some tests that are currently known to fail due to bugs in
...
the evaluator's handling of macros.
2000-06-21 15:00:44 +00:00
Mikael Djurfeldt
0a9e521f29
*** empty log message ***
2000-06-19 10:05:54 +00:00
Mikael Djurfeldt
d2c32d6324
* tests/list.test: Use cons* instead of list*.
2000-06-19 10:05:43 +00:00
Mikael Djurfeldt
1c4ae8de87
*** empty log message ***
2000-06-13 00:12:27 +00:00