diff options
author | Ludovic Courtes <ludovic.courtes@laas.fr> | 2006-05-18 08:08:13 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-09-05 00:48:47 +0200 |
commit | 080ecf3f7bb9575109e42753eb42ddedbf15062a (patch) | |
tree | 0a25184cade86e7acb991b47398215ca8767a3fb | |
parent | ce6660664198cc05a30ab5f342f8f95d491dbb41 (diff) | |
download | guile-080ecf3f7bb9575109e42753eb42ddedbf15062a.tar.gz |
Disabled the `environments' unit test.
* test-suite/Makefile.am (SCM_TESTS): Removed `tests/environments.test'.
* test-suite/tests/environments.nottest: Disabled.
git-archimport-id: lcourtes@laas.fr--2005-libre/guile-core--boehm-gc--1.9--patch-19
-rw-r--r-- | test-suite/Makefile.am | 1 | ||||
-rw-r--r-- | test-suite/tests/environments.nottest (renamed from test-suite/tests/environments.test) | 6 |
2 files changed, 5 insertions, 2 deletions
diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index c0efc78a9..4bacf6142 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -30,7 +30,6 @@ SCM_TESTS = tests/alist.test \ tests/common-list.test \ tests/continuations.test \ tests/elisp.test \ - tests/environments.test \ tests/eval.test \ tests/exceptions.test \ tests/filesys.test \ diff --git a/test-suite/tests/environments.test b/test-suite/tests/environments.nottest index 19117e3b5..a426eecd3 100644 --- a/test-suite/tests/environments.test +++ b/test-suite/tests/environments.nottest @@ -15,8 +15,12 @@ ;;;; License along with this library; if not, write to the Free Software ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -(use-modules (ice-9 documentation)) +(use-modules (ice-9 documentation) + (test-suite lib)) +;;; FIXME: Test disabled! +;;; The `environments' code (which is currently unused) relies on weak alist +;;; vectors. However, these are currently implemented as weak hash tables. ;;; ;;; miscellaneous |