From: Eric Beckmann Date: Wed, 14 Jun 2017 00:22:43 +0000 (+0000) Subject: Re-enable tests on power pc since the bug has been fixed. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=29c68b23b5e83cbf5cbf64daa6cf7cbf0ac8f527;p=llvm 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 --- diff --git a/test/tools/llvm-cvtres/combined.test b/test/tools/llvm-cvtres/combined.test index 0f1e2d96658..084a0ea0cde 100644 --- a/test/tools/llvm-cvtres/combined.test +++ b/test/tools/llvm-cvtres/combined.test @@ -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 diff --git a/test/tools/llvm-cvtres/object.test b/test/tools/llvm-cvtres/object.test index 02455192081..95522b17bd0 100644 --- a/test/tools/llvm-cvtres/object.test +++ b/test/tools/llvm-cvtres/object.test @@ -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