summaryrefslogtreecommitdiff
path: root/lib/asan/tests/asan_interface_test.cc
Commit message (Expand)AuthorAge
* [ASan] Split ASan unit tests into two different binaries:Alexey Samsonov2013-09-16
* [asan] move tests from asan_interface_test.cc to asan_noinst_test.cc. Now all...Kostya Serebryany2012-06-25
* [ASan] fix GetFreeBytesTest interface test on 32-bit Linux - delete some assu...Alexey Samsonov2012-06-06
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-04
* [asan] fix one test on 32-bit Mac 10.7; enable another test on MacKostya Serebryany2012-05-22
* [asan] disable GetOwnershipStressTest on non-linuxKostya Serebryany2012-03-16
* [asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownershipKostya Serebryany2012-03-10
* [asan] add a (disabled) stress test for __asan_get_ownershipKostya Serebryany2012-03-09
* Introduce __asan_set_error_report_callback() to allow the client program post...Alexander Potapenko2012-02-27
* [asan] implement __asan_set_death_callbackKostya Serebryany2012-02-13
* AddressSanitizer: return false instead of true for __asan_get_ownership(NULL)Alexey Samsonov2012-01-18
* Revert commit 148304Alexey Samsonov2012-01-17
* AddressSanitizer: from this patch, ASan allocator returns false for __asan_ge...Alexey Samsonov2012-01-17
* AddressSanitizer: add support for malloc_usable_size() functionAlexey Samsonov2012-01-17
* [asan] always collect malloc statstics (removed FLAG_stats)Kostya Serebryany2011-12-05
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-30