* disable_mat_test.patch -- rather than disable the test, use upstream solution (increase threshold for mean error) -- use this patch also for s390, s390x OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=181
14 lines
592 B
Diff
14 lines
592 B
Diff
Index: PerlMagick/t/read.t
|
|
===================================================================
|
|
--- PerlMagick/t/read.t.orig 2013-11-18 14:03:16.000000000 +0100
|
|
+++ PerlMagick/t/read.t 2014-02-13 15:03:03.017996724 +0100
|
|
@@ -74,7 +74,7 @@
|
|
|
|
print("MAT (MatLab gray 64-bit LSB double) ...\n");
|
|
++$test;
|
|
-testReadCompare('input_gray_lsb_double.mat', 'reference/read/input_gray_lsb_double_mat.miff', q//, 0.2, 1.02);
|
|
+testReadCompare('input_gray_lsb_double.mat', 'reference/read/input_gray_lsb_double_mat.miff', q//, 0.22, 1.02);
|
|
|
|
print("MAT (MatLab RGB 8-bit LSB integer) ...\n");
|
|
++$test;
|