guix-commits
[Top][All Lists]
Advanced

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

17/19: gnu: python-numpy: Skip 'test_rint_big_int' test.


From: guix-commits
Subject: 17/19: gnu: python-numpy: Skip 'test_rint_big_int' test.
Date: Sun, 28 Aug 2022 21:09:45 -0400 (EDT)

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

commit 0c6586df3bd6e3a42fcf273605d2714ed5dc626f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 23 21:41:54 2022 -0400

    gnu: python-numpy: Skip 'test_rint_big_int' test.
    
    * gnu/packages/python-xyz.scm (python-numpy)
    [phases]{check}: Skip the 'test_rint_big_int' test.
---
 gnu/packages/python-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 12a5bfa8dd..ca4d7f9cf4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5686,7 +5686,11 @@ include_dirs = ~:*~a/include~%" #$(this-package-input 
"openblas"))))))
                               ;; These tests may fail on 32-bit systems (see:
                               ;; https://github.com/numpy/numpy/issues/18387).
                               "not test_float_remainder_overflow "
-                              "and not test_pareto"
+                              "and not test_pareto "
+                              ;; The 'test_rint_big_int' test fails on older
+                              ;; x86_64 CPUs such as the Core 2 Duo (see:
+                              ;; https://github.com/numpy/numpy/issues/22170).
+                              "and not test_rint_big_int "
                               ;; These tests seem to fail on machines without
                               ;; an FPU is still under investigation upstream.
                               ;; https://github.com/numpy/numpy/issues/20635



reply via email to

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