summaryrefslogtreecommitdiff
path: root/media-libs/openexr/files/openexr-2.3.0-skip-bogus-tests.patch
blob: 360b9609b2dca5e18438b477b8900d94480364a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description: Remove bogus test from suite
Author: Mathieu Malaterre <malat@debian.org>
Bug-Debian: https://bugs.debian.org/790495
Forwarded: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=790495#15

--- openexr-2.2.0.orig/IlmImfTest/testSampleImages.cpp
+++ openexr-2.2.0/IlmImfTest/testSampleImages.cpp
@@ -162,15 +162,15 @@ testSampleImages (const std::string&)
 	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_b44.exr",
 		       ILM_IMF_TEST_IMAGEDIR "comp_b44_piz.exr");
 
-	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_dwaa_v1.exr",
-		       ILM_IMF_TEST_IMAGEDIR "comp_dwaa_piz.exr");
-	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_dwaa_v2.exr",
-		       ILM_IMF_TEST_IMAGEDIR "comp_dwaa_piz.exr");
+//	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_dwaa_v1.exr",
+//		       ILM_IMF_TEST_IMAGEDIR "comp_dwaa_piz.exr");
+//	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_dwaa_v2.exr",
+//		       ILM_IMF_TEST_IMAGEDIR "comp_dwaa_piz.exr");
 
-	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_dwab_v1.exr",
-		       ILM_IMF_TEST_IMAGEDIR "comp_dwab_piz.exr");
-	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_dwab_v2.exr",
-		       ILM_IMF_TEST_IMAGEDIR "comp_dwab_piz.exr");
+//	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_dwab_v1.exr",
+//		       ILM_IMF_TEST_IMAGEDIR "comp_dwab_piz.exr");
+//	compareImages (ILM_IMF_TEST_IMAGEDIR "comp_dwab_v2.exr",
+//		       ILM_IMF_TEST_IMAGEDIR "comp_dwab_piz.exr");
 
 
 	cout << "ok\n" << endl;