summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [ASan/Win] Handle situations when the client app has used DbgHelp beforeTimur Iskhodzhanov2014-07-161-0/+18
* [ASan] Adjust 'sed' invocation to work on OS XTimur Iskhodzhanov2014-07-162-2/+2
* Add FreeBSD support to the address sanitizer's assign_large_valloc_to_global....Viktor Kutuzov2014-07-161-2/+3
* Add FreeBSD support to the address sanitizer's atexit_stats.cc test caseViktor Kutuzov2014-07-161-1/+1
* Remove explicit references to libdl from Asan test casesViktor Kutuzov2014-07-166-13/+18
* Add FreeBSD support to the address sanitizer's null_deref.cc test caseViktor Kutuzov2014-07-161-7/+7
* [ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka2014-07-152-0/+86
* [sanitizer] De-flake one test.Evgeniy Stepanov2014-07-151-2/+1
* [ASan] Only define macros in asan_init_version.h, move the __asan_init declar...Timur Iskhodzhanov2014-07-152-2/+2
* [ASan/Win] Add a test for the case when dll_thunk is linked twice to the same...Timur Iskhodzhanov2014-07-142-0/+20
* [tsan] honour XFAIL in tsan/test_output.shKostya Serebryany2014-07-141-0/+4
* [tsan] add a printf to a testKostya Serebryany2014-07-141-0/+1
* [tsan] add a currently-failing test with a must-deadlockKostya Serebryany2014-07-141-0/+49
* [ASan] Fix a couple of nits in NULL deref testsTimur Iskhodzhanov2014-07-142-3/+3
* [sanitizer] Intercept getpass.Evgeniy Stepanov2014-07-141-0/+33
* [msan] Stop demangling function name in the stack origin report.Evgeniy Stepanov2014-07-141-0/+19
* [asan] Remove XFAIL:android from 2 newly passing tests.Evgeniy Stepanov2014-07-142-6/+0
* [ASan] Collect unmangled names of global variables in Clang to print them in ...Alexey Samsonov2014-07-121-1/+1
* [ASan] Improve ODR-violation error reports.Alexey Samsonov2014-07-111-6/+7
* [ASan] Print register values in a consistent wayTimur Iskhodzhanov2014-07-111-1/+1
* [ASan/Win] Catch NULL derefs and page faultsTimur Iskhodzhanov2014-07-111-0/+15
* [msan] Make one test case less brittle.Evgeniy Stepanov2014-07-111-13/+11
* Fix expected column numbers in two tests.Diego Novillo2014-07-102-2/+2
* [TSan] Fix a bug in libcxx-tsan build conditions spotted by Ryuta SuzukiAlexey Samsonov2014-07-101-1/+1
* [ASan/Win] Don't hardcode ASan runtime version in ASan dll thunkTimur Iskhodzhanov2014-07-102-0/+2
* tsan: allow memory overlap in __tsan_java_moveDmitry Vyukov2014-07-0810-48/+182
* [tsan] Enable tsan's deadlock detector by default.Kostya Serebryany2014-07-081-2/+8
* [MSan] Make one more test standaloneAlexey Samsonov2014-07-072-12/+11
* [MSan] Use a single file for dso-origin testAlexey Samsonov2014-07-074-28/+29
* [Sanitizer] Move test for malloc/free hooks under test/sanitizer_commonAlexey Samsonov2014-07-073-93/+3
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-077-25/+26
* [ASan/Win] Unbreak the build after r211216Timur Iskhodzhanov2014-07-071-1/+1
* [sanitizer] support c11 aligned_alloc, Linux only for nowKostya Serebryany2014-07-044-1/+12
* [msan] Stop propagating shadow in blacklisted functions.Evgeniy Stepanov2014-07-031-13/+4
* Revert of r212265.Evgeniy Stepanov2014-07-031-4/+13
* [msan] Stop propagating shadow in blacklisted functions.Evgeniy Stepanov2014-07-031-13/+4
* XFAIL test on Android (this is a known issue)Alexey Samsonov2014-07-021-0/+3
* [ASan] Print exact source location of global variables in error reports.Alexey Samsonov2014-07-021-0/+38
* [msan] Limit stack origin chain length.Evgeniy Stepanov2014-06-301-3/+35
* tsan: fix and re-enable a testDmitry Vyukov2014-06-271-2/+1
* [msan] Add store_context_size= flag.Evgeniy Stepanov2014-06-271-1/+2
* [tsan] Disable a failing test.Evgeniy Stepanov2014-06-271-1/+2
* [msan] Fix truncated stack trace in chained origin reports.Evgeniy Stepanov2014-06-271-0/+33
* tsan: add __tsan_java_finalize interface functionDmitry Vyukov2014-06-272-0/+28
* [msan] Fix bad interaction between with-calls mode and chained origin tracking.Evgeniy Stepanov2014-06-254-13/+49
* [msan] Fix false positive on dynamic tls.Evgeniy Stepanov2014-06-251-5/+5
* Remove ARM XFAIL from passing testGreg Fitzgerald2014-06-241-1/+0
* [asan] adding support of 32-bit address sanitizer for MIPSDaniel Sanders2014-06-241-0/+20
* [msan] Print stats even on successful run with atexit=1.Evgeniy Stepanov2014-06-241-2/+4
* [asan] when reporting an ODR violation, also print the stack traces where the...Kostya Serebryany2014-06-201-10/+14