summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/sanitizer_common/netbsd_commands
Commit message (Collapse)AuthorAgeFilesLines
* [compiler-rt] [test] Disable MPROTECT on two builtin testsMichał Górny2019-12-201-0/+3
| | | | | | | | Introduce a new %run_nomprotect substitution to run tests that do not work with MPROTECT enabled. This uses paxctl via a wrapper on NetBSD, and evaluates to plain %run on other systems. Differential Revision: https://reviews.llvm.org/D71513
* [compiler-rt] [test] Disable ASLR on ASAN/MSAN/TSAN tests on NetBSDMichał Górny2019-12-061-0/+3
Use a new %run wrapper for ASAN/MSAN/TSAN tests that calls paxctl in order to disable ASLR on the test executables. This makes it possible to test sanitizers on systems where ASLR is enabled by default. Differential Revision: https://reviews.llvm.org/D70958
OpenPOWER on IntegriCloud