[compiler-rt] r313645 - [mips][compiler-rt] UnXFAIL test.
Simon Dardis via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 19 10:26:03 PDT 2017
Author: sdardis
Date: Tue Sep 19 10:26:02 2017
New Revision: 313645
URL: http://llvm.org/viewvc/llvm-project?rev=313645&view=rev
Log:
[mips][compiler-rt] UnXFAIL test.
lsan and asan were reporting leaks caused by a glibc configuration issue.
Modified:
compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc
Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc?rev=313645&r1=313644&r2=313645&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc Tue Sep 19 10:26:02 2017
@@ -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>
More information about the llvm-commits
mailing list