[sanitizer] Disable pc guard coverage test on PPC64/s390x
authorXiaodong Liu <liuxiaodong@loongson.cn>
Fri, 25 Feb 2022 13:08:47 +0000 (21:08 +0800)
committerBen Shi <ben.shi@streamcomputing.com>
Fri, 25 Feb 2022 13:09:22 +0000 (21:09 +0800)
Reviewed By: benshi001, uweigand

Differential Revision: https://reviews.llvm.org/D120541

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

index a7381fa..180504a 100644 (file)
@@ -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
 
index eb052fe..094a279 100644 (file)
@@ -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