summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-07-18[Sanitizers] ASan/MSan/LSan allocators set errno on failure.Alex Shlyapnikov
2017-07-16[asan] Disable not working new test on WindowsVitaly Buka
2017-07-16[msan] Add missing include for fix test on WindowsVitaly Buka
2017-07-16[tsan] Disable test with debug runtimeVitaly Buka
2017-07-14[Sanitizers] ASan and LSan allocator set errno on failure.Alex Shlyapnikov
2017-07-14[Sanitizers] LSan allocator set errno on failure.Alex Shlyapnikov
2017-07-14[Sanitizers] Scudo allocator set errno on failure.Alex Shlyapnikov
2017-07-13[ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (compiler...Vedant Kumar
2017-07-13Fix broken testXinliang David Li
2017-07-12[asan] Avoid recompilation of the same code in the testVitaly Buka
2017-07-12[PGO] Add a test for 2-deep loop nestXinliang David Li
2017-07-12Add explicit CMake targets for ASan/TSan iOS Simulator testing and update the...Kuba Mracek
2017-07-12tsan: add test for __tsan_java_findDmitry Vyukov
2017-07-10Fix-up for r307537: We need to #include stdint.h to get int32_t.Kuba Mracek
2017-07-10Fixup whitespace.Kuba Mracek
2017-07-10[tsan] Add support for running TSan tests on iOS simulator and devicesKuba Mracek
2017-07-07Revert r307342, r307343.Evgeniy Stepanov
2017-07-07[asan] Add end-to-end tests for overflows of byval arguments.Evgeniy Stepanov
2017-07-05[tsan] Use pthread_sigmask instead of sigprocmask to block signals in a threa...Kuba Mracek
2017-07-03fix trivial typos in comments; NFCHiroshi Inoue
2017-07-01fix trivial typo; NFCHiroshi Inoue
2017-07-01[asan] This Android lit workaround should not be needed as bug is fixedVitaly Buka
2017-07-01[asan] Fix test on Android i686/fuguVitaly Buka
2017-06-30[asan] Disable test which fails on Android x86Vitaly Buka
2017-06-30[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-30[objc] Don't require null-check and don't emit memset when result is ignored ...Kuba Mracek
2017-06-30fix trivial typos, NFCHiroshi Inoue
2017-06-29[profile] Move __llvm_profile_filename into a separate objectVedant Kumar
2017-06-29[scudo] Change aligned alloc functions to be more compliant & perf changesKostya Kortchinsky
2017-06-29Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"Michael Zolotukhin
2017-06-29Revert "[asan] Control location of symbolizer on device using ANDROID_SYMBOLI...Vitaly Buka
2017-06-29[asan] Control location of symbolizer on device using ANDROID_SYMBOLIZER_PATHVitaly Buka
2017-06-29[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-29[asan] Fix try to fix test on AndroidVitaly Buka
2017-06-29[asan] Disable tests which do no work on AndroidVitaly Buka
2017-06-29[asan] This test now passesVitaly Buka
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2017-06-28Revert r306504: Re-enable wait.cc, wait4.cc, waitid.cc tests on Darwin.Kuba Mracek
2017-06-28[XRay][compiler-rt][NFC] Move test case into correct directory.Dean Michael Berris
2017-06-28[XRay][compiler-rt] Only run test in x86_64 linux.Dean Michael Berris
2017-06-28Re-enable wait.cc, wait4.cc, waitid.cc tests on Darwin. They used to be flaky...Kuba Mracek
2017-06-28[XRay][compiler-rt][NFC] Add example always/never instrument files.Dean Michael Berris
2017-06-27Don't double-include cfi tests on linuxFrancis Ricci
2017-06-27Loop directly over sanitizers to build in cmakeFrancis Ricci
2017-06-27Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci
2017-06-27Revert "Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BU...Francis Ricci
2017-06-27Only test sanitizers that are built when COMPILER_RT_SANITIZERS_TO_BUILD is usedFrancis Ricci
2017-06-26[asan] Flag 'asan_gen_prefixes.cc' as unsupported on iOS. The ARM and ARM64 a...Kuba Mracek
2017-06-26[esan] Disable flaky tests for PR33590Derek Bruening
2017-06-25[PGO] Implementate profile counter regiser promotion (test case)Xinliang David Li