[PATCH] D17503: [MSAN] Mark dlerror.cc expected failure for MIPS
Mohit Bhakkad via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 23 23:34:04 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL261721: [MSan] Mark dlerror.cc expected failure for MIPS (authored by mohit.bhakkad).
Changed prior to commit:
http://reviews.llvm.org/D17503?vs=48662&id=48888#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17503
Files:
compiler-rt/trunk/test/msan/dlerror.cc
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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17503.48888.patch
Type: text/x-patch
Size: 544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160224/fa1807a5/attachment.bin>
More information about the llvm-commits
mailing list