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

llvm-svn: 305345
This commit is contained in:
Eric Beckmann 2017-06-14 00:22:43 +00:00
parent e41823bb89
commit 919d8dd8d7
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