guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: guile-3.0: Skip OOM test on powerpc-li


From: guix-commits
Subject: branch core-updates updated: gnu: guile-3.0: Skip OOM test on powerpc-linux.
Date: Wed, 05 Apr 2023 09:41:05 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 413097306f gnu: guile-3.0: Skip OOM test on powerpc-linux.
413097306f is described below

commit 413097306f2197fc8bd93ba084886a41f0e3fd52
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Apr 5 16:37:51 2023 +0300

    gnu: guile-3.0: Skip OOM test on powerpc-linux.
    
    * gnu/packages/guile.scm (guile-3.0)[arguments]: Skip the OOM test on
    powerpc-linux also.
---
 gnu/packages/guile.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 972a391a29..517cc0d13e 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -391,10 +391,11 @@ without requiring the source code to be rewritten.")
                             (("^GUILE_OPTIMIZATIONS.*")
                              "GUILE_OPTIMIZATIONS = -O1 -Oresolve-primitives 
-Ocps\n")))))
                    #~())
-            #$@(if (target-ppc64le?)
+            #$@(if (target-powerpc?)
                    #~((add-after 'unpack 'skip-oom-test
                         (lambda _
-                          ;; This test hangs with guile-3.0.9 and libgc-8.2.2.
+                          ;; This test hangs with guile-3.0.9 and libgc-8.2.2 
and
+                          ;; fails completely on powerpc-linux.
                           (substitute* 
"test-suite/standalone/test-out-of-memory"
                             (("!#") "!#\n\n(exit 77)\n")))))
                    #~())



reply via email to

[Prev in Thread] Current Thread [Next in Thread]