summaryrefslogtreecommitdiff
path: root/media-libs/openexr/files/openexr-2.5.7-0001-disable-testRgba-on-sparc.patch
blob: 368c9173d1330b621dd8d6b99f0151e236e27128 (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
From: Bernd Waibel <waebbl-gentoo@posteo.net>
Date: Mon, 21 Jun 2021 12:03:02 +0200
Subject: [PATCH] disable testRgba on sparc

Fails on sparc, bug #656680 and issue
https://github.com/openexr/openexr/issues/222

Bug: https://bugs.gentoo.org/656680
Bug: https://github.com/AcademySoftwareFoundation/openexr/issues/222

Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
---
 IlmImfTest/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/IlmImfTest/main.cpp b/IlmImfTest/main.cpp
index 3245fc4..3ba3e60 100644
--- a/IlmImfTest/main.cpp
+++ b/IlmImfTest/main.cpp
@@ -206,7 +206,7 @@ main (int argc, char *argv[])
     TEST (testXdr, "core");
     TEST (testHuf, "core");
     TEST (testWav, "core");
-    TEST (testRgba, "basic");
+//    TEST (testRgba, "basic");
     TEST (testLargeDataWindowOffsets, "basic");
     TEST (testSharedFrameBuffer, "basic");
     TEST (testRgbaThreading, "basic");
-- 
2.32.0