diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-17 11:46:06 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-24 18:56:33 +0000 |
commit | e687ca43f002b7469d415bc786ba072459057f1f (patch) | |
tree | 8d5ffded5ead440477506047ee6cb92ca364a64d /community/imagemagick/disable-avaraging-tests.patch | |
parent | 36fe14f43a3e232fe021a236fc36722abfbc2236 (diff) | |
download | aports-e687ca43f002b7469d415bc786ba072459057f1f.tar.bz2 aports-e687ca43f002b7469d415bc786ba072459057f1f.tar.xz |
community/imagemagic: move from main
Closes !509
Diffstat (limited to 'community/imagemagick/disable-avaraging-tests.patch')
-rw-r--r-- | community/imagemagick/disable-avaraging-tests.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/community/imagemagick/disable-avaraging-tests.patch b/community/imagemagick/disable-avaraging-tests.patch new file mode 100644 index 0000000000..8e715f81e6 --- /dev/null +++ b/community/imagemagick/disable-avaraging-tests.patch @@ -0,0 +1,26 @@ +The avaraging tests seems to be flaky due to rounding errors. Test fails on +x86 and s390x + +https://github.com/ImageMagick/ImageMagick/issues/1576#issuecomment-494595404 + +diff --git a/Magick++/tests/tests.tap b/Magick++/tests/tests.tap +index b5c15ff..bb83980 100755 +--- a/Magick++/tests/tests.tap ++++ b/Magick++/tests/tests.tap +@@ -8,14 +8,14 @@ + # + subdir=Magick++/tests + . ./common.shi +-echo "1..13" ++echo "1..12" + + SRCDIR=${top_srcdir}/${subdir}/ + export SRCDIR + + cd ${subdir} || exit 1 + +-for mytest in appendImages attributes averageImages coalesceImages coderInfo color colorHistogram exceptions geometry montageImages morphImages readWriteBlob readWriteImages ++for mytest in appendImages attributes coalesceImages coderInfo color colorHistogram exceptions geometry montageImages morphImages readWriteBlob readWriteImages + do + ./${mytest} && echo "ok" || echo "not ok" + done |