summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/lit.site.cfg.in
AgeCommit message (Collapse)Author
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov
At the moment almost every lit.site.cfg.in contains two lines comment: ## Autogenerated by LLVM/Clang configuration. # Do not edit! The patch adds variable LIT_SITE_CFG_IN_HEADER, that is replaced from configure_lit_site_cfg with the note and some useful information. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@266520 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-23[tests] Always specify correct config.target_arch when configuring test suite.Alexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@261601 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-09[sanitizer_common] Correct the nits that should have been committed as part ↵Daniel Sanders
of r260227. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@260229 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-09[sanitizer_common] Add suffix to lit testsuite name to distinguish subtargets.Daniel Sanders
Summary: This fixes duplicate test names in the test results, so: PASS: SanitizerCommon-asan :: fopen_nullptr.c (304 of 431) PASS: SanitizerCommon-asan :: fopen_nullptr.c (305 of 431) is now: PASS: SanitizerCommon-asan-i386-Linux :: fopen_nullptr.c (282 of 431) PASS: SanitizerCommon-asan-x86_64-Linux :: fopen_nullptr.c (316 of 431) Reviewers: samsonov Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D16850 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@260227 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-02[Sanitizer] Run test/sanitizer_common lit tests on all supported architectures.Alexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@231025 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-09[Sanitizer] Add the machinery to run the same test under several sanitizersAlexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208378 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-08[Sanitizer] Move lit config for sanitizer_common unit tests under Unit/ dir ↵Alexey Samsonov
for consistency. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208373 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-20Move config for sanitizer_common tests under test/ for consistencyAlexey Samsonov
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201779 91177308-0d34-0410-b5e6-96231b3b80d8