mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +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:
parent
ce66606641
commit
080ecf3f7b
2 changed files with 5 additions and 2 deletions
|
@ -30,7 +30,6 @@ SCM_TESTS = tests/alist.test \
|
||||||
tests/common-list.test \
|
tests/common-list.test \
|
||||||
tests/continuations.test \
|
tests/continuations.test \
|
||||||
tests/elisp.test \
|
tests/elisp.test \
|
||||||
tests/environments.test \
|
|
||||||
tests/eval.test \
|
tests/eval.test \
|
||||||
tests/exceptions.test \
|
tests/exceptions.test \
|
||||||
tests/filesys.test \
|
tests/filesys.test \
|
||||||
|
|
|
@ -15,8 +15,12 @@
|
||||||
;;;; License along with this library; if not, write to the Free Software
|
;;;; License along with this library; if not, write to the Free Software
|
||||||
;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
;;;; 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
|
;;; miscellaneous
|
Loading…
Add table
Add a link
Reference in a new issue