summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "Revert "[builtins] Rounding mode support for addxf3/subxf3""Yi Kong2019-09-052-1/+62
* Further relax checks in asan-symbolize-bad-path.cppAlexander Richardson2019-08-281-2/+2
* [XRay] Fixing one test case for FreeBSDDavid Carlier2019-08-281-0/+10
* Fix asan-symbolize-bad-path.cpp on DarwinAlexander Richardson2019-08-271-1/+2
* Relax test introduced in D65322Alexander Richardson2019-08-271-2/+2
* msan, codegen, instcombine: Keep more lifetime markers used for msanVitaly Buka2019-08-261-0/+18
* [hwasan] Fix test failure in r369721.Evgeniy Stepanov2019-08-261-3/+6
* [asan_symbolize] Avoid blocking when llvm-symbolizer is installed as addr2lineAlexander Richardson2019-08-261-2/+13
* hwasan: Untag unwound stack frames by wrapping personality functions.Peter Collingbourne2019-08-232-3/+13
* [sanitizer_common] Extend test after switch to posix_spawnJulian Lettner2019-08-191-0/+2
* [Sanitizer] arc4random interception on MacDavid Carlier2019-08-191-1/+1
* [TSan] Add interceptors for os_unfair_lockJulian Lettner2019-08-161-0/+30
* [sanitizer_common] Replace forkpty with posix_spawn on DarwinJulian Lettner2019-08-151-1/+1
* [TSan] Fix test failing on LinuxJulian Lettner2019-08-131-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-103-1/+21
* [Sanitizer][Darwin] Add interceptor for malloc_zone_from_ptrJulian Lettner2019-08-091-0/+45
* 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
* Add LLD as a requirement for hwasan tests because of change in r368111.Douglas Yung2019-08-081-1/+1
* [HWASan] Use LLD for check-hwasan.Mitch Phillips2019-08-071-1/+1
* Require lld for hwasan tests.Peter Collingbourne2019-08-063-2/+5
* [TSAN] Fix tsan on FreeBSD after D54889Alexander Richardson2019-08-061-1/+1
* hwasan: Instrument globals.Peter Collingbourne2019-08-062-1/+23
* [compiler-rt] Implement getrandom interceptionVitaly Buka2019-08-061-0/+22
* hwasan: Untag global variable addresses in tests.Peter Collingbourne2019-08-0514-42/+99
* compiler-rt: Remove .cc from all lit config filesNico Weber2019-08-0513-13/+13
* Follow-up for r367863 and r367656Nico Weber2019-08-052-2/+2
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-05419-349/+349
* compiler-rt: Rename cc files below test/sanitizer_common to cppNico Weber2019-08-05120-24/+24
* compiler-rt: Rename remaining cc files in test/profile to cppNico Weber2019-08-057-9/+9
* More follow-up to r367851Nico Weber2019-08-053-3/+3
* compiler-rt: Rename last few cc files below test/ubsan to cppNico Weber2019-08-055-4/+4
* compiler-rt: Rename .cc file in test/dfsan to cppNico Weber2019-08-052-1/+1
* compiler-rt: Rename cc files in test/hwasan/TestCases subdirectories as wellNico Weber2019-08-054-0/+0
* compiler-rt: Rename .cc file in test/hwasan to .cppNico Weber2019-08-0513-6/+6
* compiler-rt: Rename .cc file in test/lsan to .cppFangrui Song2019-08-0536-0/+0
* compiler-rt: Rename .cc file in test/tsan to .cppFangrui Song2019-08-02235-47/+47
* compiler-rt: Rename .cc file in test/msan to .cppFangrui Song2019-08-02136-78/+78
* compiler-rt: Rename .cc file in test/xray to .cppFangrui Song2019-08-0229-1/+1
* try to fix bots more after r367562Nico Weber2019-08-011-6/+6
* try to fix bots after r367562Nico Weber2019-08-011-3/+3
* compiler-rt: Rename .cc file in lib/tsan/rtl to .cppNico Weber2019-08-013-3/+3
* compiler-rt: Rename .cc file in lib/msan to .cppNico Weber2019-08-012-11/+11
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-3/+3
* compiler-rt: Rename .cc file in lib/sanitizer_common to .cppNico Weber2019-07-311-1/+1
* compiler-rt: Rename .cc files in lib/ubsan to .cpp.Nico Weber2019-07-311-1/+1
* [Sanitizer][ASAN][MSAN] Fix infinite recursion on FreeBSDAlexander Richardson2019-07-313-6/+0