diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cpp b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cpp --- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard-dso.cpp @@ -1,8 +1,8 @@ // Tests trace pc guard coverage collection. -// REQUIRES: has_sancovcc,stable-runtime +// REQUIRES: has_sancovcc // UNSUPPORTED: ubsan -// XFAIL: tsan,darwin,powerpc64,s390x,mips +// XFAIL: tsan,darwin // XFAIL: android && asan // RUN: DIR=%t_workdir diff --git a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp --- a/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp +++ b/compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp @@ -1,8 +1,8 @@ // Tests trace pc guard coverage collection. -// REQUIRES: has_sancovcc,stable-runtime +// REQUIRES: has_sancovcc // UNSUPPORTED: ubsan,i386-darwin -// XFAIL: tsan,powerpc64,s390x,mips +// XFAIL: tsan // XFAIL: android && asan // RUN: DIR=%t_workdir