diff options
author | Léo Le Bouter <lle-bout@zaclys.net> | 2021-03-02 01:50:23 +0100 |
---|---|---|
committer | Chris Marusich <cmmarusich@gmail.com> | 2021-03-10 23:02:03 -0800 |
commit | 7b528a03331449aea147cdc4f7919e5422946f0c (patch) | |
tree | b8a971f874cf197481cc54866a3f472436ae8f24 | |
parent | 1f3c436ce7654478d16d73f479fad7508fa2293b (diff) | |
download | guix-7b528a03331449aea147cdc4f7919e5422946f0c.tar.gz |
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.
-rw-r--r-- | gnu/packages/image.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index ce8f08cc65..ff2b4ea55d 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 |