forked from OSchip/llvm-project
[mips] XFAIL dfsan's custom.cc test on mips64.
Test was already marked as failing for mips64el. Now that it's being tested on mips64, it has to be XFAILed there as well. llvm-svn: 302570
This commit is contained in:
parent
8f0129c407
commit
f570c76c5c
|
@ -3,7 +3,7 @@
|
|||
// RUN: %clang_dfsan -DSTRICT_DATA_DEPENDENCIES %s -o %t && %run %t
|
||||
// RUN: %clang_dfsan -DSTRICT_DATA_DEPENDENCIES -mllvm -dfsan-args-abi %s -o %t && %run %t
|
||||
|
||||
// XFAIL: target-is-mips64el
|
||||
// XFAIL: target-is-mips64,target-is-mips64el
|
||||
|
||||
// Tests custom implementations of various glibc functions.
|
||||
|
||||
|
|
Loading…
Reference in New Issue