]> granicus.if.org Git - llvm/commitdiff
Re-enable tests on power pc since the bug has been fixed.
authorEric Beckmann <ecbeckmann@google.com>
Wed, 14 Jun 2017 00:22:43 +0000 (00:22 +0000)
committerEric Beckmann <ecbeckmann@google.com>
Wed, 14 Jun 2017 00:22:43 +0000 (00:22 +0000)
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

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

index 0f1e2d96658707f3b3a79f83e45c6caa026edbe1..084a0ea0cdeccd4f05b4feb73ced3a50e03253bc 100644 (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
 
index 024551920813ce386ee6962ecb154e23eda9d9f7..95522b17bd07adb9bf95fbb34acb5dea41858920 100644 (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