diff options
Diffstat (limited to 'compiler-rt/test/msan/dlerror.cc')
-rw-r--r-- | compiler-rt/test/msan/dlerror.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler-rt/test/msan/dlerror.cc b/compiler-rt/test/msan/dlerror.cc index 85dd1ad9239..d5510b65c4a 100644 --- a/compiler-rt/test/msan/dlerror.cc +++ b/compiler-rt/test/msan/dlerror.cc @@ -1,9 +1,4 @@ // RUN: %clangxx_msan -O0 %s -o %t && %run %t -// -// 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> |