[compiler-rt] r302563 - [SystemZ] Remove XFAIL on sanitizer_coverage_no_prune.cc
Ulrich Weigand via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 11:17:26 PDT 2017
Author: uweigand
Date: Tue May 9 13:17:26 2017
New Revision: 302563
URL: http://llvm.org/viewvc/llvm-project?rev=302563&view=rev
Log:
[SystemZ] Remove XFAIL on sanitizer_coverage_no_prune.cc
This test case works fine on SystemZ as well.
Modified:
compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc
Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc?rev=302563&r1=302562&r2=302563&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/sanitizer_coverage_no_prune.cc Tue May 9 13:17:26 2017
@@ -2,7 +2,7 @@
//
// REQUIRES: has_sancovcc,stable-runtime
// UNSUPPORTED: i386-darwin
-// XFAIL: tsan,s390x,mips
+// XFAIL: tsan,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
More information about the llvm-commits
mailing list