diff options
| -rw-r--r-- | compiler-rt/test/msan/dlerror.cc | 3 |
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> |

