forked from OSchip/llvm-project
[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:
parent
75370b9b49
commit
3efb88695f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue