summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Linux/getpwnam_r_invalid_user.cc
AgeCommit message (Collapse)Author
2017-09-19[mips][compiler-rt] UnXFAIL test.Simon Dardis
lsan and asan were reporting leaks caused by a glibc configuration issue. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@313645 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-10[mips] XFAIL getpwnam_r_invalid_user.cc testSimon Dardis
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
2015-04-23[Sanitizer] Fix getpwnam test on ppc64le Fedora 21.Jay Foad
Summary: On ppc64le Fedora 21, getpwnam_r("no-such-user", ...) returns ENOENT instead of 0. Tolerate this in the test case. Reviewers: eugenis Reviewed By: eugenis Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D9233 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@235654 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-14[sanitizer] Fix crash in getgrnam_r and similar interceptors.Evgeniy Stepanov
When no matching record is found, getgrnam_r return 0 but sets result to NULL. Should fix PR19734. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208773 91177308-0d34-0410-b5e6-96231b3b80d8