guix-commits
[Top][All Lists]
Advanced

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

10/17: gnu: julia-interpolations: Disable tests in i686-linux.


From: guix-commits
Subject: 10/17: gnu: julia-interpolations: Disable tests in i686-linux.
Date: Sat, 4 Dec 2021 12:54:06 -0500 (EST)

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

commit 28d530ea4473bdbd543c6f7fc2e490848219766e
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Dec 1 16:54:35 2021 +0100

    gnu: julia-interpolations: Disable tests in i686-linux.
    
    * gnu/packages/julia-xyz.scm (julia-interpolations)[arguments]<#:tests?>:
    Conditionally disable tests.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/julia-xyz.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index fe1016e..5ed4de9 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2581,7 +2581,12 @@ interfaces with @file{.ini} files.")
          (base32 "1236c20k388qlh7k74mhf7hkbn0vf7ss8b1rgh1a6aj0234ayfnc"))))
     (build-system julia-build-system)
     (arguments
-     `(#:parallel-tests? #f))
+     `(#:parallel-tests? #f
+       ;; XXXX: Unexpected failures for i686, e.g.,
+       ;; Got exception outside of a @test
+       ;; OverflowError: 96908232 * 106943408 overflowed for type Int32
+       ;; Disable as stopgap.
+       #:tests? ,(not (target-x86-32?))))
     (propagated-inputs
      `(("julia-axisalgorithms" ,julia-axisalgorithms)
        ("julia-offsetarrays" ,julia-offsetarrays)



reply via email to

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