From 84062bfecb9a754d0947c031ea272fbeacc59bfe Mon Sep 17 00:00:00 2001 From: "Mohit K. Bhakkad" Date: Mon, 23 May 2016 07:00:54 +0000 Subject: Merging r261721: ------------------------------------------------------------------------ r261721 | mohit.bhakkad | 2016-02-24 12:38:33 +0530 (Wed, 24 Feb 2016) | 7 lines [MSan] Mark dlerror.cc expected failure for MIPS Reviewers: samsonov Subscribers: jaydeep, sagar, llvm-commits, aemerson Differential Revision: http://reviews.llvm.org/D17503 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/branches/release_38@270397 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/msan/dlerror.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/msan/dlerror.cc b/test/msan/dlerror.cc index 0ad5b35f5..85dd1ad92 100644 --- a/test/msan/dlerror.cc +++ b/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 #include -- cgit v1.2.1