[sancov] Disable failing test for MIPS.

Currently unsupported.

llvm-svn: 294033
This commit is contained in:
Simon Dardis 2017-02-03 20:16:07 +00:00
parent 81db53109d
commit 75bdd93720
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// Tests trace pc guard coverage collection.
//
// REQUIRES: has_sancovcc,stable-runtime
// XFAIL: tsan,darwin,powerpc64,s390x
// XFAIL: tsan,darwin,powerpc64,s390x,mips
//
// RUN: DIR=%t_workdir
// RUN: CLANG_ARGS="-O0 -fsanitize-coverage=trace-pc-guard"

View File

@ -2,7 +2,7 @@
//
// REQUIRES: has_sancovcc,stable-runtime
// UNSUPPORTED: i386-darwin
// XFAIL: tsan,powerpc64,s390x
// XFAIL: tsan,powerpc64,s390x,mips
//
// RUN: DIR=%t_workdir
// RUN: rm -rf $DIR