summaryrefslogtreecommitdiff
path: root/test/tsan/lit.cfg
Commit message (Expand)AuthorAgeFilesLines
* [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
* [compiler-rt] Fix broken sanitizer bots (hopefully)Jonas Hahnfeld2019-02-171-2/+4
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-171-4/+3
* [Sanitizer] iOS: Pull up parallelism_group handling into common.lit.configJulian Lettner2019-02-151-2/+0
* [sanitizer] Unify and generalize Apple platforms in CMake and lit test configsKuba Mracek2018-06-201-1/+1
* [Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek2018-03-071-1/+1
* Force lit to execute the ASan and TSan tests on iOS devicesDan Liew2018-01-201-2/+5
* [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
* Add NetBSD improvements in sanitizersKamil Rytarowski2017-10-251-2/+1
* Disable TSan tests on Android.Evgeniy Stepanov2017-10-111-0/+3
* Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov2017-10-101-5/+0
* [tsan] Add support for running TSan tests on iOS simulator and devicesKuba Mracek2017-07-101-1/+1
* [tsan] Enable ignore_noninstrumented_modules=1 on Darwin by defaultKuba Mracek2017-01-241-0/+4
* [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
* [tsan] Fix the lit expansion of %deflake not to eat a spaceKuba Mracek2016-11-261-1/+1
* [lsan] [aarch64] Fix printing of pointers in make check tests - updateStrahinja Petrovic2016-11-141-2/+4
* [tsan] Always use -std=c++11 in TSan testsKuba Brecka2016-10-181-3/+2
* [tests] Always specify correct config.target_arch when configuring test suite.Alexey Samsonov2016-02-231-1/+1
* [compiler-rt] Fix test failures when switching default C++ libraryJonas Hahnfeld2016-02-151-0/+1
* Re-commit r259512: [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPP...Daniel Sanders2016-02-021-5/+7
* Revert r259512 - [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPOR...Daniel Sanders2016-02-021-6/+4
* [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPORTED_ARCH}.Daniel Sanders2016-02-021-4/+6
* [tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONSKuba Brecka2015-11-191-4/+9
* [tsan] Add a Darwin-specific lit test directoryKuba Brecka2015-11-121-1/+1
* [tsan] Add Darwin support for lit testsKuba Brecka2015-11-061-3/+9
* [compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMAAdhemerval Zanella2015-08-281-0/+5
* [Tsan] Enable thread sanitizer tests on FreeBSDViktor Kutuzov2014-10-271-2/+2
* Use "-gline-tables-only" instead of "-g" in sanitizer test suites.Alexey Samsonov2014-09-051-3/+1
* tsan: make positive tests more robustDmitry Vyukov2014-05-301-0/+2
* [sanitizer] Replace -lpthread with -pthread in tests.Evgeniy Stepanov2014-05-281-1/+1
* [TSan] Improve support for running TSan test suite with GCC-TSan.Alexey Samsonov2014-05-161-3/+7
* [TSan] Build TSan-instrumented version of libcxx and use it in lit tests.Alexey Samsonov2014-05-131-0/+12
* Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov2014-02-191-1/+1
* Simplify defining Clang compile flags in lit configsAlexey Samsonov2014-02-171-11/+13
* Move TSan lit-tests under test/tsanAlexey Samsonov2014-02-141-0/+47