summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/lit.cfg
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-271-232/+0
* [compiler-rt][test] Set shared_libasan_path in test/asan/lit.cfg on SolarisRainer Orth2019-06-261-1/+1
* [asan] Quote the path to the Python exe in case it has spacesReid Kleckner2019-06-211-2/+10
* [Sanitizer] lit test config: Respect existing parallelism_groupJulian Lettner2019-02-281-1/+2
* [Darwin][NFC] Refactor throttling of 64bit sanitizer tests on DarwinJulian Lettner2019-02-271-3/+1
* [sanitizer] Re-disable a few tests on android.Evgeniy Stepanov2019-02-261-1/+1
* [Sanitizer] iOS: Pull up parallelism_group handling into common.lit.configJulian Lettner2019-02-151-2/+0
* Set shared_libasan_path in lit tests for NetBSDKamil Rytarowski2018-12-141-1/+1
* [lit] Support the `%shared_libasan` lit substitution on Apple platforms.Dan Liew2018-10-121-1/+10
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-2/+2
* [sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek2018-06-201-1/+1
* [ASAN] Sanitize testsuite for ARM.Yvan Roux2018-06-011-1/+1
* Do not link with -ldl in NetBSD/ASan testsKamil Rytarowski2018-05-191-2/+1
* Enable test/asan for NetBSDKamil Rytarowski2018-02-151-1/+1
* Force lit to execute the ASan and TSan tests on iOS devicesDan Liew2018-01-201-2/+5
* [Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski2018-01-171-1/+1
* [ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev2017-12-011-1/+1
* Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev2017-12-011-1/+1
* [ubsan] lit changes for lld testing, future lto testing.Roman Lebedev2017-12-011-1/+1
* Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov2017-10-101-5/+0
* Factor out default_(a|ub)sanitizer_opts in lit.Evgeniy Stepanov2017-10-061-22/+12
* [sanitizer] Move %ld_flags_rpath_exe to common and use it in more tests.Evgeniy Stepanov2017-10-051-15/+0
* [sanitizer] Move android_commoands from asan into sanitizer_commonVitaly Buka2017-09-161-12/+1
* [asan] Remove not-androidVitaly Buka2017-09-161-2/+0
* Reland r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-281-6/+1
* Revert r311842 - [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-1/+6
* [cmake] Remove i686 target that is duplicate to i386Michal Gorny2017-08-271-6/+1
* [asan] Fix android compiler wrapper lost in r301617.Evgeniy Stepanov2017-06-211-0/+1
* Enable lsan test suite on Darwin x86_64 buildsFrancis Ricci2017-05-121-1/+8
* [asan] Add a compilation wrapper that codesigns shared libraries to support i...Kuba Mracek2017-04-281-4/+2
* Revert "Enable lsan test suite on Darwin x86_64 builds"Ahmed Bougacha2017-04-211-8/+1
* Enable lsan test suite on Darwin x86_64 buildsFrancis Ricci2017-04-201-1/+8
* [lsan] Reenable lsan tests on ARM botsMaxim Ostapenko2017-04-131-1/+1
* Reapply "Enable LSan for arm Linux"Maxim Ostapenko2017-04-111-0/+5
* Revert r299923, it doesn't build in bootstrap builds.Nico Weber2017-04-111-5/+0
* [lsan] Enable LSan for arm LinuxMaxim Ostapenko2017-04-111-0/+5
* Avoid calling basename to compute xdynamiclib_namespec.Rafael Espindola2017-04-041-2/+3
* [compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron2017-02-211-8/+14
* [lsan] Renable LSan for x86 LinuxMaxim Ostapenko2017-01-311-1/+1
* Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov2017-01-231-1/+1
* [lsan] Enable LSan for x86 Linux.Maxim Ostapenko2017-01-231-1/+1
* [lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part, take 2]Kuba Mracek2017-01-201-0/+3
* Revert r292232.Kuba Mracek2017-01-171-4/+0
* [lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part]Kuba Mracek2017-01-171-0/+4
* Make cmake link flag naming consistentFrancis Ricci2017-01-101-4/+4
* test: filter out -fPIE/-pie on WindowsSaleem Abdulrasool2016-12-271-0/+9
* [asan] Add more dynamic CRT mode testsReid Kleckner2016-11-021-4/+22
* [compiler-rt] Fix a broken asan 64-bit test using ld_preloadEtienne Bergeron2016-09-231-1/+6
* [asan] Disable handle_abort in Android tests.Evgeniy Stepanov2016-09-091-0/+6
* Try to fix more Windows portability issues in sanitizer testsReid Kleckner2016-07-221-0/+8
OpenPOWER on IntegriCloud