[mips] Remove XFAIL from sanitizer_coverage_no_prune.cc
Test is XPASSing, so remove the XFAIL marker. llvm-svn: 302567
This commit is contained in:
parent
63998ec3c8
commit
35392b8e37
|
|
@ -2,7 +2,7 @@
|
||||||
//
|
//
|
||||||
// REQUIRES: has_sancovcc,stable-runtime
|
// REQUIRES: has_sancovcc,stable-runtime
|
||||||
// UNSUPPORTED: i386-darwin
|
// 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,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
|
// RUN: %clangxx -O0 %s -S -o - -emit-llvm -fsanitize-coverage=trace-pc,bb 2>&1 | grep "call void @__sanitizer_cov_trace_pc" | count 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue