summaryrefslogtreecommitdiff
path: root/test/asan/TestCases
Commit message (Expand)AuthorAgeFilesLines
* Avoid memory leak in ASan testKamil Rytarowski2019-09-211-0/+1
* [compiler-rt] Remove some cpplint filtersVitaly Buka2019-09-121-2/+2
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-115-6/+6
* Update compiler-rt cpplint.pyVitaly Buka2019-09-113-5/+5
* Stop marking 5 ASan tests as failing on NetBSD/i386Kamil Rytarowski2019-09-084-6/+0
* [ASan] Only run dlopen-mixed-c-cxx.c with static runtimeJonas Hahnfeld2019-09-081-2/+3
* Further relax checks in asan-symbolize-bad-path.cppAlexander Richardson2019-08-281-2/+2
* Fix asan-symbolize-bad-path.cpp on DarwinAlexander Richardson2019-08-271-1/+2
* Relax test introduced in D65322Alexander Richardson2019-08-271-2/+2
* [asan_symbolize] Avoid blocking when llvm-symbolizer is installed as addr2lineAlexander Richardson2019-08-261-2/+13
* [sanitizer_common] Extend test after switch to posix_spawnJulian Lettner2019-08-191-0/+2
* [sanitizer_common] Replace forkpty with posix_spawn on DarwinJulian Lettner2019-08-151-1/+1
* [asan_symbolize] Fix bug where the frame counter was not incremented.Dan Liew2019-08-122-0/+81
* Revert "[asan_symbolize] Fix bug where the frame counter was not incremented."Mitch Phillips2019-08-092-79/+0
* [asan_symbolize] Fix bug where the frame counter was not incremented.Dan Liew2019-08-092-0/+79
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-05418-348/+348
* compiler-rt: Rename cc files below test/sanitizer_common to cppNico Weber2019-08-051-1/+1
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-3/+3
* [Sanitizer][ASAN][MSAN] Fix infinite recursion on FreeBSDAlexander Richardson2019-07-312-5/+0
* [ASan][test] XFAIL AddressSanitizer-*-sunos :: TestCases/intercept-rethrow-e...Rainer Orth2019-07-301-0/+2
* [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
* 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-276-0/+0
* 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
* [AddressSanitizer] [Windows] Fix HeapReAlloc and _recalloc bugs in asan_mallo...Matthew G McGovern2019-04-292-0/+58
* [asan_symbolize] Teach `asan_symbolize.py` to symbolicate using a module mapDan Liew2019-04-261-0/+31
* [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