[PATCH] D17503: [MSAN] Mark dlerror.cc expected failure for MIPS
Mohit Bhakkad via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 22 04:52:48 PST 2016
mohit.bhakkad created this revision.
mohit.bhakkad added reviewers: eugenis, kcc, samsonov.
mohit.bhakkad added subscribers: llvm-commits, jaydeep, sagar.
mohit.bhakkad set the repository for this revision to rL LLVM.
Herald added a subscriber: aemerson.
In mips64, we are facing same issue that of AArch64
It is giving error in external library, but as per I understand
MSan won't instrument glibc and other external libraries.
Could someone throw some light on it?
Repository:
rL LLVM
http://reviews.llvm.org/D17503
Files:
test/msan/dlerror.cc
Index: test/msan/dlerror.cc
===================================================================
--- test/msan/dlerror.cc
+++ 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.48662.patch
Type: text/x-patch
Size: 490 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160222/9d6b5c12/attachment.bin>
More information about the llvm-commits
mailing list