summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-09-23[msan] Disable flaky fork.cc on PPC64.Evgeniy Stepanov
2016-09-23Fix the following tests when running under cross-compilation:Chad Rosier
2016-09-23[compiler-rt] Fix a broken asan 64-bit test using ld_preloadEtienne Bergeron
2016-09-22cfi: Fixes for check-cfi when configured as an external project.Peter Collingbourne
2016-09-22tsan: support pie binaries on newer kernelsDmitry Vyukov
2016-09-22[ESan][MIPS] Fix tests struct-simple.cpp on MIPSSagar Thakur
2016-09-21Remove obsolete XFAIL.Nico Weber
2016-09-21Revert "[sanitizers] Update sanitizers test to better match glibc internals"Diana Picus
2016-09-21[sanitizers] Update sanitizers test to better match glibc internalsDiana Picus
2016-09-20[scudo] Fix a bug in the new Secondary AllocatorKostya Kortchinsky
2016-09-20XFAIL cfi/stats.cpp on Windows until we fix LLDReid Kleckner
2016-09-20[asan] Fix GlobalAddressDescription::Print()Filipe Cabecinhas
2016-09-19[scudo] Modify Scudo to use its own Secondary AllocatorKostya Kortchinsky
2016-09-19[sanitizer] rename __sanitizer_symbolize_data to __sanitizer_symbolize_global...Kostya Serebryany
2016-09-19[sanitizer] add __sanitizer_symbolize_data (can only print the names of the g...Kostya Serebryany
2016-09-17[tsan] Update fork_atexit.cc to consistently print to stderr (and not stdout)Kuba Brecka
2016-09-17[tsan] Update signal_cond.cc to write to stderr intead of stdoutKuba Brecka
2016-09-16[asan] Remove the test as the fix is going to be removedVitaly Buka
2016-09-14[asan] add heap_profile=1 to asan to periodically print the heap profile. So ...Kostya Serebryany
2016-09-14[asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR fals...Kuba Brecka
2016-09-14[tsan] Fix hanging gcd-apply and gcd-apply-race tests on macOS SierraKuba Brecka
2016-09-13[asan] alloc_dealloc_mismatch=0 by default on Android.Evgeniy Stepanov
2016-09-13[asan] Remove lit -j5 flag for android tests.Evgeniy Stepanov
2016-09-13[asan] Re-poison all redzones on activation.Evgeniy Stepanov
2016-09-13[asan] Add missing include for rand()Jonas Hahnfeld
2016-09-09[sanitizer] Add interceptor for ttyname_rKeno Fischer
2016-09-09[asan] Disable handle_abort in Android tests.Evgeniy Stepanov
2016-09-09[asan] Since r280945 fixed the OS X abort() problem, merge scariness_score_te...Filipe Cabecinhas
2016-09-09[sanitizer] fix a potential buffer overflow due to __sanitizer_symbolize_pc (...Kostya Serebryany
2016-09-08Revert "[ESan][MIPS] Adds support for MIPS64"Qin Zhao
2016-09-08[tsan] Support C++11 call_once in TSan on DarwinKuba Brecka
2016-09-08[asan] Test that asan does not report use-after-scope if program jumped over ...Vitaly Buka
2016-09-07[sanitizer] Fix a conflict between abort_on_error and handle_abort.Evgeniy Stepanov
2016-09-07[ESan][MIPS] Adds support for MIPS64Sagar Thakur
2016-09-02[asan] Move scariness_score_test.cc to a common subdirectoryFilipe Cabecinhas
2016-09-01Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolizer to look for dw...Reid Kleckner
2016-09-01Revert "Copy over most of the scariness_score test to the general tests"Filipe Cabecinhas
2016-09-01[CMake] Adding compiler-rt-test-depends targetChris Bieneman
2016-09-01Try to fix another profile testRenato Golin
2016-09-01Fix profile test assuming dumb compilerRenato Golin
2016-09-01Copy over most of the scariness_score test to the general testsFilipe Cabecinhas
2016-08-30XFAIL cfi/stats.cpp on Windows until we fix our DIA usageReid Kleckner
2016-08-30[mips][tsan] XFAIL on every MIPS platform an x86_64-specific test.Vasileios Kalintiris
2016-08-30[asan] Mark failing test as UNSUPPORTED.Akira Hatanaka
2016-08-30[asan] Disable test on darwin botVitaly Buka
2016-08-29[asan] Attempt to fix test on darwin botVitaly Buka
2016-08-29[asan] Remove runtime flag detect_stack_use_after_scopeVitaly Buka
2016-08-27[asan] Disable tests more selectively.Akira Hatanaka
2016-08-27[asan] Use "REQUIRES: x86_64-target-arch" to disable the test on i386.Akira Hatanaka
2016-08-27[asan] restrict release_to_os_test.cc to x86_64Kostya Serebryany