summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-01-19[sanitizer] Make unrecognized flags not fatal.Evgeniy Stepanov
2015-01-19[sanitizer] Move options-related tests to sanitizer_common.Evgeniy Stepanov
2015-01-18Update for tests failing due to improvements in clang's column information fo...David Blaikie
2015-01-16[asan] More verbose output from one of the tests.Evgeniy Stepanov
2015-01-16[asan] Fix asan_options-include test.Evgeniy Stepanov
2015-01-15[asan] Loosen test for upcoming ppc64 changeHal Finkel
2015-01-15[sanitizer] Implement include= option.Evgeniy Stepanov
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-15[lsan] Fix a typo in a test.Evgeniy Stepanov
2015-01-14Reapply debug info changes now that more precise column information is availa...David Blaikie
2015-01-14Another try at handling LD_LIBRARY_PATH not being defined.Rafael Espindola
2015-01-14Handle LD_LIBRARY_PATH not being defined.Rafael Espindola
2015-01-12Update test cases for new -fsanitize-recover= semantics.Alexey Samsonov
2015-01-12[ASan] Move the shadow on Windows 32-bit from 0x20000000 to 0x40000000Timur Iskhodzhanov
2015-01-12[asan] Pass activation options in the android test runner.Evgeniy Stepanov
2015-01-12[ASan] Handle SIGBUS on Linux.Jay Foad
2015-01-09Revert "Reapply debug info changes now that more precise column information i...David Blaikie
2015-01-09[asan] Adding a regression test for https://code.google.com/p/address-sanitiz...Kuba Brecka
2015-01-08[asan] make a test consume 2x less RAM (we observe flaky bot failures that se...Kostya Serebryany
2015-01-07XFAIL AArch64 UBsan test, just like ARMRenato Golin
2015-01-07[asan] add flag quarantine_size_mb, deprecate quarantine_sizeKostya Serebryany
2015-01-06[asan] add a flag soft_rss_limit_mbKostya Serebryany
2015-01-06[ubsan] disable coverage-levels.cc on darwin until we can investigate what's ...Kostya Serebryany
2015-01-06[asan] Bump the self-imposed stack limit from 128k to 256k. PowerPC64Jay Foad
2015-01-06[ubsan] partially enable -fsanitize-coverage=N with ubsan. It will work as us...Kostya Serebryany
2015-01-05tests: correct builtins test if built under -mthumb on ARMSaleem Abdulrasool
2015-01-03[asan/tracing] extend the test a bit more, simplify the tracing code, add a g...Kostya Serebryany
2015-01-03[asan] extend coverage-tracing.cc testKostya Serebryany
2015-01-03[asan] simplify the tracing code, make it use the same guard variables as cov...Kostya Serebryany
2014-12-30[asan] fix coverage between fork() and exec(): reinitialize the guards after ...Kostya Serebryany
2014-12-30[asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...Kostya Serebryany
2014-12-30Reapply debug info changes now that more precise column information is availa...David Blaikie
2014-12-30Revert "UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases"Alexey Samsonov
2014-12-29Revert "Reapply debug info changes now that r224385 has been recommitted to c...David Blaikie
2014-12-29Reapply debug info changes now that r224385 has been recommitted to clang (in...David Blaikie
2014-12-26[ASan/Win] Add basic support for MemoryRangeIsAvailable and DumpProcessMap to...Timur Iskhodzhanov
2014-12-26[asan] Extend coverage test.Evgeniy Stepanov
2014-12-26[asan] Allow enabling coverage at activation.Evgeniy Stepanov
2014-12-26[ASan/Win] Suppress error messaging when Abort() is calledTimur Iskhodzhanov
2014-12-26Revert r224838, r224839.Evgeniy Stepanov
2014-12-25[asan] Allow enabling coverage at activation.Evgeniy Stepanov
2014-12-25Simplify allocator_returns_null.cc testTimur Iskhodzhanov
2014-12-24[asan] Support ASAN_ACTIVATION_OPTIONS.Evgeniy Stepanov
2014-12-24[ASan/Win] Bandaid fix for PR22025 -- deadlocks when creating suspended threadsTimur Iskhodzhanov
2014-12-24[sanitizer] Fix off-by-8x in direct coverage.Evgeniy Stepanov
2014-12-24[asan] Disable one test on Android.Evgeniy Stepanov
2014-12-24[ASan] Fix asan_preload_test-2 on PowerPC64 LinuxJay Foad
2014-12-23[asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany
2014-12-22tsan: reset stack0 in the first partition of thread traceDmitry Vyukov
2014-12-22tsan: add acquire/release functions to java interfaceDmitry Vyukov