summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-08-16[MSAN][MIPS] Changed memory mapping to support pie executable.Sagar Thakur
2016-08-16[TSan][MIPS] Implements setjmp assembly for MIPS64Sagar Thakur
2016-08-15[msan] Correct @LINE expression in obstack.ccDaniel Sanders
2016-08-15[msan] Fix line number sensitivity in chained_origin.cc and chained_origin_me...Daniel Sanders
2016-08-15[mips] XFAIL mips64el tests that fail on clang-cmake-mipselDaniel Sanders
2016-08-12Add compiler-rt side test for no_sanitize("cfi") attributeIvan Krasin
2016-08-12[mips] Remove obstack.cc XFAIL added in r278504 since it broke X86 and PPC so...Daniel Sanders
2016-08-12[mips] XFAIL the new mips64el compiler-rt tests that fail on clang-cmake-mipsel.Daniel Sanders
2016-08-11[asan] abort_on_error=1 by default on Android.Evgeniy Stepanov
2016-08-09[test] Update coverage tests to sync up with r278152Vedant Kumar
2016-08-09[sanitizers] Make it possible to XFAIL on the effective target, not just the ...Daniel Sanders
2016-08-09[Profile] Implement new API __llvm_profile_dumpXinliang David Li
2016-08-08[esan] Add iterator to esan's generic hashtableDerek Bruening
2016-08-08[esan] Add generic resizing hashtableDerek Bruening
2016-08-08[compiler-rt][XRay] Only add xray dependency if XRay is built and is availabl...Dean Michael Berris
2016-08-08[compiler-rt][XRay] Fix XRay test build dependenciesDean Michael Berris
2016-08-08[compiler-rt][XRay] Implement __xray_unpatch() and __xray_remove_handler()Dean Michael Berris
2016-08-06Try to fix the ill.cc test on LinuxReid Kleckner
2016-08-06Use %stdcxx11 instead of -std=c++11 so the test passes with VS 2015Reid Kleckner
2016-08-05Fix two tests in Win64 ASanReid Kleckner
2016-08-05[sanitizers] remove failing test.Mike Aizatsky
2016-08-05[sanitizers] trace buffer API to use user-allocated buffer.Mike Aizatsky
2016-08-05Fix dumping of process module list and test itReid Kleckner
2016-08-05Reverting r277632 as it breaks the build on MacOS.Ivan Krasin
2016-08-05CFI: add XFAIL test for a future optimization of two vcalls.Ivan Krasin
2016-08-04[ASAN] Mark test/asan/TestCases/ill.cc as unsupported on darwinBruno Cardoso Lopes
2016-08-04[Darwin] Exclude interception union tests on Darwin and AndroidBruno Cardoso Lopes
2016-08-03Only run ill.cc test on x86, 32 or 64 bitReid Kleckner
2016-08-03Add CFI tests for -lowertypetests-bitsets-level.Ivan Krasin
2016-08-03[ASan] Report illegal instruction exceptions in ASanReid Kleckner
2016-08-02[sanitizer] Implement a __asan_default_options() equivalent for ScudoKostya Serebryany
2016-08-02[asan] Intercept RtlRaiseException instead of kernel32!RaiseExceptionReid Kleckner
2016-08-02Remove stale CHECK lines that should have been included in r277478Reid Kleckner
2016-08-02[asan] Remove NtWaitForWorkViaWorkerFactory interceptorReid Kleckner
2016-08-02[tsan] Fix the behavior of OSAtomicTestAndClearKuba Brecka
2016-08-02[tsan] Fix behavior of realloc(nullptr, 0) on DarwinKuba Brecka
2016-08-01improve test cases to fix bot failureXinliang David Li
2016-08-01[asan] Disable android-coverage test on anything other than arm.Evgeniy Stepanov
2016-08-01Make test more robust with better matchingXinliang David Li
2016-08-01[Profile] Add new test case to cover comdat renamingXinliang David Li
2016-08-01[asan] Reduce flakiness of heavy recovery mode tests.Maxim Ostapenko
2016-08-01Fix a bug in lit var def: remove extra spaceXinliang David Li
2016-07-31Fix ASan alloca_constant_size.cc test on FreeBSD.Dimitry Andric
2016-07-30[Profile] Add a new test caseXinliang David Li
2016-07-28[asan] Enable the rest of use-after-scope testsVitaly Buka
2016-07-27[compiler-rt] Activate interception unittestsEtienne Bergeron
2016-07-27tsan: don't deliver signals when they are blockedDmitry Vyukov
2016-07-23Fix buildbot failureXinliang David Li
2016-07-22[Profile] Tighten test with expected profile countXinliang David Li
2016-07-22[Profile] Fix a fixme in the testXinliang David Li