- Jun 30, 2013
-
-
Alexey Samsonov authored
llvm-svn: 185286
-
- Jun 06, 2013
-
-
Alexey Samsonov authored
llvm-svn: 183407
-
- May 27, 2013
-
-
Alexey Samsonov authored
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
-
- Apr 12, 2013
-
-
Alexey Samsonov authored
llvm-svn: 179365
-
- Mar 28, 2013
-
-
Kostya Serebryany authored
[tsan] don't use -fno-builtin for tests; add a test for a false negative bug (inlined memcpy is not instrumented) llvm-svn: 178228
-
- Nov 16, 2012
-
-
Alexey Samsonov authored
llvm-svn: 168146
-
- Nov 06, 2012
-
-
Richard Smith authored
llvm-svn: 167434
-
- Oct 30, 2012
-
-
Alexey Samsonov authored
llvm-svn: 167010
-
- Sep 18, 2012
-
-
Alexey Samsonov authored
[TSan] port all output tests to lit and move them to lit_tests directory. This makes 'make check-tsan' command test both unit and output TSan tests. Old custom makefiles for running TSan tests are still functional as well. llvm-svn: 164110
-
- Sep 05, 2012
-
-
Alexey Samsonov authored
llvm-svn: 163209
-
- Aug 15, 2012
-
-
Alexey Samsonov authored
[ASan] Port (the last one) tricky interface_test to lit, and a *huge* chunks of boilerplate to run tests for 32/64 bits and all optimization levels. Alas, lit doesn't support for loops in RUN-lines... llvm-svn: 161941
-
Alexey Samsonov authored
llvm-svn: 161936
-
Alexey Samsonov authored
[ASan] port remaining output and feature tests to lit. TODO: we should in fact run most of the tests for 32/64 bits and for all optimization levels llvm-svn: 161935
-
- Jul 31, 2012
-
-
Alexey Samsonov authored
First tiny move towards integrating AddressSanitizer regressions test into LLVM lit-based testing infrastructure. The goal is to be able to run ASan tests by simply running "make check-asan" command from CMake build tree: * tests should use fresh clang binary from current build tree. * tests should use the same RUN-lines syntax as llvm/clang reg tests. Next steps: - restricting tests to machines where target is equal to host, i.e. where we can produce working binaries. - moving AddressSanitizer unit tests to lit as well. llvm-svn: 161050
-