summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/lit_tests/Unit
Commit message (Collapse)AuthorAgeFilesLines
* Move TSan lit-tests under test/tsanAlexey Samsonov2014-02-142-31/+0
| | | | llvm-svn: 201414
* Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov2014-02-141-1/+1
| | | | llvm-svn: 201399
* [TSan] Automatically pick up llvm-symbolizer from PATH, as we do in another ↵Alexey Samsonov2013-10-041-8/+0
| | | | | | sanitizers llvm-svn: 191954
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-092-5/+6
| | | | llvm-svn: 188116
* Remove a bunch of copy-paste: use common config for sanitizer lit/unit testsAlexey Samsonov2013-06-062-21/+3
| | | | llvm-svn: 183407
* Improve support for compiler-rt tests in CMake build.Alexey Samsonov2013-05-272-3/+3
| | | | | | | | Now compiler-rt tests run correctly if compiler-rt is checked out into arbitrary directory (not necessarily projects/compiler-rt). Patch by Greg Fitzgerald! llvm-svn: 182726
* Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to ↵Alexey Samsonov2013-01-301-1/+2
| | | | | | match the behavior of llvm unittests llvm-svn: 173926
* [TSan] use llvm-symbolizer to run tsan testsAlexey Samsonov2012-11-162-0/+17
| | | | llvm-svn: 168146
* [TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single ↵Alexey Samsonov2012-09-172-0/+38
root for gtest-based tests. Support running these tests from lit via check-tsan command. llvm-svn: 164022
OpenPOWER on IntegriCloud