summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/non-executable-pc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Limit ASan non-executable-pc test case to x86 botsVlad Tsyrklevich2018-07-101-10/+4
| | | | | | | | The test case fails on the big-endian PPC bot, probably because PowerPC uses function descriptors. More over other architectures don't support NX mappings. (This test case was not being exercised prior to r336633.) git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@336714 91177308-0d34-0410-b5e6-96231b3b80d8
* [asan] Disable non-execute test on s390Ulrich Weigand2018-07-101-0/+3
| | | | | | | | | | Processors before z14 don't support non-execute protection, so they will start execution random memory contents, causing the test to randomly fail or succeed. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@336705 91177308-0d34-0410-b5e6-96231b3b80d8
* Finalize ASAN/NetBSDKamil Rytarowski2017-08-301-2/+2
| | | | | | | | | | | | | | | | | | | Summary: This revision contains various cleanups. Sponsored by <The NetBSD Foundation> Reviewers: kcc, vitalybuka, joerg, eugenis Reviewed By: kcc Subscribers: emaste, srhines, llvm-commits, kubamracek, mgorny, #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D37244 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@312188 91177308-0d34-0410-b5e6-96231b3b80d8
* Reapply r296419: [asan] Print a "PC is at a non-executable memory region" ↵Filipe Cabecinhas2017-03-011-0/+33
| | | | | | | | | | | | | | message if that's the case Summary: Points the user to look at function pointer assignments. Reviewers: kcc, eugenis, kubamracek Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D30432 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@296653 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert r296419 since the strings appear to need some tweaking.Filipe Cabecinhas2017-02-281-30/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@296428 91177308-0d34-0410-b5e6-96231b3b80d8
* [non-executable-pc.cpp] Try to fix clang-ppc64be buildbot.Filipe Cabecinhas2017-02-281-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@296424 91177308-0d34-0410-b5e6-96231b3b80d8
* [asan] Print a "PC is at a non-executable memory region" message if that's ↵Filipe Cabecinhas2017-02-281-0/+30
the case Summary: Points the user to look at function pointer assignments. Reviewers: kcc, eugenis, kubamracek Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D30432 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@296419 91177308-0d34-0410-b5e6-96231b3b80d8