summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-01-22When building without DIA SDK, don't set suppressions.cpp failNico Weber
2016-01-21Resubmit test case with more restrictionXinliang David Li
2016-01-21[MSan] Add a test case for r258339.Alexey Samsonov
2016-01-20[asan] print an additional hint when reporting a container overflowKostya Serebryany
2016-01-20Revert "[coverage] Add a test case to cover coverage testing with comdat"Renato Golin
2016-01-20[test] Add a short explanation to instrprof-comdat.hVedant Kumar
2016-01-20[coverage] Add a test case to cover coverage testing with comdatXinliang David Li
2016-01-18[asan] Optionally print reproducer cmdline in ASan reports.Maxim Ostapenko
2016-01-16Fix stats.cpp test on 32-bit Windows.Peter Collingbourne
2016-01-16[LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov
2016-01-16Introduce stats and stats_client libraries.Peter Collingbourne
2016-01-15Re-disable suppressions.cpp on Windows.Nico Weber
2016-01-14[LSan] Add "use_ld_allocations" flag to disable old way of DTLS handling.Alexey Samsonov
2016-01-14[Coverage] add test cases for coverage testingXinliang David Li
2016-01-14[tsan] Introduce a "ignore_interceptors_accesses" optionKuba Brecka
2016-01-13tsan: check errors in testDmitry Vyukov
2016-01-12[compiler-rt] [msan] Remove stable-runtime requirement for insertvalue_origin.ccAdhemerval Zanella
2016-01-12[PGO] Add Linux specific test cases for profile runtimeXinliang David Li
2016-01-12 Revert r257444 : arm build bots failureXinliang David Li
2016-01-12[PGO] Add Linux specific test cases for profile runtimeXinliang David Li
2016-01-12Fix comment of testXinliang David Li
2016-01-08[PGO] Add runtime hook so that IR instrumentation can override versionXinliang David Li
2016-01-08[tsan] don't crash on closedir(0)Kostya Serebryany
2016-01-08Fix CMake warning in CFI tests.Evgeniy Stepanov
2016-01-08Revert "Fix CMake warning in CFI tests."Evgeniy Stepanov
2016-01-08Fix CMake warning in CFI tests.Evgeniy Stepanov
2016-01-08Make ubsan suppression test pass on Windows.Nico Weber
2016-01-08Use more strict checks for merge Profile resultsXinliang David Li
2016-01-08[PGO] Update test to match sorted outputXinliang David Li
2016-01-07Ensure safestack overflow test doesn't segfaultDimitry Andric
2016-01-05[sancov] coverage pc bufferMike Aizatsky
2015-12-29[PGO]: Refactor VP data writerXinliang David Li
2015-12-29[PGO]: Do not update Data->Value field during profile write.Xinliang David Li
2015-12-29Add more testing checksXinliang David Li
2015-12-29[PGO] Make the test case more robustXinliang David Li
2015-12-29Check test results more strictly (NFC)Xinliang David Li
2015-12-24[power] Fix test case target checksBill Seurer
2015-12-23XFAIL ubsan suppressions.cpp test on Windows for now.Nico Weber
2015-12-22[cfi] Fix handling of uninstrumented libraries.Evgeniy Stepanov
2015-12-21[asan] Add mincore test.Evgeniy Stepanov
2015-12-21[compiler-rt] [tsan] Add support for PIE build on AArch64Adhemerval Zanella
2015-12-21[asan] fix fopen interceptor to not crash if path is NULLKostya Serebryany
2015-12-18[UBSan] Implement runtime suppressions (PR25066).Alexey Samsonov
2015-12-16[cfi] Limit cross-dso tests to Linux.Evgeniy Stepanov
2015-12-15Cross-DSO control flow integrity (compiler-rt part).Evgeniy Stepanov
2015-12-15[asan] try to fix ARM botsKostya Serebryany
2015-12-15[asan] add option: handle_sigillKostya Serebryany
2015-12-14[msan] Intercept ctermid, ctermid_r.Evgeniy Stepanov
2015-12-14[compiler-rt] [msan] Variadic support for AArch64Adhemerval Zanella
2015-12-14[tsan] Update dispatch_group support to avoid using a disposed group objectKuba Brecka