guix-commits
[Top][All Lists]
Advanced

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

23/26: gnu: openjpeg: Disable failing tests group.


From: guix-commits
Subject: 23/26: gnu: openjpeg: Disable failing tests group.
Date: Sun, 7 Mar 2021 22:00:19 -0500 (EST)

marusich pushed a commit to branch wip-ppc64le
in repository guix.

commit f73675b3409c2d16bfbaee018b9bd0f0ca9d26d1
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 2 01:50:23 2021 +0100

    gnu: openjpeg: Disable failing tests group.
    
    Conformance tests fail on powerpc64le-linux, they may also fail on other
    architectures, untested. Disabling unconditionally for now.
    
    * gnu/packages/image.scm (openjpeg)[arguments]: Modify 
'disable-failing-tests
    phase to also ignore tests in the "conformance" subdirectory.
---
 gnu/packages/image.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 6dff48b..216ae39 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -845,6 +845,8 @@ test suite, including conformance tests (following Rec. 
ITU-T T.803 | ISO/IEC
            (lambda _
              (substitute* "tests/CMakeLists.txt"
                (("add_subdirectory\\(nonregression\\)")
+                "")
+               (("add_subdirectory\\(conformance\\)")
                 ""))
              #t)))))
     (native-inputs



reply via email to

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