marusich pushed a commit to branch wip-ppc64le
in repository guix.
commit 7b528a03331449aea147cdc4f7919e5422946f0c
Author: Léo Le Bouter <[email protected]>
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 ce8f08c..ff2b4ea 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -846,6 +846,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