[mips][compiler-rt] UnXFAIL test.

lsan and asan were reporting leaks caused by a glibc configuration issue.

llvm-svn: 313645
This commit is contained in:
Simon Dardis 2017-09-19 17:26:02 +00:00
parent 75370b9b49
commit 3efb88695f
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
// Regression test for a crash in getpwnam_r and similar interceptors.
// RUN: %clangxx -O0 -g %s -o %t && %run %t
// XFAIL: mips
#include <assert.h>
#include <errno.h>
#include <pwd.h>