summaryrefslogtreecommitdiff
path: root/lib/asan/tests
AgeCommit message (Expand)Author
2016-03-22Move -fms-compatibility-version=19 into target cflagsReid Kleckner
2016-03-21[asan] Pass -fms-compatibility-version=19 with VS 2015Reid Kleckner
2016-03-17[sanitizer] On OS X, verify that interceptors work and abort if not, take 2Kuba Brecka
2016-03-15[ASan] Make sure unittest works if sized-delete is enabled by default.Alexey Samsonov
2016-02-24[tests] Portability fixup for r261713.Alexey Samsonov
2016-02-24[tests] Resolve old TODOs in ASan unit tests.Alexey Samsonov
2016-02-10Don't assume that there is only one strchr overload in the global namespace;Richard Smith
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2015-12-04[ASan] Fix the links to bugs and wikipages.Alexander Potapenko
2015-12-03[tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka
2015-11-20Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-11-04Revert "Reapply: [asan] On OS X, log reports to syslog and os_trace"Juergen Ributzka
2015-10-28Reapply: [asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-10-27Revert "[asan] On OS X, log reports to syslog and os_trace"Anna Zaks
2015-10-27[asan] On OS X, log reports to syslog and os_traceAnna Zaks
2015-09-04[asan] Fix >80 chars line.Evgeniy Stepanov
2015-09-04[asan] Disable asm instrumentation tests on android/x86.Evgeniy Stepanov
2015-08-27[CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov
2015-08-26[CMake] Add OBJECT_LIBS option to add_compiler_rt_runtime, and refactored asa...Chris Bieneman
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-08-20[CMake] Fixing r245581 based on feedback from Filcab.Chris Bieneman
2015-08-20[CMake] Fix building unit tests on DarwinChris Bieneman
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-07-28[asan] Set abort_on_error=1 by default on OS XKuba Brecka
2015-07-24[asan] Only link liblog on Android when it exists.Evgeniy Stepanov
2015-07-20[asan] Speed up ASan unit tests by turning off symbolicationKuba Brecka
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-06-08[asan] Fix build of AsanNoinstTest on Android.Evgeniy Stepanov
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-05-01Disable exceptions for clang-compiled unittest code on WindowsReid Kleckner
2015-04-09[Compiler-rt][MIPS] Fix for asan test suite build on mips64/mips64elMohit K. Bhakkad
2015-04-06sanitizer: new "strict_string_checks" run-time flagDmitry Vyukov
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
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-03-03[asan] Since x32 has 32-bit pointers, it should use the same code sequence as...Kostya Serebryany
2015-02-10Fix ASan's Noinst unit testsKuba Brecka
2015-02-03Enabling testing ASAN on AArch64Renato Golin
2015-01-29[compiler-rt] OS X: Update the CMake and Make builds to explicitely use libc+...Kuba Brecka
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2014-12-22AddressSanitizer: Abort after failed exec() and get rid of the allow_reexec A...Kuba Brecka
2014-12-22[Sanitizers] Intercept snprintf_l() on FreeBSDViktor Kutuzov
2014-12-17[ASan] Always build shared ASan runtime on Linux.Alexey Samsonov
2014-12-17Rename asan_allocator2.cc to asan_allocator.ccAlexey Samsonov
2014-11-13[CMake] Detect if -Wfoo is supported instead of -Wno-foo, as GCC occasionally...Alexey Samsonov