[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
This commit is contained in:
Mohit K. Bhakkad 2016-02-24 07:08:33 +00:00
parent cd09961fb3
commit 28bb3d9046
1 changed files with 2 additions and 1 deletions

View File

@ -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>