summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests/sanitizer_test_utils.h
AgeCommit message (Expand)Author
2017-08-07Add NetBSD support in sanitizer_test_utils.hKamil Rytarowski
2017-06-01[asan] Add strndup/__strndup interceptors.Pierre Gousseau
2017-05-18Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper
2017-05-18temporary disable stndup interceptor, due to r302781 being buggyKostya Serebryany
2017-05-11[asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau
2017-05-02Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau
2017-05-02[asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau
2014-12-22[Sanitizers] Intercept snprintf_l() on FreeBSDViktor Kutuzov
2014-10-20Fix checks for Android.Dan Albert
2014-06-14Exclude Android from the tests for valloc/pvalloc.Dan Albert
2014-05-13[Sanitizer tests] Add sanitizer_test_config.h to make the inclusion of gtest....Timur Iskhodzhanov
2014-05-13[Sanitizer tests] Make simple pthread tests compile and pass on WindowsTimur Iskhodzhanov
2014-05-12[Sanitizer tests] Fix a comment that got out of sync with the #ifTimur Iskhodzhanov
2014-05-12[ASan tests] Use the proper attribute on RunStrChrTest helper functions to av...Timur Iskhodzhanov
2014-05-08[ASan] Update sanitizer_common and asan test_util headers to support building...Timur Iskhodzhanov
2014-03-07[ASan] Better way to disable tests for functions unavailable on certain platf...Alexey Samsonov
2013-09-06Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_S...Alexey Samsonov
2013-02-27[asan] guard ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS definition with an #ifndefKostya Serebryany
2013-02-26[asan] use the new attribute syntax (no_address_safety_analysis => no_sanitiz...Kostya Serebryany
2013-01-14Move large part of asan_test_utils.h to sanitizer_common.Evgeniy Stepanov