summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2017-05-09 19:17:16 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2017-05-09 19:17:16 +0000
commit92760a25363fbcd3c9214ffe0d139c8b0f1defa1 (patch)
tree845e3e0fa0e01480328f3c39cfa8bd07ed42eeaa /test
parentdc29e454d586bbeab483418aa43c759969bcf91a (diff)
[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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/dfsan/custom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dfsan/custom.cc b/test/dfsan/custom.cc
index c96d94053..b36db01bc 100644
--- a/test/dfsan/custom.cc
+++ b/test/dfsan/custom.cc
@@ -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.