From 28bb3d9046fb93bc062a6d0bc514d757e0e352bd Mon Sep 17 00:00:00 2001 From: "Mohit K. Bhakkad" Date: Wed, 24 Feb 2016 07:08:33 +0000 Subject: [PATCH] [MSan] Mark dlerror.cc expected failure for MIPS Reviewers: samsonov Subscribers: jaydeep, sagar, llvm-commits, aemerson Differential Revision: http://reviews.llvm.org/D17503 llvm-svn: 261721 --- compiler-rt/test/msan/dlerror.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler-rt/test/msan/dlerror.cc b/compiler-rt/test/msan/dlerror.cc index 0ad5b35..85dd1ad 100644 --- a/compiler-rt/test/msan/dlerror.cc +++ b/compiler-rt/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 -- 2.7.4