summaryrefslogtreecommitdiff
path: root/lib/asan/tests/asan_test.cc
AgeCommit message (Expand)Author
2016-03-15[ASan] Make sure unittest works if sized-delete is enabled by default.Alexey Samsonov
2016-02-24[tests] Resolve old TODOs in ASan unit tests.Alexey Samsonov
2015-12-04[ASan] Fix the links to bugs and wikipages.Alexander Potapenko
2015-08-07[ASAN] Disable ManyThreadsTest in AArch64Renato Golin
2015-08-06[sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany
2015-08-06Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin
2015-08-05[sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany
2015-04-09[Compiler-rt][MIPS] Fix for asan test suite build on mips64/mips64elMohit K. Bhakkad
2015-03-05Move use of __builtin_longjmp under the same conditions as the onlyJoerg Sonnenberger
2015-03-04[Sanitizer] Fix/suppress compiler warnings in unit tests.Alexey Samsonov
2015-02-03Enabling testing ASAN on AArch64Renato Golin
2014-12-22[Sanitizers] Intercept snprintf_l() on FreeBSDViktor Kutuzov
2014-11-12delete => delete[] for arrays.Richard Trieu
2014-10-20Fix checks for Android.Dan Albert
2014-10-14Fix silly commit to disable test on ARMRenato Golin
2014-10-14Disable failing ASAN LongJump test on ARMRenato Golin
2014-06-14Exclude Android from the tests for valloc/pvalloc.Dan Albert
2014-05-22[asan] relax the test for long doubleKostya Serebryany
2014-05-12[ASan tests] Exclude/simplify a bunch of tests to make them build on WindowsTimur Iskhodzhanov
2014-05-08[ASan tests] Fix non-Windows breakageTimur Iskhodzhanov
2014-05-08[ASan tests] More progress towards Windows supportTimur Iskhodzhanov
2014-04-18[asan] Reenable tests that should pass since PR19207 is fixed.Evgeniy Stepanov
2014-03-24[asan] Disable setjmp/sigsetjmp tests.Evgeniy Stepanov
2014-03-24[asan] Fix a comment.Evgeniy Stepanov
2014-03-07[ASan] Better way to disable tests for functions unavailable on certain platf...Alexey Samsonov
2014-02-19[asan] Disable asm instrumentation and tests on Mac.Evgeniy Stepanov
2014-02-19[asan] Added assembly functions for x86/amd64 asan.Evgeniy Stepanov
2014-02-14[asan] Revert r201402, r201404.Evgeniy Stepanov
2014-02-14[asan] Added assembly functions for x86/amd64 asan.Evgeniy Stepanov
2013-12-10[asan] relax HugeMallocTest so that it does not fail on small-RAM machinesKostya Serebryany
2013-12-10[asan] remove one test from SizedStackTest which relied on a now-wrong assump...Kostya Serebryany
2013-12-06[asan] in SizedStackTest check the death string, also restrict one of the che...Kostya Serebryany
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