[powerpc] Mark coverage-sample.cc as XFAIL on powerpc64le
authorBill Seurer <seurer@linux.vnet.ibm.com>
Fri, 5 May 2017 14:20:11 +0000 (14:20 +0000)
committerBill Seurer <seurer@linux.vnet.ibm.com>
Fri, 5 May 2017 14:20:11 +0000 (14:20 +0000)
When run this test case causes a segementation fault on powerpc64le.
The xfail should be removed when the problem is fixed.

llvm-svn: 302237

compiler-rt/test/xray/TestCases/Linux/coverage-sample.cc

index 623b4e3..df23d9f 100644 (file)
@@ -2,6 +2,9 @@
 //
 // RUN: %clangxx_xray -std=c++11 %s -o %t
 // RUN: XRAY_OPTIONS="patch_premain=false xray_naive_log=false" %run %t | FileCheck %s
+// FIXME: When run this test case causes a segementation fault on powerpc64le.
+// Remove the xfail when the problem is fixed.
+// XFAIL: powerpc64le
 
 #include "xray/xray_interface.h"