components/openexr/patches/015-skip-optimized-interleave-patterns-test.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7964
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
Skip testOptimizedInterleavePatterns based on comments in
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
https://github.com/openexr/openexr/issues/67
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
--- IlmImfTest/main.cpp.orig	2017-05-01 13:56:17.328665484 +0000
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
+++ IlmImfTest/main.cpp	2017-05-01 14:09:35.414501608 +0000
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
@@ -79,7 +79,6 @@
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
 #include "testBackwardCompatibility.h"
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
 #include "testPartHelper.h"
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
 #include "testOptimized.h"
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
-#include "testOptimizedInterleavePatterns.h"
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
 #include "testBadTypeAttributes.h"
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
 #include "testPartHelper.h"
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
 #include "testDwaCompressorSimd.h"
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
@@ -170,7 +169,6 @@
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
     TEST (testExistingStreams, "core");
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
     TEST (testStandardAttributes, "core");
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
     TEST (testOptimized, "basic");
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
-    TEST (testOptimizedInterleavePatterns, "basic");
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
     TEST (testYca, "basic");
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
     TEST (testTiledYa, "basic");
d9801318ed3d 25981468 Build ilmbase and openexr with the GNU compilers
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
     TEST (testNativeFormat, "basic");