[sanitizer] Disable pc guard coverage test on PPC64/s390x

Reviewed By: benshi001, uweigand

Differential Revision: https://reviews.llvm.org/D120541
This commit is contained in:
Xiaodong Liu 2022-02-25 21:08:47 +08:00 committed by Ben Shi
parent 4729a72ace
commit a5ee4335c7
2 changed files with 2 additions and 2 deletions

View 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

View 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