[MSan] Mark dlerror.cc expected failure for MIPS
authorMohit K. Bhakkad <mohit.bhakkad@gmail.com>
Wed, 24 Feb 2016 07:08:33 +0000 (07:08 +0000)
committerMohit K. Bhakkad <mohit.bhakkad@gmail.com>
Wed, 24 Feb 2016 07:08:33 +0000 (07:08 +0000)
Reviewers: samsonov

Subscribers: jaydeep, sagar, llvm-commits, aemerson

Differential Revision: http://reviews.llvm.org/D17503

llvm-svn: 261721

compiler-rt/test/msan/dlerror.cc

index 0ad5b35..85dd1ad 100644 (file)
@@ -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>