summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/sanitizer_common/tests/sanitizer_test_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski2018-01-171-1/+7
* Add NetBSD support in sanitizer_test_utils.hKamil Rytarowski2017-08-071-3/+3
* [asan] Add strndup/__strndup interceptors.Pierre Gousseau2017-06-011-0/+6
* Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper2017-05-181-7/+0
* temporary disable stndup interceptor, due to r302781 being buggyKostya Serebryany2017-05-181-1/+2
* [asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau2017-05-111-0/+6
* Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau2017-05-021-6/+0
* [asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau2017-05-021-0/+6
* [Sanitizers] Intercept snprintf_l() on FreeBSDViktor Kutuzov2014-12-221-0/+6
* Fix checks for Android.Dan Albert2014-10-201-2/+2
* Exclude Android from the tests for valloc/pvalloc.Dan Albert2014-06-141-1/+2
* [Sanitizer tests] Add sanitizer_test_config.h to make the inclusion of gtest....Timur Iskhodzhanov2014-05-131-0/+6
* [Sanitizer tests] Make simple pthread tests compile and pass on WindowsTimur Iskhodzhanov2014-05-131-0/+8
* [Sanitizer tests] Fix a comment that got out of sync with the #ifTimur Iskhodzhanov2014-05-121-2/+2
* [ASan tests] Use the proper attribute on RunStrChrTest helper functions to av...Timur Iskhodzhanov2014-05-121-3/+9
* [ASan] Update sanitizer_common and asan test_util headers to support building...Timur Iskhodzhanov2014-05-081-11/+6
* [ASan] Better way to disable tests for functions unavailable on certain platf...Alexey Samsonov2014-03-071-0/+23
* Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_S...Alexey Samsonov2013-09-061-4/+4
* [asan] guard ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS definition with an #ifndefKostya Serebryany2013-02-271-5/+7
* [asan] use the new attribute syntax (no_address_safety_analysis => no_sanitiz...Kostya Serebryany2013-02-261-1/+1
* Move large part of asan_test_utils.h to sanitizer_common.Evgeniy Stepanov2013-01-141-0/+80
OpenPOWER on IntegriCloud