summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-09-30[asan] Fix asan_symbolize.py handling of non-existing pathsEvgeniy Stepanov
2015-09-30CFI: add a test from base-to-derived cast from the base destructor.Ivan Krasin
2015-09-29[msan] Disable allocator_mapping test on mips64 and aarch64.Evgeniy Stepanov
2015-09-29[CFI] Make CFI tests require UBSan (for diagnostic mode).Alexey Samsonov
2015-09-29[msan] Early allocator initialization.Evgeniy Stepanov
2015-09-29Add armhf as unstable runtime temporarilyRenato Golin
2015-09-24tsan: add test for issue #602Dmitry Vyukov
2015-09-22[asan] Add missing -pthread in tests.Evgeniy Stepanov
2015-09-22[asan] Versioned interceptor for pthread_create.Evgeniy Stepanov
2015-09-18Disable final MSAN test in AArch64 to get the bots greenRenato Golin
2015-09-18Disable one MSAN test in AArch64 until we have a proper fixRenato Golin
2015-09-18[compiler-rt] [sanitizer] Clean buildbot failures for aarch64Adhemerval Zanella
2015-09-17Revert "ubsan: Implement memory permission validation for vtables."Evgeniy Stepanov
2015-09-16[Windows] xfail a test that uses C++ EHReid Kleckner
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-09-16Explicit reference to bug highlighted byNaomi Musgrave
2015-09-15[ASan] Add test for .preinit_array/.init_array/.fini_array sections.Alexey Samsonov
2015-09-12ubsan: Also disable vptr validation on powerpc64le.Peter Collingbourne
2015-09-12ubsan: Disable vptr validation on powerpc64.Peter Collingbourne
2015-09-11ubsan: Implement memory permission validation for vtables.Peter Collingbourne
2015-09-10CFI: Run the tests only on supported architectures/OSs.Peter Collingbourne
2015-09-10CFI: Add diagnostic handler and tests for indirect call checker.Peter Collingbourne
2015-09-08[CMake] Remove all uses of LLVM_NATIVE_ARCH.Alexey Samsonov
2015-09-08[CMake] Rename COMPILER_RT_TEST_TARGET_TRIPLE to more appropriate COMPILER_RT...Alexey Samsonov
2015-09-08Failing test highlighting no poisoning when destructor not declared.Naomi Musgrave
2015-09-07Revert r246961 "[asan] Intercept and wrap XPC callback blocks".Kuba Brecka
2015-09-07[asan] Intercept and wrap XPC callback blocksKuba Brecka
2015-09-04[asan] Detect asanwrapper binary in android tests.Evgeniy Stepanov
2015-09-04[asan] Disable array cookie test on ARM, enable on Android/x86.Evgeniy Stepanov
2015-09-03Test triangle inheritance member poisoning.Naomi Musgrave
2015-09-03tsan: speed up race deduplicationDmitry Vyukov
2015-09-03[asan] Split a test in two.Evgeniy Stepanov
2015-09-03[asan] Replace valloc with posix_memalign in test.Evgeniy Stepanov
2015-09-02[windows] Add retries to cope with linker/filesystem flakinessReid Kleckner
2015-09-01[tsan] workaround for a crash in deadlock detector, bug https://github.com/go...Kostya Serebryany
2015-09-01Mark the log_path ubsan test as requiring a shell. It uses globs.Reid Kleckner
2015-08-31[asan] Fix the freopen interceptor to allow NULL instead of a filenameKuba Brecka
2015-08-28[compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMAAdhemerval Zanella
2015-08-27[Sanitizers] Make abort_on_error common flag.Alexey Samsonov
2015-08-27[sanitizer] Move sem_* to common interceptors.Evgeniy Stepanov
2015-08-27Unit test the CRLF change to suppression parsingReid Kleckner
2015-08-27[windows] Avoid unix2dos, it seems to not work on our botReid Kleckner
2015-08-26Handle suppression files ending in CRLF (\r\n)Reid Kleckner
2015-08-26[Sanitizer] Test churn: use %env_tool_opts in sanitizer_common lit tests.Alexey Samsonov
2015-08-25[msan] Regression test for PR24561.Evgeniy Stepanov
2015-08-25[UBSan] Test churn: use the approach from r244839 and r245962 in UBSan lit te...Alexey Samsonov
2015-08-25[ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.Alexey Samsonov
2015-08-24[UBSan] Add the ability to print more precise error kind in summary line.Alexey Samsonov
2015-08-22[TSan] Support __sanitizer_set_death_callback().Alexey Samsonov
2015-08-21[LSan] Support __sanitizer_set_death_callback in standalone LSan.Alexey Samsonov