]> granicus.if.org Git - llvm/commitdiff
[powerpc] deactivate tests combined.test and object.test on powerpc64 be
authorBill Seurer <seurer@linux.vnet.ibm.com>
Tue, 13 Jun 2017 18:52:41 +0000 (18:52 +0000)
committerBill Seurer <seurer@linux.vnet.ibm.com>
Tue, 13 Jun 2017 18:52:41 +0000 (18:52 +0000)
These tests fail on powerpc64 BE (only, not LE) and are thus intefering with
the running of 3 of the powerpc buildbots.  The author of the tests has been
notified and is working on fixing them but in the meantime I am disabling
them to get the bots working again.

See https://bugs.llvm.org//show_bug.cgi?id=33429

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305317 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-cvtres/combined.test
test/tools/llvm-cvtres/object.test

index 084a0ea0cdeccd4f05b4feb73ced3a50e03253bc..0f1e2d96658707f3b3a79f83e45c6caa026edbe1 100644 (file)
@@ -8,6 +8,10 @@
 // > cvtres /machine:X86 /readonly /nologo /out:combined.obj.coff \
 //   languages.res test_resource.res
 
+// FIXME: This test doesn't work on powerpc64 BE.  Re-enable it once it
+// is fixed.  See pr33429.
+UNSUPPORTED: powerpc64-unknown-linux-gnu
+
 RUN: llvm-cvtres /verbose /out:%t %p/Inputs/languages.res %p/Inputs/test_resource.res
 RUN: llvm-readobj -coff-resources -section-data %t | FileCheck %s
 
index 95522b17bd07adb9bf95fbb34acb5dea41858920..024551920813ce386ee6962ecb154e23eda9d9f7 100644 (file)
@@ -7,6 +7,10 @@
 // > cvtres /machine:X86 /readonly /nologo /out:test_resource.obj.coff \
 //   test_resource.res
 
+// FIXME: This test doesn't work on powerpc64 BE.  Re-enable it once it
+// is fixed.  See pr33429.
+UNSUPPORTED: powerpc64-unknown-linux-gnu
+
 RUN: llvm-cvtres /verbose /out:%t %p/Inputs/test_resource.res
 RUN: llvm-readobj -coff-resources -section-data %t | FileCheck %s