Skip to content

Commit f1806f9

Browse files
XiaodongLoongbenshi001
authored andcommitted
[sanitizer] Enable trace pc guard coverage test on PPC64/s390x/MIPS
Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D120472
1 parent 565af15 commit f1806f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Tests trace pc guard coverage collection.
22

3-
// REQUIRES: has_sancovcc,stable-runtime
3+
// REQUIRES: has_sancovcc
44
// UNSUPPORTED: ubsan
5-
// XFAIL: tsan,darwin,powerpc64,s390x,mips
5+
// XFAIL: tsan,darwin
66
// XFAIL: android && asan
77

88
// RUN: DIR=%t_workdir

compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Tests trace pc guard coverage collection.
22

3-
// REQUIRES: has_sancovcc,stable-runtime
3+
// REQUIRES: has_sancovcc
44
// UNSUPPORTED: ubsan,i386-darwin
5-
// XFAIL: tsan,powerpc64,s390x,mips
5+
// XFAIL: tsan
66
// XFAIL: android && asan
77

88
// RUN: DIR=%t_workdir

0 commit comments

Comments
 (0)