summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
diff options
context:
space:
mode:
authorMohit K. Bhakkad <mohit.bhakkad@gmail.com>2016-02-24 07:08:33 +0000
committerMohit K. Bhakkad <mohit.bhakkad@gmail.com>2016-02-24 07:08:33 +0000
commit28bb3d9046fb93bc062a6d0bc514d757e0e352bd (patch)
tree2cbe2614970a59040e3ebc85707b5a8a27ecb87b /compiler-rt/test
parentcd09961fb3d21bcda1f9fcea31b782cf408550d1 (diff)
downloadbcm5719-llvm-28bb3d9046fb93bc062a6d0bc514d757e0e352bd.tar.gz
bcm5719-llvm-28bb3d9046fb93bc062a6d0bc514d757e0e352bd.zip
[MSan] Mark dlerror.cc expected failure for MIPS
Reviewers: samsonov Subscribers: jaydeep, sagar, llvm-commits, aemerson Differential Revision: http://reviews.llvm.org/D17503 llvm-svn: 261721
Diffstat (limited to 'compiler-rt/test')
-rw-r--r--compiler-rt/test/msan/dlerror.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/test/msan/dlerror.cc b/compiler-rt/test/msan/dlerror.cc
index 0ad5b35f521..85dd1ad9239 100644
--- a/compiler-rt/test/msan/dlerror.cc
+++ b/compiler-rt/test/msan/dlerror.cc
@@ -1,8 +1,9 @@
// RUN: %clangxx_msan -O0 %s -o %t && %run %t
//
-// AArch64 shows fails with uninitialized bytes in __interceptor_strcmp from
+// AArch64, MIPS64 shows fails with uninitialized bytes in __interceptor_strcmp from
// dlfcn/dlerror.c:107 (glibc).
// XFAIL: aarch64
+// XFAIL: mips64
#include <assert.h>
#include <dlfcn.h>
OpenPOWER on IntegriCloud