summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-02-19[sancov] requiring dynamic asan.Mike Aizatsky
2016-02-19minor test runline cleanupXinliang David Li
2016-02-19[sancov] using static asanMike Aizatsky
2016-02-19[PGO] Enable profile-rt testing on all supported targetsXinliang David Li
2016-02-19[Windows] Simplify more tests now that Clang supports EHReid Kleckner
2016-02-19[Windows] Add 10s timeout to some WaitForSingleObject callsReid Kleckner
2016-02-18Un-XFAIL the last C++ EH test, it was fixed by r261258Reid Kleckner
2016-02-18Add test coverage for default linkerXinliang David Li
2016-02-18Clang on Windows supports exceptions, un XFAIL the passing testsReid Kleckner
2016-02-17[sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar ...Kostya Serebryany
2016-02-17PR26606: Make abort_on_error.cc test more portable.Alexey Samsonov
2016-02-17Fix PR26608: Make sanitizer_common tests more portable.Alexey Samsonov
2016-02-17[TSan] PR26609: Fix two test cases.Alexey Samsonov
2016-02-17[tests] Slightly improve a fix in r260669.Alexey Samsonov
2016-02-17[CMake] Push the dependency on AddLLVM into the test and unites layersChris Bieneman
2016-02-15[compiler-rt] Fix test failures when switching default C++ libraryJonas Hahnfeld
2016-02-12[LSan] Print more helpful error message if LSan crashes during leak detection.Alexey Samsonov
2016-02-12Re-commit r260230 with a fix for clang-cmake-aarch64-42vma.Daniel Sanders
2016-02-12Revert r260669 while the clang-cmake-aarch64-42vma failures is investigated.Daniel Sanders
2016-02-12[msan+tsan] Bring back the tests that disappeared after r260230 and r259512.Daniel Sanders
2016-02-12[sancov] improved object files handling.Mike Aizatsky
2016-02-11[LSan] Test case fix: mode debug output, synchronization instead of sleep().Alexey Samsonov
2016-02-11[ASan] Disable test that uses profile runtime on Windows.Alexey Samsonov
2016-02-11[LSan] Fix a crash when LSan hits a guard page while scanning thread stack fo...Alexey Samsonov
2016-02-11[Windows] Fill in read/write information in SignalContextReid Kleckner
2016-02-11Un-XFAIL a passing test on WindowsReid Kleckner
2016-02-11Move mmap_limit_mp test to PosixReid Kleckner
2016-02-11[asan] Dump adb output on failure.Evgeniy Stepanov
2016-02-10Rollback 260394 -- 32bit test needs more config supportXinliang David Li
2016-02-10Add tests for -m32Xinliang David Li
2016-02-09[asan] update the scariness score: tweak a few weights and add testsKostya Serebryany
2016-02-09[lsan] Run the tests for each supported arch and suffix each one to distingui...Daniel Sanders
2016-02-09[dfsan] Run the tests for each supported arch and suffix each one to distingu...Daniel Sanders
2016-02-09[msan] Run the tests for each supported arch and suffix each one to distingui...Daniel Sanders
2016-02-09[sanitizer_common] Correct the nits that should have been committed as part o...Daniel Sanders
2016-02-09[sanitizer_common] Add suffix to lit testsuite name to distinguish subtargets.Daniel Sanders
2016-02-08[asan] Implement SEGV read vs write detection for ARM and AArch64.Evgeniy Stepanov
2016-02-08[PGO] Simpflify test and increase coverageXinliang David Li
2016-02-08[asan] re-commit r259961, this time making the test Linux-OnlyKostya Serebryany
2016-02-08[asan] XFAIL local_alias.cc testcase on android in order to fix sanitizer-x86...Maxim Ostapenko
2016-02-08[asan] XFAIL local alias related tests on Mips due to https://llvm.org/bugs/s...Maxim Ostapenko
2016-02-08[asan] Introduce new approach for ODR violation detection based on odr indica...Maxim Ostapenko
2016-02-07Revert r259961, r259978, r259981.Nico Weber
2016-02-07Test update : tighten up checksXinliang David Li
2016-02-07Revert 260050 -- new test case should not be includedXinliang David Li
2016-02-07Test update : tighten up checksXinliang David Li
2016-02-07Add coverage tests (defaulted constructors/destructor)Xinliang David Li
2016-02-06[asan] trying to fix the non-x86 botsKostya Serebryany
2016-02-06[asan] properly report an un-aligned global variable instead of just crashingKostya Serebryany
2016-02-06[asan] disabled one subtest in scariness_score_test.cc that may fail when run...Kostya Serebryany