- Jan 23, 2018
-
-
Kamil Rytarowski authored
Summary: paccept(2) is a NetBSD-specific variation of accept(2). Sponsored by <The NetBSD Foundation> Reviewers: joerg, vitalybuka, eugenis Reviewed By: vitalybuka Subscribers: llvm-commits, kubamracek, #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D42052 llvm-svn: 323273
-
- Jan 18, 2018
-
-
Kamil Rytarowski authored
Summary: NetBSD can handle asan, ubsan, msan, tsan tests on 64-bit and when applicable 32-bit X86 OS. Sponsored by <The NetBSD Foundation> Reviewers: joerg, vitalybuka Subscribers: srhines, llvm-commits, kubamracek, mgorny, #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D42236 llvm-svn: 322842
-
Kamil Rytarowski authored
Summary: getgrouplist, getgroupmembership -- calculate group access list Sponsored by <The NetBSD Foundation> Reviewers: vitalybuka, joerg Reviewed By: vitalybuka Subscribers: llvm-commits, kubamracek, #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D42064 llvm-svn: 322836
-
Kamil Rytarowski authored
Summary: access, faccessat - check access permissions of a file or pathname Sponsored by <The NetBSD Foundation> Reviewers: joerg, vitalybuka Reviewed By: vitalybuka Subscribers: llvm-commits, kubamracek, #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D42065 llvm-svn: 322831
-
Kamil Rytarowski authored
Summary: From <pwd.h>: user_from_uid, uid_from_user From <grp.h>: group_from_gid, gid_from_group Sponsored by <The NetBSD Foundation> Reviewers: joerg, vitalybuka Reviewed By: vitalybuka Subscribers: kubamracek, llvm-commits, #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D42068 llvm-svn: 322829
-
- Dec 23, 2017
-
-
Alex Shlyapnikov authored
Summary: Export aligned new/delete to make dynamic runtimes work again. Remove all valid new/delete cases from ASan test, there's a test in common for that. Reviewers: eugenis Subscribers: srhines, kubamracek, #sanitizers, llvm-commits Differential Revision: https://reviews.llvm.org/D41548 llvm-svn: 321394
-
- Dec 22, 2017
-
-
Alex Shlyapnikov authored
llvm-svn: 321374
-
Alex Shlyapnikov authored
Summary: Providing aligned new/delete implementations to match ASan. Unlike ASan, MSan and TSan do not perform any additional checks on overaligned memory, hence no sanitizer specific tests. Reviewers: eugenis Subscribers: kubamracek, #sanitizers, llvm-commits Differential Revision: https://reviews.llvm.org/D41532 llvm-svn: 321365
-
- Nov 21, 2017
-
-
Vitaly Buka authored
Reviewers: eugenis Subscribers: kubamracek, llvm-commits, krytarowski Differential Revision: https://reviews.llvm.org/D40272 llvm-svn: 318707
-
- Nov 13, 2017
-
-
Vitaly Buka authored
assert implementations can be very different llvm-svn: 318089
-
Vitaly Buka authored
Summary: Return saved values only if installed sigaction is our wrapper. Reviewers: eugenis, dvyukov Subscribers: llvm-commits, kubamracek Differential Revision: https://reviews.llvm.org/D39935 llvm-svn: 318082
-
Vitaly Buka authored
Summary: https://github.com/google/sanitizers/issues/637 Reviewers: eugenis Subscribers: kubamracek, llvm-commits Differential Revision: https://reviews.llvm.org/D39929 llvm-svn: 318078
-
Vitaly Buka authored
-NEXT sometimes does not work as LLVMSymbolizer warning can appear there. llvm-svn: 318077
-
- Nov 12, 2017
-
-
Vitaly Buka authored
Somehow on arm bots stack does not include main. llvm-svn: 318002
-
Vitaly Buka authored
llvm-svn: 318001
-
- Nov 11, 2017
-
-
Vitaly Buka authored
Return internally stored handlers only if handlers is set to wrapper llvm-svn: 317970
-
Vitaly Buka authored
llvm-svn: 317963
-
Vitaly Buka authored
llvm-svn: 317958
-
- Nov 10, 2017
-
-
Vitaly Buka authored
Summary: Part of https://github.com/google/sanitizers/issues/637 Reviewers: eugenis, alekseyshl Subscribers: llvm-commits, kubamracek Differential Revision: https://reviews.llvm.org/D39826 llvm-svn: 317864
-
- Oct 17, 2017
-
-
Evgeniy Stepanov authored
Disable this test on Android/x86 only. llvm-svn: 316023
-
- Oct 14, 2017
-
-
Evgeniy Stepanov authored
The test seems to trigger an android platform bug under load. llvm-svn: 315777
-
- Oct 13, 2017
-
-
Evgeniy Stepanov authored
llvm-svn: 315632
-
- Oct 12, 2017
-
-
Evgeniy Stepanov authored
llvm-svn: 315602
-
- Oct 11, 2017
-
-
Evgeniy Stepanov authored
llvm-svn: 315479
-
Evgeniy Stepanov authored
The tests have been enabled by accident in r315389. llvm-svn: 315396
-
- Sep 25, 2017
-
-
Simon Dardis authored
This test can't pass on MIPS64 due to the lack of versioned interceptors for asan and company. The interceptors bind to the earlier version of sem_init rather than the latest version. For MIPS64el this causes an accidental pass while MIPS64 big endian fails due reading back a different 32bit word to what sem_init wrote when the test is corrected to use 64bit atomics. llvm-svn: 314100
-
- Sep 23, 2017
-
-
Vitaly Buka authored
llvm-svn: 314057
-
Vitaly Buka authored
Summary: Part of https://github.com/google/sanitizers/issues/637 Standalone ubsan needs signal and sigaction handlers and interceptors. Plugin mode should rely on parent tool. Reviewers: eugenis, alekseyshl Subscribers: kubamracek, llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D37895 llvm-svn: 314052
-
Vitaly Buka authored
Summary: Part of https://github.com/google/sanitizers/issues/637 Reviewers: eugenis, alekseyshl Subscribers: llvm-commits, dberris, kubamracek, krytarowski Differential Revision: https://reviews.llvm.org/D37608 llvm-svn: 314041
-
- Sep 19, 2017
-
-
Simon Dardis authored
lsan and asan were reporting leaks caused by a glibc configuration issue. llvm-svn: 313645
-
- Sep 16, 2017
-
-
Vitaly Buka authored
llvm-svn: 313452
-
Vitaly Buka authored
llvm-svn: 313447
-
Vitaly Buka authored
This patch enabled asan tests from sanitizer_common. llvm-svn: 313444
-
- Sep 15, 2017
-
-
Vitaly Buka authored
llvm-svn: 313342
-
Vitaly Buka authored
llvm-svn: 313321
-
- Sep 14, 2017
-
-
Simon Dardis authored
The commit did not fix the failing test and instead exposed an inconsistency between lsan and (t|m|a)san. I'm reverting the patch as it causes more failures and the original patch had a '||' instead of '&&', which meant that an N32 build of test would have be incorrect w.r.t. __HAVE_64B_ATOMICS for glibc. This reverts commit r313248. llvm-svn: 313291
-
Simon Dardis authored
glibc changed the implementation of semaphores for glibc 2.21 requiring some target specific changes for this compiler-rt test. Modify the test to cope with MIPS64 and do some future/correctness work by tying the define for MIPS64 to exactly the define of __HAVE_64B_ATOMICS in glibc. Contributions from Nitesh Jain. Reviewers: eugenis Differential Revision: https://reviews.llvm.org/D37829 llvm-svn: 313248
-
Vitaly Buka authored
llvm-svn: 313241
-
- Sep 13, 2017
-
-
Vitaly Buka authored
Reviewers: eugenis, alekseyshl Subscribers: kubamracek, dberris, llvm-commits Differential Revision: https://reviews.llvm.org/D37765 llvm-svn: 313120
-
Vitaly Buka authored
Summary: Part of https://github.com/google/sanitizers/issues/637 Reviewers: eugenis, alekseyshl Subscribers: kubamracek, llvm-commits, dberris Differential Revision: https://reviews.llvm.org/D37766 llvm-svn: 313117
-