summaryrefslogtreecommitdiff
path: root/lib/asan/tests/asan_interface_test.cc
AgeCommit message (Expand)Author
2017-11-16[asan] Properly mark or disable tests that only work with shadow scale of 3Walter Lee
2017-09-20[asan] Resolve FIXME by converting gtest into lit testVitaly Buka
2017-08-28[asan] Move __asan_handle_no_return to public headerPetr Hosek
2017-05-26[asan] Enable back some ASan tests disabled on PowerPC.Alex Shlyapnikov
2017-02-06[asan] Remove `using std::vector` and `using std::map`Alexander Kornienko
2017-01-05[compiler-rt] Set valid PC calling __asan_report_error SetErrorReportCallback...Vitaly Buka
2016-09-08[powerpc] Move #if to appease warnings-as-errors testsBill Seurer
2016-09-07[powerpc] Move #if to appease warnings-as-errors testsBill Seurer
2016-09-07[powerpc] Disable ManyThreadsWithStatsStressTest test for ppc64Bill Seurer
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2014-12-17Rename asan_allocator2.cc to asan_allocator.ccAlexey Samsonov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-05-08[ASan tests] More progress towards Windows supportTimur Iskhodzhanov
2013-09-16[ASan] Split ASan unit tests into two different binaries:Alexey Samsonov
2012-06-25[asan] move tests from asan_interface_test.cc to asan_noinst_test.cc. Now all...Kostya Serebryany
2012-06-06[ASan] fix GetFreeBytesTest interface test on 32-bit Linux - delete some assu...Alexey Samsonov
2012-06-04Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov
2012-05-22[asan] fix one test on 32-bit Mac 10.7; enable another test on MacKostya Serebryany
2012-03-16[asan] disable GetOwnershipStressTest on non-linuxKostya Serebryany
2012-03-10[asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownershipKostya Serebryany
2012-03-09[asan] add a (disabled) stress test for __asan_get_ownershipKostya Serebryany
2012-02-27Introduce __asan_set_error_report_callback() to allow the client program post...Alexander Potapenko
2012-02-13[asan] implement __asan_set_death_callbackKostya Serebryany
2012-01-18AddressSanitizer: return false instead of true for __asan_get_ownership(NULL)Alexey Samsonov
2012-01-17Revert commit 148304Alexey Samsonov
2012-01-17AddressSanitizer: from this patch, ASan allocator returns false for __asan_ge...Alexey Samsonov
2012-01-17AddressSanitizer: add support for malloc_usable_size() functionAlexey Samsonov
2011-12-05[asan] always collect malloc statstics (removed FLAG_stats)Kostya Serebryany
2011-11-30AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany