1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

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
This commit is contained in:
Ludovic Courtes 2006-05-18 08:08:13 +00:00 committed by Ludovic Courtès
parent ce66606641
commit 080ecf3f7b
2 changed files with 5 additions and 2 deletions

View file

@ -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 \

View file

@ -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