summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-03-19[sanitizer] fix 'sancov.py merge' and add a test for itKostya Serebryany
2015-03-18[sanitizer] change the sanitizer coverage format once again, this time adding...Kostya Serebryany
2015-03-18asan: Cargo cult the linux test changes in r232501 to the darwin testsJustin Bogner
2015-03-18[ARM] Remove XFAIL from passing RT testRenato Golin
2015-03-18[sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are du...Kostya Serebryany
2015-03-17Improve SUMMARY reporting in sanitizers.Alexey Samsonov
2015-03-17[sanitizer] change the format of coverage dump: instead of always dumping 32-...Kostya Serebryany
2015-03-17asan: optimization experimentsDmitry Vyukov
2015-03-17[ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov
2015-03-16CFI: Make check-cfi depend on libLTO on Darwin.Peter Collingbourne
2015-03-14CFI: Add test for bad cast checks.Peter Collingbourne
2015-03-14CFI: Add a test for distinguishing between non-overriding siblings.Peter Collingbourne
2015-03-13[Tsan] Fix test.h to work on FreeBSDViktor Kutuzov
2015-03-12tsan: fix a bug in MetaMap::ResetRangeDmitry Vyukov
2015-03-12tsan: fix crash during __tsan_java_moveDmitry Vyukov
2015-03-12Make the UBSan coverage-levels.cc test be Linux specificKuba Brecka
2015-03-11Refactor float to integer conversion to share the same code.Joerg Sonnenberger
2015-03-11[ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov
2015-03-10asan: fix leak test for power platformDmitry Vyukov
2015-03-10[sanitizer] fix instrumentation with -mllvm -sanitizer-coverage-block-thresho...Kostya Serebryany
2015-03-09Revert "Revert "[UBSan] Add testcases for -fsanitize=shift-base and -fsanitiz...Alexey Samsonov
2015-03-08Avoid warnings on !PowerPCJoerg Sonnenberger
2015-03-08Don't produce warnings on !PowerPC.Joerg Sonnenberger
2015-03-06[asan] Fix 2 problems in nohugepage_test.Kostya Serebryany
2015-03-05Add a symbolizer testcase for closed stdin/stdoutKuba Brecka
2015-03-05[sanitizer] Reconstruct the function that dumps block/edge coverage, hopefull...Kostya Serebryany
2015-03-05Revert "[UBSan] Add testcases for -fsanitize=shift-base and -fsanitize=shift-...Alexey Samsonov
2015-03-05tsan: fix signal handling during stop-the-worldDmitry Vyukov
2015-03-05[sanitizer] add a run-time flag to dump the coverage counter bitsetKostya Serebryany
2015-03-05[ASan] Fix asan-(32|64)-bits lit tests feature.Alexey Samsonov
2015-03-04[sanitizer] when dumping coverage bitset, dump seperate file for every module...Kostya Serebryany
2015-03-03[asan] more fixes for x32, patches by H.J. LuKostya Serebryany
2015-03-03[UBSan] Add testcases for -fsanitize=shift-base and -fsanitize=shift-exponent.Alexey Samsonov
2015-03-02[Sanitizer] Run test/sanitizer_common lit tests on all supported architectures.Alexey Samsonov
2015-03-02[ASan/Win] Work around PR22545: call LLVM global_dtors in the MD atexit()Timur Iskhodzhanov
2015-03-02[MSan] Remove explicit -m64 from RUN lines.Alexey Samsonov
2015-03-02[DFSan] Remove explicit -m64 from RUN lines.Alexey Samsonov
2015-03-02[Sanitizer] Restrict open_memstream to x86_64. Fixes PR22714.Alexey Samsonov
2015-03-02[Sanitizer] Fix StripPathPrefix function and improve test case.Alexey Samsonov
2015-03-02[ASan/Win] Rename a test.Timur Iskhodzhanov
2015-02-28Revert r229678 "tsan: fix signal handling during stop-the-world"Hans Wennborg
2015-02-28[ASan] debug_stacks.cc was passing on ARM by accident, disable this test ther...Alexey Samsonov
2015-02-27[ASan/Win] Update test expectations after r230724Timur Iskhodzhanov
2015-02-27[compiler-rt] Allow suppression file to be relative to the location of the ex...Anna Zaks
2015-02-27[Sanitizer] Print column number in SUMMARY line if it's available.Alexey Samsonov
2015-02-26[UBSan] Run all UBSan tests in 32-bit mode as well.Alexey Samsonov
2015-02-25[asan] reenable odr-violation.cc test on non-x86-64 after confirming that it'...Kostya Serebryany
2015-02-25[asan] restict no_asan_gen_globals.c test to 64-bit due to PR22682Kostya Serebryany
2015-02-25CFI: Add a check-cfi-and-supported rule.Peter Collingbourne
2015-02-25[asan] temporary disable the test on non-x86-64 while we are investigating PR...Kostya Serebryany