[compiler-rt] r261721 - [MSan] Mark dlerror.cc expected failure for MIPS
Mohit K. Bhakkad via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 23 23:10:23 PST 2016
Author: mohit.bhakkad
Date: Wed Feb 24 01:08:33 2016
New Revision: 261721
URL: http://llvm.org/viewvc/llvm-project?rev=261721&view=rev
Log:
[MSan] Mark dlerror.cc expected failure for MIPS
Reviewers: samsonov
Subscribers: jaydeep, sagar, llvm-commits, aemerson
Differential Revision: http://reviews.llvm.org/D17503
Modified:
compiler-rt/trunk/test/msan/dlerror.cc
Modified: compiler-rt/trunk/test/msan/dlerror.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/dlerror.cc?rev=261721&r1=261720&r2=261721&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/dlerror.cc (original)
+++ compiler-rt/trunk/test/msan/dlerror.cc Wed Feb 24 01:08:33 2016
@@ -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>
More information about the llvm-commits
mailing list