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
// > 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
// > 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