summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
AgeCommit message (Expand)Author
2017-08-18[SanitizerCoverage] Add stack depth tracing instrumentation.Matt Morehouse
2017-07-28[sanitizer-coverage] add a run-time test for -fsanitize-coverage=inline-8bit...Kostya Serebryany
2017-07-25Revert "[compiler-rt] Include thread ID into sanitizers logs"Vitaly Buka
2017-07-24Splitting out test for Darwin for print-stack-trace:George Karpenkov
2017-07-20[compiler-rt] Include thread ID into sanitizers logsVitaly Buka
2017-07-10[tsan] Add support for running TSan tests on iOS simulator and devicesKuba Mracek
2017-06-21[sanitizer-coverage] Stop marking this test as unsupported on DarwinJustin Bogner
2017-06-10Mark a sancov test as unsupported on x86_64h-darwinVedant Kumar
2017-06-08[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany
2017-06-05Revert r304285, r304297.Evgeniy Stepanov
2017-06-05Revert "[sanitizer-coverage] test for -fsanitize-coverage=inline-8bit-counters"Renato Golin
2017-06-04Mark sancov test as unsupported on DarwinVedant Kumar
2017-06-03[sanitizer-coverage] test for -fsanitize-coverage=inline-8bit-countersKostya Serebryany
2017-05-31[sanitizer-coverage] remove stale code (old coverage); compiler-rt part Kostya Serebryany
2017-05-31[sanitizer] Avoid possible deadlock in child process after forkMaxim Ostapenko
2017-05-25[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka
2017-05-25[PowerPC] Fix test case sem_init_glibc.cc for powerpc64beBill Seurer
2017-05-10[mips] XFAIL getpwnam_r_invalid_user.cc testSimon Dardis
2017-05-09[mips] Remove XFAIL from sanitizer_coverage_no_prune.ccSimon Dardis
2017-05-09[SystemZ] Remove XFAIL on sanitizer_coverage_no_prune.ccUlrich Weigand
2017-05-08[powerpc] Remove XFAIL for sanitizer_coverage_no_prune.cc on powerpc64Bill Seurer
2017-05-05[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany
2017-05-03[asan] print the 'unexpected format specifier in printf interceptor' warning ...Kostya Serebryany
2017-05-03[sanitizer] Intercept mcheck and mprobe on LinuxMaxim Ostapenko
2017-05-02[sanitizer-coverage] add a deprecation note for the old sanitizer-coverage; r...Kostya Serebryany
2017-04-28[asan] Add a compilation wrapper that codesigns shared libraries to support i...Kuba Mracek
2017-04-26Follow-up for r301443: The python scrips need to be executable.Kuba Mracek
2017-04-26[asan] Add support for running lit tests in the iOS SimulatorKuba Mracek
2017-04-18[sanitizer] Define lsan-x86 in tests for both i386 and i686.Evgeniy Stepanov
2017-04-12Use 0-padding for i386 and arm print format specifiersFrancis Ricci
2017-04-12[msan] fix iconv interceptor. before the fix the interceptor failed to mark m...Kostya Serebryany
2017-04-11Reapply "Enable LSan for arm Linux"Maxim Ostapenko
2017-04-11Revert r299923, it doesn't build in bootstrap builds.Nico Weber
2017-04-11[lsan] Enable LSan for arm LinuxMaxim Ostapenko
2017-03-23Bypass potential libc's sysconf interceptorsAlex Shlyapnikov
2017-03-21Revert "Bypass potential libc's sysconf wrappers for sysconf(_SC_PAGESIZE) call"Vitaly Buka
2017-03-20Bypass potential libc's sysconf wrappers for sysconf(_SC_PAGESIZE) callAlex Shlyapnikov
2017-03-09[sanitizer] Bail out with warning if user dlopens shared library with RTLD_DE...Maxim Ostapenko
2017-02-21[asan] Re-enable a test on i386-darwin.Anna Zaks
2017-02-09[sancov] sanitizer coverage initialization testMike Aizatsky
2017-02-03[sancov] Disable failing test for MIPS.Simon Dardis
2017-02-03[lsan] Disable sem_init_glibc.cc testcase for LSan x86.Maxim Ostapenko
2017-02-02[compiler-rt] Fix incorrect use of snprintfVitaly Buka
2017-02-01[asan] Support handle_sigfpe on DarwinJustin Bogner
2017-02-01[sanitizer] Support SANITIZER_INTERCEPTOR_HOOKS on DarwinJustin Bogner
2017-02-01Remove XFAIL from the sanitizer guard test for darwinJustin Bogner
2017-01-31[lsan] Renable LSan for x86 LinuxMaxim Ostapenko
2017-01-23Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov
2017-01-23[lsan] Enable LSan for x86 Linux.Maxim Ostapenko
2017-01-06[sancov] introducing SANCOV_OPTIONSMike Aizatsky