summaryrefslogtreecommitdiff
path: root/lib/asan/tests/asan_noinst_test.cc
AgeCommit message (Expand)Author
2017-05-26[asan] Enable back some ASan tests disabled on PowerPC.Alex Shlyapnikov
2017-01-25[powerpc] deactivate ThreadedOneSizeMallocStressTest asan test on powerpc64Bill Seurer
2017-01-24[powerpc] deactivate ThreadedMallocStressTest asan test on powerpc64Bill Seurer
2016-12-22Improve ThreadedQuarantineTest heap memory measurements.Evgeniy Stepanov
2016-12-21Increase the treshold in unit test to accomodate for qurantine size increase.Evgeniy Stepanov
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-03-17[sanitizer] On OS X, verify that interceptors work and abort if not, take 2Kuba Brecka
2015-12-03[tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka
2015-02-10Fix ASan's Noinst unit testsKuba Brecka
2014-12-22AddressSanitizer: Abort after failed exec() and get rid of the allow_reexec A...Kuba Brecka
2014-10-26[Sanitizer] Make StackTrace a lightweight reference to array of PCs, andAlexey Samsonov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-05-12[ASan tests] Don't define __asan_default_options in tests on Windows as it is...Timur Iskhodzhanov
2014-04-17[ASan] Change AddressSanitizer.LoadStoreCallbacks to use asan_malloc and asan...Alexander Potapenko
2014-04-17[asan] fix a bug in outlined asan checks and in the corresponding test (ouch)Kostya Serebryany
2014-04-16[asan] add __asan_load1/__asan_store1/... callbacks to asan-rt; together with...Kostya Serebryany
2014-01-16[asan] Nuke ASAN_FLEXIBLE_MAPPING_AND_OFFSET.Evgeniy Stepanov
2013-11-13[ASan] Do not rely on malloc context in allocator reports.Alexey Samsonov
2013-11-01[ASan] Kill use_stack_depot runtime flag and stack trace compression routines.Alexey Samsonov
2013-09-16[ASan] Split ASan unit tests into two different binaries:Alexey Samsonov
2013-09-10[asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany
2013-09-08[ASan] turn on leak checking for ASan tests and fix a few discovered leaksAlexey Samsonov
2013-09-06[asan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany
2013-08-28[asan]: fix a CHECK failure in use-after-return mode; enable and fix stack-us...Kostya Serebryany
2013-06-10[asan] fix the bug with memalign and malloc_usable_size (http://code.google.c...Kostya Serebryany
2013-05-08Quick fix for ASan test build on Android.Sergey Matveev
2013-04-04[asan] nuke the old unused allocator codeKostya Serebryany
2013-03-18[asan] make the __asan_get_heap_size more robustKostya Serebryany
2013-03-14[asan] remove one redundant malloc stress test, unify the usage of ASAN_LOW_M...Kostya Serebryany
2013-02-27[asan] if calloc returns a freshly-mmaped memory, don't clear it with memset....Kostya Serebryany
2013-02-21[asan] speedup by more than 2x handling of the small memset/memcpy/etc callsKostya Serebryany
2013-01-31[ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov
2013-01-25[sanitizer] improve the calloc overflow check (spotted by samsonov@)Kostya Serebryany
2013-01-25[sanitizer] fix calloc overflow in asan/tsan/msanKostya Serebryany
2013-01-24[asan] run-time tests for adaptive redzones Kostya Serebryany
2013-01-23[asan] initialize kHighMemEnd at startup (instead of at compile time) to simp...Kostya Serebryany
2013-01-23[asan] simplify the code that poisons global redzones, add some more testsKostya Serebryany
2013-01-21Fixup for r173021: build tests with zero-based shadow on Android only, fix co...Alexey Samsonov
2013-01-21ASan: build unit tests with -fsanitize-address-zero-base-shadow on Linux and ...Alexey Samsonov
2013-01-18[ASan] fixes for Android buildAlexey Samsonov
2013-01-17ASan: Allow __asan_get_allocated_size(malloc(0)) to be 0 or 1Alexey Samsonov
2013-01-17[ASan] fix __asan_get_ownership(p) and __asan_get_allocated_size(p) for the p...Alexey Samsonov
2013-01-14Move large part of asan_test_utils.h to sanitizer_common.Evgeniy Stepanov
2012-12-28[asan] implement more strict checking for memset/etc parameters. Instead of c...Kostya Serebryany
2012-12-25[asan] add a test for right OOB with special large sizes. Fix this test in as...Kostya Serebryany
2012-12-25[asan] properly define ASAN_LOW_MEMORY. Due to a mistake it has been always t...Kostya Serebryany
2012-12-24[sanitizer] fix gcc warnings, enable one tests under asan_allocator2Kostya Serebryany
2012-12-21[asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany
2012-12-20[asan] asan_allocator2: implement memalignKostya Serebryany
2012-12-20[asan] asan_allocator2: make all remaining tests pass.Kostya Serebryany