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,7 +1,7 @@ // Tests trace pc guard coverage collection. // REQUIRES: has_sancovcc -// UNSUPPORTED: ubsan +// UNSUPPORTED: ubsan,powerpc64,s390x // XFAIL: tsan,darwin // XFAIL: android && asan 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,7 +1,7 @@ // Tests trace pc guard coverage collection. // REQUIRES: has_sancovcc -// UNSUPPORTED: ubsan,i386-darwin +// UNSUPPORTED: ubsan,i386-darwin,powerpc64,s390x // XFAIL: tsan // XFAIL: android && asan