aboutsummaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
2019-07-12Enable compiler-rt on SPARCRainer Orth
2019-07-11Change another test I missed in r365724Nico Weber
2019-07-11clang-cl: Remove -O0 optionNico Weber
2019-07-09[sanitizers][windows] FIX: Rtl-Heap Interception and testsMatthew G McGovern
2019-07-09[sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern
2019-07-08Revert "[sanitizers][windows] Rtl-Heap Interception and tests"JF Bastien
2019-07-08[sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern
2019-06-27[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner
2019-06-26[compiler-rt][test] Set shared_libasan_path in test/asan/lit.cfg on SolarisRainer Orth
2019-06-21[asan] Quote the path to the Python exe in case it has spacesReid Kleckner
2019-06-19Revert r363633 "[CMake] Fix the value of `config.target_cflags` for non-macOS...Hans Wennborg
2019-06-18Disable recently added Darwin symbolization tests for iOS.Dan Liew
2019-06-18[NFC] Split `Darwin/asan-symbolize-partial-report-with-module-map.cc`.Dan Liew
2019-06-18[asan_symbolize] Teach `asan_symbolize.py` to symbolicate partially symbolica...Dan Liew
2019-06-17[CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew
2019-04-29[AddressSanitizer] [Windows] Fix HeapReAlloc and _recalloc bugs in asan_mallo...Matthew G McGovern
2019-04-26Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple"Dan Liew
2019-04-26[asan_symbolize] Teach `asan_symbolize.py` to symbolicate using a module mapDan Liew
2019-04-26[CMake] Fix the value of `config.target_cflags` for non-macOS AppleDan Liew
2019-04-18[asan_symbolize] Add a simple plugin architectureDan Liew
2019-04-08[asan_symbolize] Use proper logging infrastructure.Dan Liew
2019-04-08[Sanitizer] Make wcrtomb test posix-onlyPavel Labath
2019-04-08[Sanitizer] Fix a possible write to freed memory in the wcrtomb interceptorPavel Labath
2019-03-21Enable `asan/TestCases/Posix/start-deactivated.cc` test for iOS.Dan Liew
2019-03-18[asan] Disable -Wfortify-source in intentional OOB testsReid Kleckner
2019-03-11Remove ASan asm instrumentation.Evgeniy Stepanov
2019-03-04[sanitizer] Intercept bzero.Evgeniy Stepanov
2019-03-01Reland "[compiler-rt] Intercept the bcmp() function."Clement Courbet
2019-02-28[Sanitizer] lit test config: Respect existing parallelism_groupJulian Lettner
2019-02-27[hwasan, asan] Intercept vfork.Evgeniy Stepanov
2019-02-27[Darwin][NFC] Refactor throttling of 64bit sanitizer tests on DarwinJulian Lettner
2019-02-26Revert "[compiler-rt] Intercept the bcmp() function."Vlad Tsyrklevich
2019-02-26[compiler-rt] Disable failing test on darwin during investigation.Clement Courbet
2019-02-26[compiler-rt] disable asan bcmp tests on android.Clement Courbet
2019-02-26[compiler-rt] Intercept the bcmp() function.Clement Courbet
2019-02-26[sanitizer] Re-disable a few tests on android.Evgeniy Stepanov
2019-02-25[sanitizer] Remove "-android" from test_arch.Evgeniy Stepanov
2019-02-21Revert "[asan] Fix vfork handling.", +1Evgeniy Stepanov
2019-02-21[asan] Fix vfork handling.Evgeniy Stepanov
2019-02-21[hwasan,asan] Intercept vfork.Evgeniy Stepanov
2019-02-15[Sanitizer] iOS: Pull up parallelism_group handling into common.lit.configJulian Lettner
2019-01-15Explicitly set C++ standard for `Posix/no-fd.cc` ASan test.Dan Liew
2019-01-14[asan] Add fallback for Thumb after r350139Diana Picus
2019-01-10[asan] Mark tests as UNSUPPORTED on armDiana Picus
2019-01-09[asan] Disable TSD dtor leak unit tests on FreeBSD x86 64David Carlier
2019-01-08[asan] Support running without /procEvgeniy Stepanov
2018-12-28Revert "[asan] Support running without /proc.", +1Evgeniy Stepanov
2018-12-27Enable asan_and_llvm_coverage_test.cc for NetBSDKamil Rytarowski
2018-12-27[asan] Support running without /proc.Evgeniy Stepanov
2018-12-27Do not rely on that subject of ErrorAllocTypeMismatch is a heap address.Martin Liska