summaryrefslogtreecommitdiff
path: root/test/asan
AgeCommit message (Expand)Author
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
2014-08-04[asan] intercept sized operator delete[]Kostya Serebryany
2014-08-01Add FreeBSD support to the address sanitizer's deep_stack_uaf.cc test caseViktor Kutuzov
2014-08-01[ASan] Support the asan_loadN/asan_storeN functions in the DLL thunk libraryEhsan Akhgari
2014-07-30[asan] XFAIL sized-delete test on Android.Evgeniy Stepanov
2014-07-30[asan] rename new-delete-size-mismatch to new-delete-type-mismatch and make t...Kostya Serebryany
2014-07-30[asan] add a feature to detect new-delete-size-mismatch (when used with -Xcla...Kostya Serebryany
2014-07-24Add FreeBSD support to Asan test cases that use mmap() with MAP_ANONViktor Kutuzov
2014-07-22[ASan/Win tests] Bring back -GS- as SEH tests fail otherwiseTimur Iskhodzhanov
2014-07-22[ASan/Win tests] Don't generate debug info where it is not neededTimur Iskhodzhanov
2014-07-22[ASan/Win] Add SEH handling to the DLL thunk as wellTimur Iskhodzhanov
2014-07-22[ASan/Win] Handle SEH exceptions (best-effort, similar to longjmp)Timur Iskhodzhanov
2014-07-22[ASan/Win] Add handling of C++ exceptions to the RTLTimur Iskhodzhanov
2014-07-22[ASan] Simplify exception/longjmp tests even furtherTimur Iskhodzhanov
2014-07-22[ASan] Split throw_catch tests into two files: throw/catch + longjmpTimur Iskhodzhanov
2014-07-21[ASan] Fix __asan_describe_address and add a test for it.Alexey Samsonov
2014-07-18Add FreeBSD support to the address sanitizer's waitid.cc test caseViktor Kutuzov
2014-07-16[ASan/Win] Handle situations when the client app has used DbgHelp beforeTimur Iskhodzhanov
2014-07-16[ASan] Adjust 'sed' invocation to work on OS XTimur Iskhodzhanov
2014-07-16Add FreeBSD support to the address sanitizer's assign_large_valloc_to_global....Viktor Kutuzov
2014-07-16Add FreeBSD support to the address sanitizer's atexit_stats.cc test caseViktor Kutuzov
2014-07-16Remove explicit references to libdl from Asan test casesViktor Kutuzov
2014-07-16Add FreeBSD support to the address sanitizer's null_deref.cc test caseViktor Kutuzov
2014-07-15[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka
2014-07-15[ASan] Only define macros in asan_init_version.h, move the __asan_init declar...Timur Iskhodzhanov
2014-07-14[ASan/Win] Add a test for the case when dll_thunk is linked twice to the same...Timur Iskhodzhanov
2014-07-14[ASan] Fix a couple of nits in NULL deref testsTimur Iskhodzhanov
2014-07-14[asan] Remove XFAIL:android from 2 newly passing tests.Evgeniy Stepanov
2014-07-12[ASan] Collect unmangled names of global variables in Clang to print them in ...Alexey Samsonov