summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* [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] 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
* [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
* 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
* [asan-assembly-instrumentation] Added end-to-end test for proper stack unwind...Yuri Gorshenin2014-09-101-0/+29
* [ASan] disable zero_page_pc.cc on Android.Alexander Potapenko2014-09-051-0/+3
* [asan] trying to de-flake new_array_cookie_uaf_test.ccKostya Serebryany2014-09-041-6/+16
* [ASan] Remove the check for a double-SEGV from zero_page_pc.ccAlexander Potapenko2014-09-041-1/+0
* [ASan] allow deadly signals to be received in signal handlersAlexander Potapenko2014-09-041-0/+11
* Fix fast stack unwind on ARM to support code generated with GCC.Alexey Samsonov2014-09-031-0/+43
* [asan] enable poison_array_cookie backKostya Serebryany2014-08-292-3/+3
* [asan] introduce __asan_load_cxx_array_cookie: check that the array cookie ad...Kostya Serebryany2014-08-281-0/+28
* [asan] disable poison_array_cookie while I am investigating a false positive ...Kostya Serebryany2014-08-281-2/+2
* [ASan/Win] Add a test case for r216663 [-Zl vs LIBCMT vs asan_win_uar_thunk]Timur Iskhodzhanov2014-08-281-0/+12
* [asan] Add asprintf negative test.Evgeniy Stepanov2014-08-271-0/+20
* [asan] add a test for poison_array_cookie=1Kostya Serebryany2014-08-261-0/+19
* [ASan/Win] Rename asan_dll_thunk.cc to asan_win_dll_thunk.ccTimur Iskhodzhanov2014-08-261-2/+2
* [ASan/Win] Slightly update&relax test expectations to work with both -MT and ...Timur Iskhodzhanov2014-08-148-25/+33
* [ASan/Win] Mark tests that require -MT asan_dll_thunk as suchTimur Iskhodzhanov2014-08-143-0/+3
* [Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov2014-08-122-4/+0
* [ASan/Win] Print out a big warning and continue without checking for success ...Timur Iskhodzhanov2014-08-081-2/+3
* Add FreeBSD support to the address sanitizer's malloc_context_size.cc test caseViktor Kutuzov2014-08-071-18/+8
* [ASan/Win] Handle SEH exceptions even with -GSTimur Iskhodzhanov2014-08-052-1/+11
* [asan] intercept sized operator delete[]Kostya Serebryany2014-08-041-14/+42
OpenPOWER on IntegriCloud