[sanitizers] powerpc4 is also unsupported platform

llvm-svn: 289515
This commit is contained in:
Mike Aizatsky 2016-12-13 05:21:19 +00:00
parent ca6e2b4876
commit b67efec03b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// Tests trace pc guard coverage collection.
//
// REQUIRES: has_sancovcc
// XFAIL: tsan,arm,aarch64,darwin
// XFAIL: tsan,arm,aarch64,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
// XFAIL: tsan,arm,aarch64,darwin,powerpc64
//
// RUN: DIR=%t_workdir
// RUN: rm -rf $DIR