summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-02-24[MSAN] Fix memcmp_test on MIPSSagar Thakur
2016-02-24tsan: disable ignore_lib4.cc test on powerpc64 and aarch64Dmitry Vyukov
2016-02-24[MSan] fix process_vm_readv test: Exit silently if syscall is not implemetedMohit K. Bhakkad
2016-02-24[MSan] Mark dlerror.cc expected failure for MIPSMohit K. Bhakkad
2016-02-24[tests] Don't compile CFI C tests in C++ mode.Alexey Samsonov
2016-02-23tsan: clean up code after r261658Dmitry Vyukov
2016-02-23tsan: fix signal handling in ignored librariesDmitry Vyukov
2016-02-23[tests] Run test that uses gnu asm syntax on Posix only.Alexey Samsonov
2016-02-23[tests] Remove "supported-target" in favor of "target-arch" lit features.Alexey Samsonov
2016-02-23[tests] Always specify correct config.target_arch when configuring test suite.Alexey Samsonov
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