summaryrefslogtreecommitdiff
path: root/test/asan
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew2019-10-011-4/+15
* 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
* Enable LSan for NetBSD/i386 in test/asan/lit.cfg.pyKamil Rytarowski2019-09-081-1/+1
* 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
* Enable leak-detection for NetBSD/amd64 in test/asanKamil Rytarowski2019-09-081-1/+2
* 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
* Add support for FreeBSD's LD_32_LIBRARY_PATHDimitry Andric2019-08-102-1/+13
* 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: Remove .cc from all lit config filesNico Weber2019-08-051-1/+1
* 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
* 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