summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBill Seurer <seurer@linux.vnet.ibm.com>2017-05-05 14:20:11 +0000
committerBill Seurer <seurer@linux.vnet.ibm.com>2017-05-05 14:20:11 +0000
commitb5fcaaae01d4d4cc45cc203d801beb4edd74fbac (patch)
tree038d29303f5dde4298d5d6e0330f0ed97f05c851 /test
parent4ff00356cf47a180215cf673c33228b79c5a777a (diff)
[powerpc] Mark coverage-sample.cc as XFAIL on powerpc64le
When run this test case causes a segementation fault on powerpc64le. The xfail should be removed when the problem is fixed. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302237 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/xray/TestCases/Linux/coverage-sample.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/xray/TestCases/Linux/coverage-sample.cc b/test/xray/TestCases/Linux/coverage-sample.cc
index 623b4e345..df23d9f73 100644
--- a/test/xray/TestCases/Linux/coverage-sample.cc
+++ b/test/xray/TestCases/Linux/coverage-sample.cc
@@ -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"