[sanitizer] Enable trace pc guard coverage test on PPC64/s390x/MIPS

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D120472
This commit is contained in:
Xiaodong Liu 2022-02-25 09:42:19 +08:00 committed by Ben Shi
parent 565af157ef
commit f1806f967d
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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