[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:
Simon Dardis 2017-05-09 19:17:16 +00:00
parent 8f0129c407
commit f570c76c5c
1 changed files with 1 additions and 1 deletions

View File

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