forked from OSchip/llvm-project
[sancov] Mark as unstable on ARM, not XFAIL, since it does pass on some config
llvm-svn: 289526
This commit is contained in:
parent
e4ada024b0
commit
08c2563cb1
|
@ -1,7 +1,7 @@
|
|||
// Tests trace pc guard coverage collection.
|
||||
//
|
||||
// REQUIRES: has_sancovcc
|
||||
// XFAIL: tsan,arm,aarch64,darwin,powerpc64
|
||||
// REQUIRES: has_sancovcc,stable-runtime
|
||||
// XFAIL: tsan,darwin,powerpc64
|
||||
//
|
||||
// RUN: DIR=%t_workdir
|
||||
// RUN: CLANG_ARGS="-O0 -fsanitize-coverage=trace-pc-guard"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Tests trace pc guard coverage collection.
|
||||
//
|
||||
// REQUIRES: has_sancovcc
|
||||
// XFAIL: tsan,arm,aarch64,darwin,powerpc64
|
||||
// REQUIRES: has_sancovcc,stable-runtime
|
||||
// XFAIL: tsan,darwin,powerpc64
|
||||
//
|
||||
// RUN: DIR=%t_workdir
|
||||
// RUN: rm -rf $DIR
|
||||
|
|
Loading…
Reference in New Issue