summaryrefslogtreecommitdiff
path: root/test/tsan/lit.cfg
AgeCommit message (Expand)Author
2017-12-01[ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev
2017-12-01Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev
2017-12-01[ubsan] lit changes for lld testing, future lto testing.Roman Lebedev
2017-10-25Add NetBSD improvements in sanitizersKamil Rytarowski
2017-10-11Disable TSan tests on Android.Evgeniy Stepanov
2017-10-10Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov
2017-07-10[tsan] Add support for running TSan tests on iOS simulator and devicesKuba Mracek
2017-01-24[tsan] Enable ignore_noninstrumented_modules=1 on Darwin by defaultKuba Mracek
2017-01-20[lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part, take 2]Kuba Mracek
2017-01-17Revert r292232.Kuba Mracek
2017-01-17[lit] Limit parallelism of sanitizer tests on Darwin [compiler-rt part]Kuba Mracek
2016-11-26[tsan] Fix the lit expansion of %deflake not to eat a spaceKuba Mracek
2016-11-14[lsan] [aarch64] Fix printing of pointers in make check tests - updateStrahinja Petrovic
2016-10-18[tsan] Always use -std=c++11 in TSan testsKuba Brecka
2016-02-23[tests] Always specify correct config.target_arch when configuring test suite.Alexey Samsonov
2016-02-15[compiler-rt] Fix test failures when switching default C++ libraryJonas Hahnfeld
2016-02-02Re-commit r259512: [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPP...Daniel Sanders
2016-02-02Revert r259512 - [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPOR...Daniel Sanders
2016-02-02[tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPORTED_ARCH}.Daniel Sanders
2015-11-19[tsan] Implement "%env_tsan_opts" substitution to inherit default TSAN_OPTIONSKuba Brecka
2015-11-12[tsan] Add a Darwin-specific lit test directoryKuba Brecka
2015-11-06[tsan] Add Darwin support for lit testsKuba Brecka
2015-08-28[compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMAAdhemerval Zanella
2014-10-27[Tsan] Enable thread sanitizer tests on FreeBSDViktor Kutuzov
2014-09-05Use "-gline-tables-only" instead of "-g" in sanitizer test suites.Alexey Samsonov
2014-05-30tsan: make positive tests more robustDmitry Vyukov
2014-05-28[sanitizer] Replace -lpthread with -pthread in tests.Evgeniy Stepanov
2014-05-16[TSan] Improve support for running TSan test suite with GCC-TSan.Alexey Samsonov
2014-05-13[TSan] Build TSan-instrumented version of libcxx and use it in lit tests.Alexey Samsonov
2014-02-19Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov
2014-02-17Simplify defining Clang compile flags in lit configsAlexey Samsonov
2014-02-14Move TSan lit-tests under test/tsanAlexey Samsonov