Re-enable tests on power pc since the bug has been fixed.

Summary: just flip them on.

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D34186

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305345 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Beckmann 2017-06-14 00:22:43 +00:00
parent 2940ab652c
commit 29c68b23b5
2 changed files with 0 additions and 8 deletions

View File

@ -8,10 +8,6 @@
// > 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

View File

@ -7,10 +7,6 @@
// > 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