[compiler-rt] r302635 - [mips] XFAIL getpwnam_r_invalid_user.cc test

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 03:58:31 PDT 2017


Author: sdardis
Date: Wed May 10 05:58:11 2017
New Revision: 302635

URL: http://llvm.org/viewvc/llvm-project?rev=302635&view=rev
Log:
[mips] XFAIL getpwnam_r_invalid_user.cc test

XFAIL this test while we investigate the root cause.


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=302635&r1=302634&r2=302635&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 Wed May 10 05:58:11 2017
@@ -1,6 +1,8 @@
 // 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