summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-04-28Tests for r236055.Eric Christopher
2015-04-28tsan: fix a bug memory access handlingDmitry Vyukov
2015-04-28[Msan] Fix the getline.cc test to pass on FreeBSDViktor Kutuzov
2015-04-28[UBSan] Fix CMake rules for tests after r235954.Alexey Samsonov
2015-04-28Address old FIXMEs in UBSan test cases.Alexey Samsonov
2015-04-28Allow UBSan+MSan and UBSan+TSan combinations (Clang part).Alexey Samsonov
2015-04-27[UBSan] Reenable ASan+UBSan tests on Darwin now that PR21112 is fixed.Alexey Samsonov
2015-04-27[TSan] Prepare TSan tests for splitting tsan_cxx library.Alexey Samsonov
2015-04-25[Msan] Fix the iconv.cc test to build and pass on FreeBSDViktor Kutuzov
2015-04-25[asan] Print SHADOW_SCALE and SHADOW_GRANULARITY as decimal values.Daniel Sanders
2015-04-24[lsan] Add an interface function for on-demand leak checking.Sergey Matveev
2015-04-24Add COMPILER_RT_ABI attribute to declarations of builtin functions in unittestsDerek Schuff
2015-04-24[Msan] XFAIL the ftime.cc test on FreeBSDViktor Kutuzov
2015-04-24[Msan] Fix the backtrace.cc tests to build and pass on FreeBSDViktor Kutuzov
2015-04-23[Sanitizer] Fix getpwnam test on ppc64le Fedora 21.Jay Foad
2015-04-23[ASan] Relax test modified in r235540 to pacify ARM buildbots.Alexey Samsonov
2015-04-23[asan] debug_mapping.cc should also pass when the leading digit of SHADOW_SCA...Daniel Sanders
2015-04-23tsan: support setuid callDmitry Vyukov
2015-04-23[UBSan] Unify the way we report overflow in increment/decrement operator.Alexey Samsonov
2015-04-23[UBSan] Make sure proper error summary is printed for -fsanitize=float-cast-o...Alexey Samsonov
2015-04-22[ASan] Print global registration site in init-order-checker reports.Alexey Samsonov
2015-04-22[ubsan] Stop cast-overflow.cpp test leaking undefined behaviour into the exit...Daniel Sanders
2015-04-20[Asan] Link lit tests shared libraries with -Wl,z,origin on FreeBSDViktor Kutuzov
2015-04-20tsan: deflake a testDmitry Vyukov
2015-04-20tsan: fix handling of pthread_detachDmitry Vyukov
2015-04-19Make ubsan respect log_pathHal Finkel
2015-04-14tsan: fix parsing of second_deadlock_stack flagDmitry Vyukov
2015-04-10Extend s{,n}printf custom wrappers to support '*' in the format specifiersLorenzo Martignoni
2015-04-10[sanitizer][MIPS] Fix warnings on MIPSDmitry Vyukov
2015-04-09Revert r234477, "Differential Revision: http://reviews.llvm.org/D7249"Peter Collingbourne
2015-04-09[ASan/Win] Add a test that makes sure coverage works at least in the simple c...Timur Iskhodzhanov
2015-04-09Differential Revision: http://reviews.llvm.org/D7249Lorenzo Martignoni
2015-04-08tsan: handle async signals while blocked in pthread_cond_waitDmitry Vyukov
2015-04-06sanitizer: new "strict_string_checks" run-time flagDmitry Vyukov
2015-04-02Add tests for non-virtual call checking.Peter Collingbourne
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-04-01[ASan] Make the remaining coverage tests pass on Darwin, move them to Posix/Alexander Potapenko
2015-04-01Remove XFAILs from cast-overflow.cppBill Seurer
2015-04-01[ASan] Speculative fix for TestCases/Posix/interception-in-shared-lib-test.cc...Alexander Potapenko
2015-04-01[PPC64]This activates UBSan for the power architecture.Bill Seurer
2015-04-01[ASan] Deduplicate interception-in-shared-lib-test.cc by introducing platform...Alexander Potapenko
2015-03-24Revert "Revert "[UBSan] Use shared library for UBSan on OS X" and its followup"Alexey Samsonov
2015-03-24Revert "[UBSan] Use shared library for UBSan on OS X" and its followupJustin Bogner
2015-03-23[ASan] Remove XFAIL from now passing test.Alexey Samsonov
2015-03-23[UBSan] Use shared library for UBSan on OS X (compiler-rt part).Alexey Samsonov
2015-03-23[Tsan] Fix the mmap_large.cc test to build on FreeBSDViktor Kutuzov
2015-03-23[ASan] Distinguish between read, write and read-write file access modes in Op...Alexander Potapenko
2015-03-22Fix a flaky heap-overflow-large.cc testKuba Brecka
2015-03-22Demangling for DlAddrSymbolizerKuba Brecka
2015-03-22Add AtosSymbolizer and DlAddrSymbolizer as fallbacks for OS XKuba Brecka