summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2017-05-09 18:29:44 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2017-05-09 18:29:44 +0000
commit35392b8e37b2747a5bb1d12fd23cad99ee27d65e (patch)
treee48b310e2afb46dce84239d07780a826ca96d5ce
parent63998ec3c86eb090ac1a3086ba22784392b15b94 (diff)
downloadbcm5719-llvm-35392b8e37b2747a5bb1d12fd23cad99ee27d65e.tar.gz
bcm5719-llvm-35392b8e37b2747a5bb1d12fd23cad99ee27d65e.zip
[mips] Remove XFAIL from sanitizer_coverage_no_prune.cc
Test is XPASSing, so remove the XFAIL marker. llvm-svn: 302567
-rw-r--r--compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc
index 2be8388a2a5..8751930345e 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc
+++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc
@@ -2,7 +2,7 @@
//
// REQUIRES: has_sancovcc,stable-runtime
// UNSUPPORTED: i386-darwin
-// XFAIL: tsan,mips
+// XFAIL: tsan
//
// 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
OpenPOWER on IntegriCloud