summaryrefslogtreecommitdiff
path: root/lib/asan/tests/asan_test.cc
AgeCommit message (Expand)Author
2013-12-04[asan] require __i686__ for the SSE test; also make weaker claims about stack...Kostya Serebryany
2013-12-04[asan] revert 196373: committed to many files by mistakeKostya Serebryany
2013-12-04[asan] require __i686__ for the SSE test; also make weaker claims about stack...Kostya Serebryany
2013-12-02[asan] disable AddressSanitizer.HugeMallocTest if ASAN_AVOID_EXPENSIVE_TESTS ...Kostya Serebryany
2013-10-16[asan] Remove CallocOverflow32 test from asan_test.Evgeniy Stepanov
2013-09-16[ASan] Split ASan unit tests into two different binaries:Alexey Samsonov
2013-09-06Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_S...Alexey Samsonov
2013-09-06[sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany
2013-07-18[ASan] Fix leaks in ASan tests found by LSanAlexey Samsonov
2013-06-06[ASan] make pthread_getschedparam test more robustAlexey Samsonov
2013-06-04Call __asan_free_hook() before marking the chunk quarantinnedAlexey Samsonov
2013-05-22[asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM ki...Kostya Serebryany
2013-05-21[sanitizer] Intercept pthread_getschedparam.Evgeniy Stepanov
2013-05-20Fix realloc'ing freed/invalid pointersTimur Iskhodzhanov
2013-05-16[asan] fix ShadowGapTest on PowerPC64Kostya Serebryany
2013-05-15[asan] disable BuiltinLongJmpTest on PowerPCKostya Serebryany
2013-05-15[asan] fix powerpc build and one test; fix lintKostya Serebryany
2013-04-23[ASan] Disable AddressSanitizer.AllocDeallocMismatch on Darwin.Alexander Potapenko
2013-03-22[asan] Change the way we report the alloca frame on stack-buff-overflow.Kostya Serebryany
2013-03-22[ASan] Fix an error on invalid deallocation in ASan allocator. When ASan chec...Alexey Samsonov
2013-03-18[asan] Switch to allocator2 on Android.Evgeniy Stepanov
2013-03-14[asan] remove one redundant malloc stress test, unify the usage of ASAN_LOW_M...Kostya Serebryany
2013-03-01[asan] Revert r176255, r176264.Evgeniy Stepanov
2013-02-28[asan] Lower memory usage in LargeMallocTest on Android.Evgeniy Stepanov
2013-02-26[asan] fix the output for range accesses (memset, etc); improve the tests; mo...Kostya Serebryany
2013-02-20[ASan] revert part of r175631 that looks like accidental commitAlexey Samsonov
2013-02-20[ASan] Delete asan/dynamic dir and temporarily move the interposers declarati...Alexander Potapenko
2013-02-19[asan] don't run the long double test if long double is the same as doubleKostya Serebryany
2013-02-19[asan] instrument memory accesses with unusual sizesKostya Serebryany
2013-02-07[ASan] Enable alloc_dealloc_mismatch by default on Darwin.Alexander Potapenko
2013-02-01[ASan] remove debug output from the testAlexey Samsonov
2013-01-29ASan: fix lintAlexey Samsonov
2013-01-29[ASan] Do allocate memory even for zero-size allocation requests. Explain why...Alexey Samsonov
2013-01-28[ASan] fix a bug in allocator-v2 which could lead to SEGV on realloc(malloc(0...Alexey Samsonov
2013-01-23[asan] simplify the code that poisons global redzones, add some more testsKostya Serebryany
2013-01-22[asan] split asan_test.cc even moreKostya Serebryany
2013-01-22[asan] split asan_test.cc moreKostya Serebryany
2013-01-22[asan] split asan_test.cc to speedup parallel build (most important if buildi...Kostya Serebryany
2013-01-21[asan] fix linux buildKostya Serebryany
2013-01-21[ASan] Move Mac-specific tests to asan_mac_test.ccAlexander Potapenko
2013-01-18[ASan] fixes for Android buildAlexey Samsonov
2013-01-18[sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warnin...Kostya Serebryany
2013-01-17Revert r172719, r172721-172723, and r172725.Jakob Stoklund Olesen
2013-01-17[asan] restructure read/pread/pread64 testsKostya Serebryany
2013-01-14Move large part of asan_test_utils.h to sanitizer_common.Evgeniy Stepanov
2013-01-14ASan: Disable alloc/dealloc mismatch test on Android. It's not supposed to wo...Alexey Samsonov
2013-01-14ASan: Disable alloc/dealloc-mismatch checker on Mac for now (it produces weir...Alexey Samsonov
2013-01-10[asan] don't fail the test if prctl(PR_SET_NAME) is not supportedKostya Serebryany
2013-01-10[asan] asan_allocator2: do less work under the quarantine lock; make the strc...Kostya Serebryany
2013-01-10[asan] better protect the tests from memset/memcpy inlining, explicitly inclu...Kostya Serebryany