summaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
2014-10-14Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to passRenato Golin
2014-10-10[asan][mips] Adding support of asan for mipsel archPetar Jovanovic
2014-10-09XFAIL some more sanitiser ARMv7l testsRenato Golin
2014-10-08Mark sanitizer tests XFAIL on ARMv7Renato Golin
2014-10-07Fixed asan-asm-stacktrace-test.ccYuri Gorshenin
2014-10-01[asan] make new_array_cookie_test more robustKostya Serebryany
2014-10-01[asan] Scale back mmap_limit_mb test.Evgeniy Stepanov
2014-10-01[sanitizer] Add i686 arch to compiler-rt.Evgeniy Stepanov
2014-10-01[asan] Tune down mmap_limit_mb test.Evgeniy Stepanov
2014-09-30[asan] XFAIL one test on Android.Evgeniy Stepanov
2014-09-30[asan] Run tests with the default compiler on Android.Evgeniy Stepanov
2014-09-30[asan] Re-enable lsan_annotations test on Android.Evgeniy Stepanov
2014-09-29[asan] add a test for array cookie if the operator new is defined inside the ...Kostya Serebryany
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-09-26[compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka
2014-09-26[compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka
2014-09-26[compiler-rt] fix failing debug_locate.cc test due to a leakKuba Brecka
2014-09-25[compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka
2014-09-25[asan] disable a test that uses -coverage on AndroidKostya Serebryany
2014-09-24[asan] don't instrument module CTORs that may be run before asan.module_ctor....Kostya Serebryany
2014-09-22[ASan] Introduce the dump_instruction_bytes flag to print the faulting instru...Alexander Potapenko
2014-09-18Enable Asan lit tests on FreeBSD.Viktor Kutuzov
2014-09-17Add FreeBSD support to the address sanitizer's deep_call_stack.cc test caseViktor Kutuzov
2014-09-16[asan] Fix a comment in a test.Evgeniy Stepanov
2014-09-15[asan] Fix a flaky test.Evgeniy Stepanov
2014-09-15[asan] Fix path in test.Evgeniy Stepanov
2014-09-15[asan] Disable wait4 test on Android.Evgeniy Stepanov
2014-09-12[ASan/Win] Fix PR20918 -- SEH handler doesn't work with the MD runtimeTimur Iskhodzhanov
2014-09-10[asan-assembly-instrumentation] Added end-to-end test for proper stack unwind...Yuri Gorshenin
2014-09-05Use "-gline-tables-only" instead of "-g" in sanitizer test suites.Alexey Samsonov
2014-09-05[ASan] disable zero_page_pc.cc on Android.Alexander Potapenko
2014-09-04[asan] trying to de-flake new_array_cookie_uaf_test.ccKostya Serebryany
2014-09-04[ASan] Remove the check for a double-SEGV from zero_page_pc.ccAlexander Potapenko
2014-09-04[ASan] allow deadly signals to be received in signal handlersAlexander Potapenko
2014-09-03Fix fast stack unwind on ARM to support code generated with GCC.Alexey Samsonov
2014-08-29[asan] enable poison_array_cookie backKostya Serebryany
2014-08-28[asan] introduce __asan_load_cxx_array_cookie: check that the array cookie ad...Kostya Serebryany
2014-08-28[asan] disable poison_array_cookie while I am investigating a false positive ...Kostya Serebryany
2014-08-28[ASan/Win] Add a test case for r216663 [-Zl vs LIBCMT vs asan_win_uar_thunk]Timur Iskhodzhanov
2014-08-28[UBSan] Temporarily disable checks for stack traces in UBSan reports on DarwinAlexander Potapenko
2014-08-27[asan] Add asprintf negative test.Evgeniy Stepanov
2014-08-26[asan] add a test for poison_array_cookie=1Kostya Serebryany
2014-08-26[ASan/Win] Rename asan_dll_thunk.cc to asan_win_dll_thunk.ccTimur Iskhodzhanov
2014-08-22[ASan/Win] Land the trivial bits of -MD RTL support (PR20214)Timur Iskhodzhanov
2014-08-14[ASan/Win] Slightly update&relax test expectations to work with both -MT and ...Timur Iskhodzhanov
2014-08-14[ASan/Win] Mark tests that require -MT asan_dll_thunk as suchTimur Iskhodzhanov
2014-08-12[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...Alexey Samsonov
2014-08-08[ASan/Win] Print out a big warning and continue without checking for success ...Timur Iskhodzhanov
2014-08-07Add FreeBSD support to the address sanitizer's malloc_context_size.cc test caseViktor Kutuzov
2014-08-05[ASan/Win] Handle SEH exceptions even with -GSTimur Iskhodzhanov