summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/tests/asan_test.cc
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Add shadow offset for SystemZ.Marcin Koscielnicki2016-04-301-0/+2
* [ASan] Reenable __builtin_setjmp test on PowerPC, disable on SystemZ.Marcin Koscielnicki2016-04-281-6/+5
* [ASan] Make sure unittest works if sized-delete is enabled by default.Alexey Samsonov2016-03-151-4/+10
* [tests] Resolve old TODOs in ASan unit tests.Alexey Samsonov2016-02-241-3/+0
* [ASan] Fix the links to bugs and wikipages.Alexander Potapenko2015-12-041-4/+4
* [ASAN] Disable ManyThreadsTest in AArch64Renato Golin2015-08-071-0/+3
* [sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany2015-08-061-4/+4
* Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin2015-08-061-16/+4
* [sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany2015-08-051-4/+16
* [Compiler-rt][MIPS] Fix for asan test suite build on mips64/mips64elMohit K. Bhakkad2015-04-091-2/+4
* Move use of __builtin_longjmp under the same conditions as the onlyJoerg Sonnenberger2015-03-051-9/+9
* [Sanitizer] Fix/suppress compiler warnings in unit tests.Alexey Samsonov2015-03-041-5/+5
* Enabling testing ASAN on AArch64Renato Golin2015-02-031-1/+2
* [Sanitizers] Intercept snprintf_l() on FreeBSDViktor Kutuzov2014-12-221-0/+30
* delete => delete[] for arrays.Richard Trieu2014-11-121-1/+1
* Fix checks for Android.Dan Albert2014-10-201-4/+4
* Fix silly commit to disable test on ARMRenato Golin2014-10-141-1/+1
* Disable failing ASAN LongJump test on ARMRenato Golin2014-10-141-3/+3
* Exclude Android from the tests for valloc/pvalloc.Dan Albert2014-06-141-1/+2
* [asan] relax the test for long doubleKostya Serebryany2014-05-221-2/+2
* [ASan tests] Exclude/simplify a bunch of tests to make them build on WindowsTimur Iskhodzhanov2014-05-121-10/+45
* [ASan tests] Fix non-Windows breakageTimur Iskhodzhanov2014-05-081-2/+5
* [ASan tests] More progress towards Windows supportTimur Iskhodzhanov2014-05-081-20/+37
* [asan] Reenable tests that should pass since PR19207 is fixed.Evgeniy Stepanov2014-04-181-5/+3
* [asan] Disable setjmp/sigsetjmp tests.Evgeniy Stepanov2014-03-241-3/+5
* [asan] Fix a comment.Evgeniy Stepanov2014-03-241-2/+3
* [ASan] Better way to disable tests for functions unavailable on certain platf...Alexey Samsonov2014-03-071-29/+12
* [asan] Disable asm instrumentation and tests on Mac.Evgeniy Stepanov2014-02-191-201/+0
* [asan] Added assembly functions for x86/amd64 asan.Evgeniy Stepanov2014-02-191-0/+201
* [asan] Revert r201402, r201404.Evgeniy Stepanov2014-02-141-199/+0
* [asan] Added assembly functions for x86/amd64 asan.Evgeniy Stepanov2014-02-141-0/+199
* [asan] relax HugeMallocTest so that it does not fail on small-RAM machinesKostya Serebryany2013-12-101-1/+3
* [asan] remove one test from SizedStackTest which relied on a now-wrong assump...Kostya Serebryany2013-12-101-2/+0
* [asan] in SizedStackTest check the death string, also restrict one of the che...Kostya Serebryany2013-12-061-8/+9
* [asan] require __i686__ for the SSE test; also make weaker claims about stack...Kostya Serebryany2013-12-041-5/+8
* [asan] revert 196373: committed to many files by mistakeKostya Serebryany2013-12-041-8/+5
* [asan] require __i686__ for the SSE test; also make weaker claims about stack...Kostya Serebryany2013-12-041-5/+8
* [asan] disable AddressSanitizer.HugeMallocTest if ASAN_AVOID_EXPENSIVE_TESTS ...Kostya Serebryany2013-12-021-1/+1
* [asan] Remove CallocOverflow32 test from asan_test.Evgeniy Stepanov2013-10-161-11/+0
* [ASan] Split ASan unit tests into two different binaries:Alexey Samsonov2013-09-161-0/+29
* Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_S...Alexey Samsonov2013-09-061-4/+4
* [sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany2013-09-061-20/+0
* [ASan] Fix leaks in ASan tests found by LSanAlexey Samsonov2013-07-181-0/+2
* [ASan] make pthread_getschedparam test more robustAlexey Samsonov2013-06-061-2/+2
* Call __asan_free_hook() before marking the chunk quarantinnedAlexey Samsonov2013-06-041-4/+14
* [asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM ki...Kostya Serebryany2013-05-221-4/+6
* [sanitizer] Intercept pthread_getschedparam.Evgeniy Stepanov2013-05-211-0/+11
* Fix realloc'ing freed/invalid pointersTimur Iskhodzhanov2013-05-201-0/+12
* [asan] fix ShadowGapTest on PowerPC64Kostya Serebryany2013-05-161-0/+4
* [asan] disable BuiltinLongJmpTest on PowerPCKostya Serebryany2013-05-151-1/+4
OpenPOWER on IntegriCloud