guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: python-cffi: Disable test that fails on aarch64.


From: Efraim Flashner
Subject: 01/04: gnu: python-cffi: Disable test that fails on aarch64.
Date: Sun, 15 Oct 2017 04:57:28 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a1add5b7fb0fc56aa340fa97170ba1b56784f8f6
Author: Efraim Flashner <address@hidden>
Date:   Sun Oct 15 09:32:21 2017 +0300

    gnu: python-cffi: Disable test that fails on aarch64.
    
    * gnu/packages/python.cm (python-cffi)[arguments]: Disable test that
    is known to fail on aarch64.
---
 gnu/packages/python.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1b1be11..6980235 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5180,6 +5180,13 @@ a front-end for C compilers or analysis tools.")
              (substitute* "testing/cffi0/test_ownlib.py"
                (("'cc testownlib") "'gcc testownlib"))
              (zero? (system* "py.test" "-v" "c/" "testing/"))))
+         (add-before 'check 'disable-failing-test
+           ;; This is assumed to be a libffi issue:
+           ;; 
https://bitbucket.org/cffi/cffi/issues/312/tests-failed-with-armv8
+           (lambda _
+             (substitute* "testing/cffi0/test_ownlib.py"
+               (("ret.left") "ownlib.left"))
+             #t))
          (add-after 'install 'install-doc
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((data (string-append (assoc-ref outputs "doc") "/share"))



reply via email to

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