[PATCH] D17642: [MSan] Mark dtls_test expected failure for MIPS

Mohit Bhakkad via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 04:54:32 PST 2016


mohit.bhakkad created this revision.
mohit.bhakkad added reviewers: eugenis, samsonov, kcc.
mohit.bhakkad added subscribers: jaydeep, sagar, llvm-commits.
mohit.bhakkad set the repository for this revision to rL LLVM.

This test is failing with following report:

==4793==WARNING: MemorySanitizer: use-of-uninitialized-value
    #0 0xfff51d13e0 in Thread1 llvm/projects/compiler-rt/test/msan/dtls_test.c:22:7
    #1 0xfff5149114 in MsanThreadStartFunc(void*) llvm/projects/compiler-rt/lib/msan/msan_interceptors.cc:1238
    #2 0xfff50a4cf4 in start_thread /build/glibc-g99ldr/glibc-2.19/nptl/pthread_create.c:311

Is it a known issue? I am unable to visit issue #44 because of transition of google code.

Repository:
  rL LLVM

http://reviews.llvm.org/D17642

Files:
  test/msan/dtls_test.c

Index: test/msan/dtls_test.c
===================================================================
--- test/msan/dtls_test.c
+++ test/msan/dtls_test.c
@@ -6,6 +6,9 @@
    see https://sourceware.org/bugzilla/show_bug.cgi?id=16291
    and https://code.google.com/p/memory-sanitizer/issues/detail?id=44
 */
+// MIPS64 shows fails with uninitialized value in
+// nptl/pthread_create.c:311 (glibc 2.19)
+// XFAIL: mips64
 
 #ifndef BUILD_SO
 #include <assert.h>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17642.49175.patch
Type: text/x-patch
Size: 455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160226/e60a74f1/attachment.bin>


More information about the llvm-commits mailing list