summaryrefslogtreecommitdiff
path: root/media-libs/openexr/files/openexr-3.1.5-drop-failing-testDwaLookups.patch
blob: 7579ddd23156bc153db9a734b747bac5c60c5d15 (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
From 6f3c61b994e9a503fcc9649cba439d81f40901d0 Mon Sep 17 00:00:00 2001
From: Bernd Waibel <waebbl-gentoo@posteo.net>
Date: Tue, 27 Sep 2022 07:29:11 +0200
Subject: [PATCH] drop failing testDwaLookups

On x86_32 testDwaLookups fails

Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
--- a/src/test/OpenEXRTest/main.cpp
+++ b/src/test/OpenEXRTest/main.cpp
@@ -65,7 +65,6 @@
 #include "testDwaCompressorSimd.h"
 #include "testRle.h"
 #include "testB44ExpLogTable.h"
-#include "testDwaLookups.h"
 #include "testIDManifest.h"
 
 #include "tmpDir.h"
@@ -229,7 +228,6 @@ main (int argc, char *argv[])
     TEST (testDwaCompressorSimd, "basic");
     TEST (testRle, "core");
     TEST (testB44ExpLogTable, "core");
-    TEST (testDwaLookups, "core");
     TEST (testIDManifest, "core");
 
     // NB: If you add a test here, make sure to enumerate it in the
-- 
2.37.3