diff options
author | Simon Dardis <simon.dardis@imgtec.com> | 2017-05-09 19:17:16 +0000 |
---|---|---|
committer | Simon Dardis <simon.dardis@imgtec.com> | 2017-05-09 19:17:16 +0000 |
commit | f570c76c5cc9afbda73b7c34ef3dec8332fee02a (patch) | |
tree | 234f28c1966e85d5624e7f8e5e71d4f5e76ce39c | |
parent | 8f0129c407395d01fd3a50b6f00ca480033d8a43 (diff) | |
download | bcm5719-llvm-f570c76c5cc9afbda73b7c34ef3dec8332fee02a.tar.gz bcm5719-llvm-f570c76c5cc9afbda73b7c34ef3dec8332fee02a.zip |
[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
-rw-r--r-- | compiler-rt/test/dfsan/custom.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/dfsan/custom.cc b/compiler-rt/test/dfsan/custom.cc index c96d9405398..b36db01bc48 100644 --- a/compiler-rt/test/dfsan/custom.cc +++ b/compiler-rt/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. |