[PATCH] D34186: Re-enable tests on power pc since the bug has been fixed.

Eric Beckmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 17:23:19 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL305345: Re-enable tests on power pc since the bug has been fixed. (authored by ecbeckmann).

Changed prior to commit:
  https://reviews.llvm.org/D34186?vs=102461&id=102462#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D34186

Files:
  llvm/trunk/test/tools/llvm-cvtres/combined.test
  llvm/trunk/test/tools/llvm-cvtres/object.test


Index: llvm/trunk/test/tools/llvm-cvtres/object.test
===================================================================
--- llvm/trunk/test/tools/llvm-cvtres/object.test
+++ llvm/trunk/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
 
Index: llvm/trunk/test/tools/llvm-cvtres/combined.test
===================================================================
--- llvm/trunk/test/tools/llvm-cvtres/combined.test
+++ llvm/trunk/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
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34186.102462.patch
Type: text/x-patch
Size: 1269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170614/da3c8aa5/attachment.bin>


More information about the llvm-commits mailing list