1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

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 33bed6c5b9
commit c9bf706601
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