summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/tests
AgeCommit message (Expand)Author
2017-12-04Move __tsan::Vector to __sanitizerKamil Rytarowski
2017-10-30Fix warning + death test + failing test on Windows (D39072).Kostya Kortchinsky
2017-10-30Introduce ReservedAddressRange to sanitizer_common.Kostya Kortchinsky
2017-10-12Revert r315533 "Reland "[sanitizer] Introduce ReservedAddressRange to sanitiz...Hans Wennborg
2017-10-11Reland "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"Petr Hosek
2017-10-11Revert "[sanitizer] Introduce ReservedAddressRange to sanitizer_common"Petr Hosek
2017-10-11[sanitizer] Introduce ReservedAddressRange to sanitizer_commonPetr Hosek
2017-09-27[Sanitizer] Disable compact size class tests on AndroidAlex Shlyapnikov
2017-09-27[Sanitizers] Allocator: new "release memory to OS" implementationAlex Shlyapnikov
2017-08-28[sanitizer] Re-introduce kUseSeparateSizeClassForBatch for the 32-bit PrimaryKostya Kortchinsky
2017-08-15[sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov
2017-08-14[sanitizers] Add a blocking boolean to GetRandom prototypeKostya Kortchinsky
2017-08-07Add NetBSD support in sanitizer_test_utils.hKamil Rytarowski
2017-07-28[sanitizers] Sanitizer tests CMake clean up: try #2George Karpenkov
2017-07-27Revert "[sanitizers] Sanitizer tests CMake clean up"George Karpenkov
2017-07-27[sanitizers] Sanitizer tests CMake clean upGeorge Karpenkov
2017-07-22[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka
2017-07-20Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka
2017-07-20[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov
2017-07-16[compiler-rt] Fix fix format specifies type in testVitaly Buka
2017-06-26[Sanitizers] 64 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov
2017-06-22[Sanitizers] 32 bit allocator respects allocator_may_return_null flagAlex Shlyapnikov
2017-06-21[sanitizer] Add a function to gather random bytesKostya Kortchinsky
2017-06-20[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov
2017-06-14[sanitizer] Reverting D34152Kostya Kortchinsky
2017-06-14[sanitizer] MmapAlignedOrDie changes to reduce fragmentationKostya Kortchinsky
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-06-01[asan] Add strndup/__strndup interceptors.Pierre Gousseau
2017-05-25[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka
2017-05-19[compiler-rt] Switch handle_<signal> flags from bool to enum.Vitaly Buka
2017-05-19[compiler-rt] Add negative test for boolean flags.Vitaly Buka
2017-05-18[compiler-rt][cmake] Build unit tests conditionally with _FILE_OFFSET_BITS=64...Simon Dardis
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-15[sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky
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
2017-02-07[asan] replace std::random_shuffle with std::shuffle in tests since std::rand...Kostya Serebryany
2017-02-02Fixup of r293882: Forgot to update sanitizer_thread_registry.test.ccKuba Mracek
2017-01-30Recommit: Stop intercepting some malloc-related functions on FreeBSD andDimitry Andric
2017-01-27Revert "Stop intercepting some malloc-related functions on FreeBSD and macOS"Evgeniy Stepanov
2017-01-27Stop intercepting some malloc-related functions on FreeBSD and macOSDimitry Andric
2017-01-19Whenever reasonable, merge ASAN quarantine batches to save memory.Alex Shlyapnikov
2017-01-12Revert "[sancov] moving sancov rt to sancov/ directory"Mike Aizatsky
2017-01-12[sancov] moving sancov rt to sancov/ directoryMike Aizatsky
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2017-01-09Enable weak hooks on darwinFrancis Ricci
2017-01-06[sanitizer] Use architecture/slice information when symbolizing fat Mach-O fi...Kuba Mracek
2016-12-27[asan] Fix handling of %m in printf interceptor.Evgeniy Stepanov