summaryrefslogtreecommitdiff
path: root/disable-out-of-memory-test.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-23 02:34:08 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-23 02:34:08 +0000
commit486ecce9b8601814beae1a84aa49377f4cf48ee9 (patch)
tree8bdcca3ef69ac84dc3fdd041e5ff7df76951400f /disable-out-of-memory-test.patch
parentec6d413581c6ad0927c65836f255e8d19985d844 (diff)
automatic import of guileopeneuler24.03_LTS
Diffstat (limited to 'disable-out-of-memory-test.patch')
-rw-r--r--disable-out-of-memory-test.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/disable-out-of-memory-test.patch b/disable-out-of-memory-test.patch
new file mode 100644
index 0000000..657aa93
--- /dev/null
+++ b/disable-out-of-memory-test.patch
@@ -0,0 +1,13 @@
+diff --git a/test-suite/standalone/test-out-of-memory b/test-suite/standalone/test-out-of-memory
+index 95692d6..49988ce 100755
+--- a/test-suite/standalone/test-out-of-memory
++++ b/test-suite/standalone/test-out-of-memory
+@@ -3,6 +3,8 @@ guild compile "$0"
+ exec guile -q -s "$0" "$@"
+ !#
+
++(exit 77)
++
+ (unless (defined? 'setrlimit)
+ ;; Without an rlimit, this test can take down your system, as it
+ ;; consumes all of your memory. That doesn't seem like something we