Index: compiler-rt/trunk/test/msan/dlerror.cc
===================================================================
--- compiler-rt/trunk/test/msan/dlerror.cc
+++ compiler-rt/trunk/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>