summaryrefslogtreecommitdiff
path: root/lib/asan/tests
AgeCommit message (Expand)Author
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2017-01-09Enable weak hooks on darwinFrancis Ricci
2017-01-05[compiler-rt] Set valid PC calling __asan_report_error SetErrorReportCallback...Vitaly Buka
2016-12-28Decrease kLargeMalloc block size in ASAN unit tests.Evgeniy Stepanov
2016-12-27[asan] Fix test broken by r290540Vitaly Buka
2016-12-26[inline-asm]No error for conflict between inputs\outputs and clobber listMarina Yatsina
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-11-30[asan] Allow re-exec in instrumented unit tests on Darwin (fix unit tests on ...Kuba Mracek
2016-11-23[asan/win] Fix incremental linking vs. global registrationReid Kleckner
2016-11-17[asan] Create a .ASAN$G(A-Z) section for global registrationReid Kleckner
2016-11-17[tests] Use __SSE2__ (rather than __i686__...) for SSE2 ASAN testMichal Gorny
2016-11-02[asan] Add more dynamic CRT mode testsReid Kleckner
2016-09-23[asan] Stop appending -lm, -pthread and other linker options on Darwin for AS...Kuba Brecka
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-09-08[powerpc] Move #if to appease warnings-as-errors testsBill Seurer
2016-09-07[powerpc] Move #if to appease warnings-as-errors testsBill Seurer
2016-09-07[powerpc] Disable ManyThreadsWithStatsStressTest test for ppc64Bill Seurer
2016-08-23[asan] Fix OOB_char on arm 32bitVitaly Buka
2016-08-18[asan] Add __asan_set_shadow_*Vitaly Buka
2016-07-27[compiler-rt] Fix warnings in interception codeEtienne Bergeron
2016-07-22Revert "fix https://reviews.llvm.org/D22610" and "[compiler-rt] Fix memmove/m...Bruno Cardoso Lopes
2016-07-21[compiler-rt] Fix memmove/memcpy overlap detection on windowsEtienne Bergeron
2016-07-12[compiler-rt] Disable a test failing on windows.Etienne Bergeron
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-07-01[compiler-rt] Fix cmake to propagate debug info to runtime unittestsEtienne Bergeron
2016-07-01tab to whitespacesEtienne Bergeron
2016-06-29[compiler-rt] Fix passing debug information to unittest.Etienne Bergeron
2016-05-16[compiler-rt] Fix multi-configuration output pathsEtienne Bergeron
2016-04-30[ASan] Add shadow offset for SystemZ.Marcin Koscielnicki
2016-04-28[ASan] Reenable __builtin_setjmp test on PowerPC, disable on SystemZ.Marcin Koscielnicki
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