summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc
diff options
context:
space:
mode:
authorSimon Dardis <simon.dardis@imgtec.com>2017-05-10 10:58:11 +0000
committerSimon Dardis <simon.dardis@imgtec.com>2017-05-10 10:58:11 +0000
commit717ebcab7a515628f9a31e1fadeb9e8fe3c9572d (patch)
tree9c28a6b7b8917377e95cbc296f8309488ca5a409 /test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc
parent24981c0ced4c5d8b40125c45a48a0c78f984ad4a (diff)
[mips] XFAIL getpwnam_r_invalid_user.cc test
XFAIL this test while we investigate the root cause. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302635 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc')
-rw-r--r--test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc b/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc
index c0d6cfea1..5bee1fb4b 100644
--- a/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc
+++ b/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc
@@ -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>