From 3efb88695fb6499d838ab5db0cc5cb9c1744e961 Mon Sep 17 00:00:00 2001 From: Simon Dardis Date: Tue, 19 Sep 2017 17:26:02 +0000 Subject: [PATCH] [mips][compiler-rt] UnXFAIL test. lsan and asan were reporting leaks caused by a glibc configuration issue. llvm-svn: 313645 --- .../sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc index 5bee1fb4bc93..c0d6cfea1fbe 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc @@ -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 #include #include