summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/sanitizer_common/android_commands/android_run.py
Commit message (Collapse)AuthorAgeFilesLines
* [sanitizer] Simplify android_run.py.Evgeniy Stepanov2017-12-071-1/+1
| | | | | | | A test-only change to pass all *SAN_OPTIONS to the device without listing them individually. llvm-svn: 319998
* [sanitizer] Test ubsan and cfi on android.Evgeniy Stepanov2017-10-061-1/+1
| | | | | | | | | | | | | | | Summary: Enable check-cfi and check-ubsan on Android. Check-ubsan includes standalone and ubsan+asan, but not tsan or msan. Cross-dso cfi tests are disabled for now. Reviewers: vitalybuka, pcc Subscribers: srhines, kubamracek, llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D38608 llvm-svn: 315105
* [asan] Use full binary path in the Android test runner.Evgeniy Stepanov2017-10-051-2/+1
| | | | | | | | | | | | | | Summary: This prevents the confusion when there are similarly named tests in different configurations (like in test/sanitizer_common). Reviewers: vitalybuka Subscribers: srhines, llvm-commits, kubamracek Differential Revision: https://reviews.llvm.org/D38526 llvm-svn: 315011
* [scudo] Additional modifications for Android tests supportKostya Kortchinsky2017-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: With the recent move of `android_commands` to `sanitizer_common`, some things have to be updated with regard to Scudo on Android. Notably: - `config.android` is dealt with in the common code - `config.compile_wrapper` can be prepended to allow for the use of the android commands - `SCUDO_OPTIONS` must be passed with the environment when running a test - `preinit.cpp` fails with some API levels, not sure why, I will have to dig into this later. Note that `check-scudo` is not enabled yet in the bots. It's all local testing for now until everything looks good. Reviewers: alekseyshl, vitalybuka Reviewed By: vitalybuka Subscribers: srhines, kubamracek, llvm-commits Differential Revision: https://reviews.llvm.org/D37990 llvm-svn: 313561
* [sanitizer] Move android_commoands from asan into sanitizer_commonVitaly Buka2017-09-161-0/+40
llvm-svn: 313443
OpenPOWER on IntegriCloud