SHA256
1
0
forked from pool/guile
guile/disable-test-out-of-memory.patch
Peter Simons ccb5d0e3b3 Accepting request 652212 from home:jbrielmaier:guile2.2
- Update to version 2.2.4:
part of boo#1117121
guile2.0 will became it's own package in guile:devel:languages...

OBS-URL: https://build.opensuse.org/request/show/652212
OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/guile?expand=0&rev=101
2018-11-28 10:57:52 +00:00

36 lines
1.6 KiB
Diff

Index: guile-2.2.4/test-suite/standalone/Makefile.am
===================================================================
--- guile-2.2.4.orig/test-suite/standalone/Makefile.am
+++ guile-2.2.4/test-suite/standalone/Makefile.am
@@ -295,7 +295,4 @@ TESTS += test-smob-mark-race
check_SCRIPTS += test-stack-overflow
TESTS += test-stack-overflow
-check_SCRIPTS += test-out-of-memory
-TESTS += test-out-of-memory
-
EXTRA_DIST += ${check_SCRIPTS}
Index: guile-2.2.4/test-suite/standalone/Makefile.in
===================================================================
--- guile-2.2.4.orig/test-suite/standalone/Makefile.in
+++ guile-2.2.4/test-suite/standalone/Makefile.in
@@ -103,7 +103,7 @@ TESTS = test-system-cmds test-bad-identi
test-scm-c-bind-keyword-arguments$(EXEEXT) \
test-srfi-4$(EXEEXT) $(am__append_6) $(am__EXEEXT_1) \
test-smob-mark$(EXEEXT) test-smob-mark-race$(EXEEXT) \
- test-stack-overflow test-out-of-memory
+ test-stack-overflow
check_PROGRAMS = test-num2integral$(EXEEXT) test-round$(EXEEXT) \
test-foreign-object-c$(EXEEXT) test-list$(EXEEXT) \
test-unwind$(EXEEXT) test-conversion$(EXEEXT) \
@@ -1938,8 +1938,7 @@ check_SCRIPTS = test-system-cmds test-ba
test-command-line-encoding test-command-line-encoding2 \
test-language test-guild-compile $(am__append_3) \
test-foreign-object-scm test-fast-slot-ref test-mb-regexp \
- test-use-srfi $(am__append_5) test-stack-overflow \
- test-out-of-memory
+ test-use-srfi $(am__append_5) test-stack-overflow
BUILT_SOURCES = $(am__append_2)
EXTRA_DIST = test-import-order-a.scm test-import-order-b.scm \
test-import-order-c.scm test-import-order-d.scm \