summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan
Commit message (Expand)AuthorAgeFilesLines
* [NFC][ASAN] Add brackets around not commandLei Huang2019-07-231-1/+1
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-201-0/+43
* Revert "Fix asan infinite loop on undefined symbol"Serge Guelton2019-07-201-43/+0
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-201-0/+43
* Revert "Fix asan infinite loop on undefined symbol"Matthew Voss2019-07-191-42/+0
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-191-0/+42
* [compiler-rt] Complete revert of r366413Matthew Voss2019-07-181-42/+0
* Restrict asan + dlopen testcase to x86Serge Guelton2019-07-181-2/+2
* Relax regexp to detect failed interception by asanSerge Guelton2019-07-181-1/+1
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-181-0/+42
* Enable compiler-rt on SPARCRainer Orth2019-07-121-2/+3
* Change another test I missed in r365724Nico Weber2019-07-111-1/+1
* clang-cl: Remove -O0 optionNico Weber2019-07-1189-121/+121
* [sanitizers][windows] FIX: Rtl-Heap Interception and testsMatthew G McGovern2019-07-0914-14/+14
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-0922-4/+746
* Revert "[sanitizers][windows] Rtl-Heap Interception and tests"JF Bastien2019-07-0822-746/+4
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-0822-4/+746
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-2710-14/+14
* [compiler-rt][test] Set shared_libasan_path in test/asan/lit.cfg on SolarisRainer Orth2019-06-261-1/+1
* [asan] Quote the path to the Python exe in case it has spacesReid Kleckner2019-06-211-2/+10
* Revert r363633 "[CMake] Fix the value of `config.target_cflags` for non-macOS...Hans Wennborg2019-06-191-15/+4
* Disable recently added Darwin symbolization tests for iOS.Dan Liew2019-06-182-0/+2
* [NFC] Split `Darwin/asan-symbolize-partial-report-with-module-map.cc`.Dan Liew2019-06-182-20/+42
* [asan_symbolize] Teach `asan_symbolize.py` to symbolicate partially symbolica...Dan Liew2019-06-181-0/+54
* [CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew2019-06-171-4/+15
* [AddressSanitizer] [Windows] Fix HeapReAlloc and _recalloc bugs in asan_mallo...Matthew G McGovern2019-04-292-0/+58
* Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple"Dan Liew2019-04-261-9/+2
* [asan_symbolize] Teach `asan_symbolize.py` to symbolicate using a module mapDan Liew2019-04-261-0/+31
* [CMake] Fix the value of `config.target_cflags` for non-macOS AppleDan Liew2019-04-261-2/+9
* [asan_symbolize] Add a simple plugin architectureDan Liew2019-04-183-0/+48
* [asan_symbolize] Use proper logging infrastructure.Dan Liew2019-04-083-0/+16
* [Sanitizer] Make wcrtomb test posix-onlyPavel Labath2019-04-081-0/+3
* [Sanitizer] Fix a possible write to freed memory in the wcrtomb interceptorPavel Labath2019-04-081-0/+13
* Enable `asan/TestCases/Posix/start-deactivated.cc` test for iOS.Dan Liew2019-03-211-1/+0
* [asan] Disable -Wfortify-source in intentional OOB testsReid Kleckner2019-03-182-4/+4
* Remove ASan asm instrumentation.Evgeniy Stepanov2019-03-111-33/+0
* [sanitizer] Intercept bzero.Evgeniy Stepanov2019-03-041-0/+15
* Reland "[compiler-rt] Intercept the bcmp() function."Clement Courbet2019-03-012-2/+20
* [Sanitizer] lit test config: Respect existing parallelism_groupJulian Lettner2019-02-281-1/+2
* [hwasan, asan] Intercept vfork.Evgeniy Stepanov2019-02-271-0/+31
* [Darwin][NFC] Refactor throttling of 64bit sanitizer tests on DarwinJulian Lettner2019-02-271-3/+1
* Revert "[compiler-rt] Intercept the bcmp() function."Vlad Tsyrklevich2019-02-262-21/+2
* [compiler-rt] Disable failing test on darwin during investigation.Clement Courbet2019-02-261-0/+1
* [compiler-rt] disable asan bcmp tests on android.Clement Courbet2019-02-261-0/+1
* [compiler-rt] Intercept the bcmp() function.Clement Courbet2019-02-262-2/+19
* [sanitizer] Re-disable a few tests on android.Evgeniy Stepanov2019-02-264-4/+6
* [sanitizer] Remove "-android" from test_arch.Evgeniy Stepanov2019-02-251-7/+1
* Revert "[asan] Fix vfork handling.", +1Evgeniy Stepanov2019-02-211-31/+0
* [asan] Fix vfork handling.Evgeniy Stepanov2019-02-211-2/+2
* [hwasan,asan] Intercept vfork.Evgeniy Stepanov2019-02-211-0/+31
OpenPOWER on IntegriCloud