forked from OSchip/llvm-project
[sancov] Disable failing test for MIPS.
Currently unsupported. llvm-svn: 294033
This commit is contained in:
parent
81db53109d
commit
75bdd93720
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue