summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan
Commit message (Expand)AuthorAgeFilesLines
* [asan] Re-enable zero_page_pc test on Android.Evgeniy Stepanov2014-11-181-3/+0
* [asan] Fix CMake CMP0046 warning in standalone build.Evgeniy Stepanov2014-11-181-1/+3
* Revert r222091 because it caused a buildbot failure.Jay Foad2014-11-163-5/+4
* [ASan] Fix leak tests on 64-bit targets other than x86-64Jay Foad2014-11-153-4/+5
* [asan] add interface function __sanitizer_get_total_unique_coverage; useful f...Kostya Serebryany2014-11-142-1/+48
* [ASan] Really fix zero_page_pc test for PowerPCJay Foad2014-11-131-1/+3
* Removed r221896, it seems to break build in various ways.Yury Gribov2014-11-132-3/+3
* [ASan] Add process basename to log name and error message to simplify analysi...Yury Gribov2014-11-132-3/+3
* [ASan] Fix large allocator test case to cope with 64k pagesJay Foad2014-11-131-1/+2
* Add a test for PR21528 to make sure ASan C++ symbolization doesn't regressTimur Iskhodzhanov2014-11-121-0/+50
* [asan] [mips] added support of asan for mips64/mips64el, patch by Kumar SukhaniKostya Serebryany2014-11-121-1/+1
* [ASan] Skip dump_instruction_bytes test on non-x86 targetsJay Foad2014-11-121-2/+2
* [ASan] Skip ptrace test on non-x86 targetsJay Foad2014-11-121-2/+1
* [asan] fix coverage tests to use the new flag syntax (-fsanitize-coverage=N)Kostya Serebryany2014-11-1111-16/+16
* PPC fix works for ARM, tooRenato Golin2014-11-071-1/+0
* [ASan] Fix zero_page_pc test for PowerPCJay Foad2014-11-071-2/+2
* Use GET_CURRENT_FRAME() to calculate the memory layout for power. This worksWill Schmidt2014-11-061-0/+37
* Fix failing allow_user_segv.cc test on OS X 10.10Kuba Brecka2014-11-051-12/+23
* Use @rpath as LC_ID_DYLIB for ASan dylib on OS XKuba Brecka2014-11-041-3/+1
* [asan] run-time part of the caller-callee coverage instrumentationKostya Serebryany2014-10-311-0/+74
* [asan] the run-time part of intra-object-overflow detector (-fsanitize-addres...Kostya Serebryany2014-10-171-0/+31
* [asan] make sure coverage is dumped even if leaks are reportedKostya Serebryany2014-10-161-0/+20
* Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to passRenato Golin2014-10-144-4/+0
* [asan][mips] Adding support of asan for mipsel archPetar Jovanovic2014-10-101-1/+1
* XFAIL some more sanitiser ARMv7l testsRenato Golin2014-10-094-0/+4
* Mark sanitizer tests XFAIL on ARMv7Renato Golin2014-10-0819-0/+19
* Fixed asan-asm-stacktrace-test.ccYuri Gorshenin2014-10-071-3/+7
* [asan] make new_array_cookie_test more robustKostya Serebryany2014-10-011-2/+7
* [asan] Scale back mmap_limit_mb test.Evgeniy Stepanov2014-10-011-4/+4
* [sanitizer] Add i686 arch to compiler-rt.Evgeniy Stepanov2014-10-011-0/+1
* [asan] Tune down mmap_limit_mb test.Evgeniy Stepanov2014-10-011-6/+6
* [asan] XFAIL one test on Android.Evgeniy Stepanov2014-09-301-0/+3
* [asan] Run tests with the default compiler on Android.Evgeniy Stepanov2014-09-301-1/+1
* [asan] Re-enable lsan_annotations test on Android.Evgeniy Stepanov2014-09-301-3/+0
* [asan] add a test for array cookie if the operator new is defined inside the ...Kostya Serebryany2014-09-291-0/+34
* [sanitizer] Android build cleanup.Evgeniy Stepanov2014-09-293-98/+117
* [compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka2014-09-262-0/+128
* [compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka2014-09-262-127/+0
* [compiler-rt] fix failing debug_locate.cc test due to a leakKuba Brecka2014-09-261-0/+2
* [compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka2014-09-252-0/+125
* [asan] disable a test that uses -coverage on AndroidKostya Serebryany2014-09-251-0/+1
* [asan] don't instrument module CTORs that may be run before asan.module_ctor....Kostya Serebryany2014-09-241-0/+9
* [ASan] Introduce the dump_instruction_bytes flag to print the faulting instru...Alexander Potapenko2014-09-221-0/+20
* Enable Asan lit tests on FreeBSD.Viktor Kutuzov2014-09-181-2/+3
* Add FreeBSD support to the address sanitizer's deep_call_stack.cc test caseViktor Kutuzov2014-09-171-5/+5
* [asan] Fix a comment in a test.Evgeniy Stepanov2014-09-161-2/+2
* [asan] Fix a flaky test.Evgeniy Stepanov2014-09-151-5/+5
* [asan] Fix path in test.Evgeniy Stepanov2014-09-151-1/+1
* [asan] Disable wait4 test on Android.Evgeniy Stepanov2014-09-152-12/+44
* [ASan/Win] Fix PR20918 -- SEH handler doesn't work with the MD runtimeTimur Iskhodzhanov2014-09-122-0/+58
OpenPOWER on IntegriCloud