[sancov] Mark as unstable on ARM, not XFAIL, since it does pass on some config

llvm-svn: 289526
This commit is contained in:
Renato Golin 2016-12-13 10:22:49 +00:00
parent e4ada024b0
commit 08c2563cb1
2 changed files with 4 additions and 4 deletions

View File

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

View File

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