gnu: Add kafs-client
[jackhill/guix/guix.git] / gnu / packages / patches / guile-2.2-skip-oom-test.patch
CommitLineData
44f07d1d
CD
1Skip 'test-out-of-memory', which is unreliable in Guile 2.2.4:
2
3 https://bugs.gnu.org/34155
4
5--- a/test-suite/standalone/Makefile.in 1969-12-31 19:00:00.000000000 -0500
6+++ b/test-suite/standalone/Makefile.in 2019-05-27 16:44:32.302355990 -0400
7@@ -103,7 +103,7 @@
8 test-scm-c-bind-keyword-arguments$(EXEEXT) \
9 test-srfi-4$(EXEEXT) $(am__append_6) $(am__EXEEXT_1) \
10 test-smob-mark$(EXEEXT) test-smob-mark-race$(EXEEXT) \
11- test-stack-overflow test-out-of-memory
12+ test-stack-overflow
13 check_PROGRAMS = test-num2integral$(EXEEXT) test-round$(EXEEXT) \
14 test-foreign-object-c$(EXEEXT) test-list$(EXEEXT) \
15 test-unwind$(EXEEXT) test-conversion$(EXEEXT) \
16@@ -1938,8 +1938,7 @@
17 test-command-line-encoding test-command-line-encoding2 \
18 test-language test-guild-compile $(am__append_3) \
19 test-foreign-object-scm test-fast-slot-ref test-mb-regexp \
20- test-use-srfi $(am__append_5) test-stack-overflow \
21- test-out-of-memory
22+ test-use-srfi $(am__append_5) test-stack-overflow
23 BUILT_SOURCES = $(am__append_2)
24 EXTRA_DIST = test-import-order-a.scm test-import-order-b.scm \
25 test-import-order-c.scm test-import-order-d.scm \