summaryrefslogtreecommitdiff
path: root/lib/asan/tests/asan_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Disable BufferOverflowAfterManyFrees for NetBSDKamil Rytarowski2018-10-301-0/+2
* Fix Asan-i386-calls-Test AddressSanitizer.ShadowGapTest on FreeBSDFangrui Song2018-07-281-1/+1
* [Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski2018-01-171-0/+5
* Fix asan_test.cc build on NetBSDKamil Rytarowski2017-08-071-10/+20
* [asan] Remove recent asan tests which expect death in allocatorVitaly Buka2017-07-181-10/+0
* [Sanitizers] ASan and LSan allocator set errno on failure.Alex Shlyapnikov2017-07-141-2/+16
* [compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka2017-05-251-8/+13
* Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka2017-05-241-13/+8
* [compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka2017-05-241-8/+13
* Revert "[compiler-rt] Change default of allow_user_segv_handler to true"Vitaly Buka2017-05-201-13/+8
* [compiler-rt] Change default of allow_user_segv_handler to trueVitaly Buka2017-05-201-8/+13
* Reapply "Enable LSan for arm Linux"Maxim Ostapenko2017-04-111-0/+8
* Revert r299923, it doesn't build in bootstrap builds.Nico Weber2017-04-111-8/+0
* [lsan] Enable LSan for arm LinuxMaxim Ostapenko2017-04-111-0/+8
* [powerpc] deactivate ManyThreadsTest asan test on powerpc64Bill Seurer2017-03-271-1/+2
* Some ASan bots (AArch64 at least) use SEGV for a unit test error instead of S...Filipe Cabecinhas2017-03-141-1/+1
* [asan] Split SIGSEGV / SIGBUS handling so we can handle only one of them and ...Filipe Cabecinhas2017-03-131-1/+1
* [tests] Use __SSE2__ (rather than __i686__...) for SSE2 ASAN testMichal Gorny2016-11-171-1/+1
* [compiler-rt] Disable a test failing on windows.Etienne Bergeron2016-07-121-0/+2
* [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