mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: opencv: Disable one more test.
* gnu/packages/image-processing.scm (opencv)[arguments]: Disable a failing test.
This commit is contained in:
parent
f9d3f74ad2
commit
9e9489fb11
1 changed files with 6 additions and 0 deletions
|
@ -484,6 +484,12 @@ integrates with various databases on GUI toolkits such as Qt and Tk.")
|
||||||
all pre post)
|
all pre post)
|
||||||
(string-append pre "DISABLED_" post)))
|
(string-append pre "DISABLED_" post)))
|
||||||
|
|
||||||
|
;; This test fails with a comparison between the expected 396 and
|
||||||
|
;; the actual 440 in file size.
|
||||||
|
(substitute* "modules/imgcodecs/test/test_exr.impl.hpp"
|
||||||
|
(("(TEST\\(Imgcodecs_EXR, )(readWrite_32FC1\\).*)" all pre post)
|
||||||
|
(string-append pre "DISABLED_" post)))
|
||||||
|
|
||||||
;; These fail with protobuf parse errors that come from
|
;; These fail with protobuf parse errors that come from
|
||||||
;; opencv-extra/testdata.
|
;; opencv-extra/testdata.
|
||||||
(substitute* "modules/dnn/test/test_layers.cpp"
|
(substitute* "modules/dnn/test/test_layers.cpp"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue