summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/lit_tests/TestCases
Commit message (Expand)AuthorAgeFilesLines
* Move ASan lit-tests under test/asanAlexey Samsonov2014-02-14144-4156/+0
* [asan] Disable 1 test on Android.Evgeniy Stepanov2014-02-131-0/+4
* [asan] Remove extra clone() arguments in test.Evgeniy Stepanov2014-02-131-1/+1
* [asan] Fix null_deref test with zero base shadow.Evgeniy Stepanov2014-02-131-1/+1
* Remove a check from strerror_r test.Evgeniy Stepanov2014-02-131-1/+2
* [asan] Avoid deadlock in CovDump.Evgeniy Stepanov2014-02-131-0/+3
* [sanitizer] Fix wait4 interceptor on Android.Evgeniy Stepanov2014-02-122-8/+31
* [asan] fix testing on MacKostya Serebryany2014-02-061-0/+2
* [asan] introduce two functions that will allow implementations of C++ garbage...Kostya Serebryany2014-02-062-0/+51
* [ASan] Use replace_str=0 and replace_intrin=0 in printf-{2,4}.c to avoid trig...Alexander Potapenko2014-02-042-6/+10
* [ASan] Fix printf-5.c on OSX: fix a compiler warning, avoid intercepting memc...Alexander Potapenko2014-02-041-4/+5
* [sanitizer] Resubmit r200683: disable -ffunction-sections.Evgeniy Stepanov2014-02-031-0/+39
* Revert r200683.Evgeniy Stepanov2014-02-031-39/+0
* [sanitizer] Disable -ffunction-sections.Evgeniy Stepanov2014-02-031-0/+39
* [ASan] Add a failing test that demonstrates that ASan currently breaks dead c...Alexander Potapenko2014-01-311-0/+13
* [sanitizer] Fix typo that breaks shmctl() interceptor.Evgeniy Stepanov2014-01-301-0/+6
* [asan] re-enable __tls_get_addr interceptor with a proper fix (use __attribut...Kostya Serebryany2014-01-301-2/+0
* [asan] disable __tls_get_addr interceptor while I am investigating why it cau...Kostya Serebryany2014-01-301-1/+6
* [asan] increase the buffer size for printing asan legend, add a test for legendKostya Serebryany2014-01-291-0/+3
* [asan] experimental intercetor for __tls_get_addr. So far it does nothing int...Kostya Serebryany2014-01-291-0/+102
* [Sanitizer] Fix false positive in snprintf interceptor - take the number of a...Alexey Samsonov2014-01-231-2/+7
* Sanitize printf functions.Alexey Samsonov2014-01-215-0/+98
* [asan] one more test for https://code.google.com/p/address-sanitizer/issues/d...Kostya Serebryany2014-01-211-0/+75
* [asan] relax the checks inside __sanitizer_annotate_contiguous_container: the...Kostya Serebryany2014-01-211-0/+27
* [asan] Implement delayed activation of AddressSanitizerEvgeniy Stepanov2014-01-162-0/+65
* [asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.Evgeniy Stepanov2014-01-163-68/+0
* [asan] Implement max_redzone runtime flag.Evgeniy Stepanov2014-01-091-0/+26
* [ASan] Add a test for __asan_gen_ globals labels on Darwin.Alexander Potapenko2013-12-251-0/+14
* [ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/...Alexander Potapenko2013-12-251-1/+2
* [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol ...Alexander Potapenko2013-12-251-0/+7
* [asan] clean up at the end of the shmget/shmctl testKostya Serebryany2013-12-231-0/+1
* [asan] convert a CHECK failure in __sanitizer_annotate_contiguous_container i...Kostya Serebryany2013-12-231-4/+26
* [ASan] Get rid of __asan_symbolize functionAlexey Samsonov2013-12-193-19/+0
* [asan] fix the test so that it works even if stack size is unlimited by defaultKostya Serebryany2013-12-161-1/+1
* [asan] replace the flag uar_stack_size_log with two flags min_uar_stack_size_...Kostya Serebryany2013-12-161-3/+3
* [asan] rewrite asan's stack frame layout, compiler-rt partKostya Serebryany2013-12-063-21/+20
* [asan] revert files which I accidentally commited in r196490Kostya Serebryany2013-12-053-20/+21
* [tsan] fix the include path that is broken in configure/make build but works ...Kostya Serebryany2013-12-053-21/+20
* [asan] revert 196373: committed to many files by mistakeKostya Serebryany2013-12-043-20/+21
* [asan] require __i686__ for the SSE test; also make weaker claims about stack...Kostya Serebryany2013-12-043-21/+20
* [sanitizer] Expose __sanitizer_print_stack_trace().Sergey Matveev2013-12-031-0/+16
* [asan] dump coverage even if asan has reported an error Kostya Serebryany2013-11-291-0/+7
* [sanitizer] disable shmctl intercetor in 32-bit -- it is rotten (bug filed)Kostya Serebryany2013-11-291-0/+17
* [ASan] Fix large_allocator_unpoisons_on_free.cc to pass correct parameters to...Alexander Potapenko2013-11-221-7/+9
* [asan] rename contiguous-container-buffer-overflow (too long) to container-ov...Kostya Serebryany2013-11-211-1/+1
* [asan] Fix OSX tests.Evgeniy Stepanov2013-11-201-1/+1
* [asan] Test that LargeAllocator unpoisons memory before releasing it to the OS.Evgeniy Stepanov2013-11-201-0/+23
* [asan] new shadow poison magic for contiguous-container-buffer-overflow, addr...Kostya Serebryany2013-11-191-0/+16
* [ASan] Run one of UAS tests in UAR mode as wellAlexey Samsonov2013-11-181-1/+2
* [asan] introduce __sanitizer_annotate_contiguous_containerKostya Serebryany2013-11-181-0/+47
OpenPOWER on IntegriCloud