forked from OSchip/llvm-project
[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:
parent
565af157ef
commit
f1806f967d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue