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