summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Reapply debug info changes now that more precise column information is availa...David Blaikie2015-01-142-2/+2
* Another try at handling LD_LIBRARY_PATH not being defined.Rafael Espindola2015-01-141-1/+1
* Handle LD_LIBRARY_PATH not being defined.Rafael Espindola2015-01-141-1/+1
* Update test cases for new -fsanitize-recover= semantics.Alexey Samsonov2015-01-124-5/+5
* [ASan] Move the shadow on Windows 32-bit from 0x20000000 to 0x40000000Timur Iskhodzhanov2015-01-121-1/+1
* [asan] Pass activation options in the android test runner.Evgeniy Stepanov2015-01-121-1/+1
* [ASan] Handle SIGBUS on Linux.Jay Foad2015-01-121-0/+64
* Revert "Reapply debug info changes now that more precise column information i...David Blaikie2015-01-092-2/+2
* [asan] Adding a regression test for https://code.google.com/p/address-sanitiz...Kuba Brecka2015-01-091-0/+38
* [asan] make a test consume 2x less RAM (we observe flaky bot failures that se...Kostya Serebryany2015-01-081-10/+10
* XFAIL AArch64 UBsan test, just like ARMRenato Golin2015-01-071-0/+1
* [asan] add flag quarantine_size_mb, deprecate quarantine_sizeKostya Serebryany2015-01-073-14/+33
* [asan] add a flag soft_rss_limit_mbKostya Serebryany2015-01-061-0/+62
* [ubsan] disable coverage-levels.cc on darwin until we can investigate what's ...Kostya Serebryany2015-01-061-0/+2
* [asan] Bump the self-imposed stack limit from 128k to 256k. PowerPC64Jay Foad2015-01-061-1/+1
* [ubsan] partially enable -fsanitize-coverage=N with ubsan. It will work as us...Kostya Serebryany2015-01-061-0/+36
* tests: correct builtins test if built under -mthumb on ARMSaleem Abdulrasool2015-01-052-11/+28
* [asan/tracing] extend the test a bit more, simplify the tracing code, add a g...Kostya Serebryany2015-01-031-12/+16
* [asan] extend coverage-tracing.cc testKostya Serebryany2015-01-031-11/+35
* [asan] simplify the tracing code, make it use the same guard variables as cov...Kostya Serebryany2015-01-031-1/+1
* [asan] fix coverage between fork() and exec(): reinitialize the guards after ...Kostya Serebryany2014-12-301-2/+1
* [asan] add flag coverage_pcs. When false, the coverage is not dumped as PCs. ...Kostya Serebryany2014-12-301-0/+2
* Reapply debug info changes now that more precise column information is availa...David Blaikie2014-12-302-2/+2
* Revert "UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases"Alexey Samsonov2014-12-301-2/+1
* Revert "Reapply debug info changes now that r224385 has been recommitted to c...David Blaikie2014-12-292-2/+2
* Reapply debug info changes now that r224385 has been recommitted to clang (in...David Blaikie2014-12-292-2/+2
* [ASan/Win] Add basic support for MemoryRangeIsAvailable and DumpProcessMap to...Timur Iskhodzhanov2014-12-261-2/+5
* [asan] Extend coverage test.Evgeniy Stepanov2014-12-261-1/+13
* [asan] Allow enabling coverage at activation.Evgeniy Stepanov2014-12-261-0/+47
* [ASan/Win] Suppress error messaging when Abort() is calledTimur Iskhodzhanov2014-12-261-0/+14
* Revert r224838, r224839.Evgeniy Stepanov2014-12-261-47/+0
* [asan] Allow enabling coverage at activation.Evgeniy Stepanov2014-12-251-0/+47
* Simplify allocator_returns_null.cc testTimur Iskhodzhanov2014-12-251-6/+6
* [asan] Support ASAN_ACTIVATION_OPTIONS.Evgeniy Stepanov2014-12-241-1/+9
* [ASan/Win] Bandaid fix for PR22025 -- deadlocks when creating suspended threadsTimur Iskhodzhanov2014-12-241-0/+27
* [sanitizer] Fix off-by-8x in direct coverage.Evgeniy Stepanov2014-12-241-2/+22
* [asan] Disable one test on Android.Evgeniy Stepanov2014-12-241-0/+2
* [ASan] Fix asan_preload_test-2 on PowerPC64 LinuxJay Foad2014-12-241-2/+2
* [asan] change the coverage collection scheme so that we can easily emit cover...Kostya Serebryany2014-12-232-4/+12
* tsan: reset stack0 in the first partition of thread traceDmitry Vyukov2014-12-221-0/+49
* tsan: add acquire/release functions to java interfaceDmitry Vyukov2014-12-222-0/+45
* log-path_test testcase - make the invalid path more invalidKuba Brecka2014-12-221-2/+2
* [lsan] Add debug output to leak_check_before_thread_started.cc.Sergey Matveev2014-12-191-2/+1
* [asan] Test BB- and edge- level coverage on Android.Evgeniy Stepanov2014-12-191-5/+81
* [asan] Add tests for direct (mmap-ed) mode for BB- and edge-level coverage.Evgeniy Stepanov2014-12-191-2/+41
* [asan] Resurrect sanitize-coverage test on Android.Evgeniy Stepanov2014-12-192-5/+5
* tsan: add an additional test for signal handlersDmitry Vyukov2014-12-181-0/+52
* tsan: fix data races between signal handler and sigactionDmitry Vyukov2014-12-181-0/+74
* Fix suppressions file usageFilipe Cabecinhas2014-12-1815-32/+32
* tsan: fix failing CHECK In deadlock detectorDmitry Vyukov2014-12-181-31/+2