summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBill Seurer <seurer@linux.vnet.ibm.com>2017-05-08 15:17:43 +0000
committerBill Seurer <seurer@linux.vnet.ibm.com>2017-05-08 15:17:43 +0000
commit9e6ab92e426d17d7c1962c4fee4ffa2084bcac30 (patch)
tree5c9889e6a79411f07efcb10c83ac87648e6cda63 /test
parent8743216952949d4569124930b5a8c0a5be79a5cf (diff)
[powerpc] Remove XFAIL for sanitizer_coverage_no_prune.cc on powerpc64
This test case works fine on powerpc64 (both BE and LE). git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302430 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc b/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc
index 843053982..96547f97b 100644
--- a/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc
+++ b/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc
@@ -2,7 +2,7 @@
//
// REQUIRES: has_sancovcc,stable-runtime
// UNSUPPORTED: i386-darwin
-// XFAIL: tsan,powerpc64,s390x,mips
+// XFAIL: tsan,s390x,mips
//
// RUN: %clangxx -O0 %s -S -o - -emit-llvm -fsanitize-coverage=trace-pc,bb,no-prune 2>&1 | grep "call void @__sanitizer_cov_trace_pc" | count 3
// RUN: %clangxx -O0 %s -S -o - -emit-llvm -fsanitize-coverage=trace-pc,bb 2>&1 | grep "call void @__sanitizer_cov_trace_pc" | count 2