guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: jimtcl: Skip failing test on all 32-bit arch


From: guix-commits
Subject: branch master updated: gnu: jimtcl: Skip failing test on all 32-bit architectures.
Date: Sun, 18 Jun 2023 01:51:10 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0d165fba93 gnu: jimtcl: Skip failing test on all 32-bit architectures.
0d165fba93 is described below

commit 0d165fba93f69b3d3f53478d0f0c6c7a58778e7e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jun 18 08:45:53 2023 +0300

    gnu: jimtcl: Skip failing test on all 32-bit architectures.
    
    * gnu/packages/embedded.scm (jimtcl)[arguments]: Adjust custom phase
    'delete-failing-tests/32bit to run for all 32-bit architectures.
---
 gnu/packages/embedded.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm
index 567fee548b..d3bb794269 100644
--- a/gnu/packages/embedded.scm
+++ b/gnu/packages/embedded.scm
@@ -561,7 +561,7 @@ SEGGER J-Link and compatible devices.")
                    ;; XXX All but 1 SSL tests fail (tries connecting to Google
                    ;; servers).
                    (delete-file "tests/ssl.test")))
-               #$@(if (target-x86-32?)
+               #$@(if (not (target-64bit?))
                       #~((add-after 'unpack 'delete-failing-tests/32bit
                            (lambda _
                              (delete-file "tests/file.test"))))



reply via email to

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