summaryrefslogtreecommitdiff
path: root/test/sanitizer_common
AgeCommit message (Expand)Author
2016-04-26[sanitizer] [SystemZ] Add ptrace support bits.Marcin Koscielnicki
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov
2016-04-07[sanitizer] Fix sem_init_glibc.cc test on __HAVE_64B_ATOMIC arches.Evgeniy Stepanov
2016-03-23[sanitizer] Add strnlen to the common interceptorsDerek Bruening
2016-03-10[sanitizer_common tests] Make Darwin a Posix system and bring the stable-runt...Filipe Cabecinhas
2016-03-09[test/sanitizer-common] Linux/sanitizer_set_death_callback_test.cc -> Posix/s...Filipe Cabecinhas
2016-03-09[test/sanitizer-common] Move getpass.cc from Linux into PosixFilipe Cabecinhas
2016-03-07[sanitizer-common] Use @LINE in test.Filipe Cabecinhas
2016-02-23[tests] Remove "supported-target" in favor of "target-arch" lit features.Alexey Samsonov
2016-02-23[tests] Always specify correct config.target_arch when configuring test suite.Alexey Samsonov
2016-02-17Fix PR26608: Make sanitizer_common tests more portable.Alexey Samsonov
2016-02-09[sanitizer_common] Correct the nits that should have been committed as part o...Daniel Sanders
2016-02-09[sanitizer_common] Add suffix to lit testsuite name to distinguish subtargets.Daniel Sanders
2016-01-21[MSan] Add a test case for r258339.Alexey Samsonov
2016-01-08[tsan] don't crash on closedir(0)Kostya Serebryany
2015-12-21[asan] fix fopen interceptor to not crash if path is NULLKostya Serebryany
2015-12-15[asan] try to fix ARM botsKostya Serebryany
2015-12-15[asan] add option: handle_sigillKostya Serebryany
2015-10-26[compiler-rt] Enable ptrace sanitizer for armAdhemerval Zanella
2015-10-12[asan] Zero initialize sem_t in sem_init.Evgeniy Stepanov
2015-10-08New MSan mapping layout (compiler-rt part).Evgeniy Stepanov
2015-10-06[LSAN] Mark death callback as unstable while we investigate the cause in AArch64Renato Golin
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-08-27[Sanitizers] Make abort_on_error common flag.Alexey Samsonov
2015-08-26[Sanitizer] Test churn: use %env_tool_opts in sanitizer_common lit tests.Alexey Samsonov
2015-08-22[TSan] Support __sanitizer_set_death_callback().Alexey Samsonov
2015-08-21[LSan] Support __sanitizer_set_death_callback in standalone LSan.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-08[ASAN/AArch64] Disable forkpty tests until we can fix themRenato 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-08-05[AArch64] Stable runtime required for proc maps testRenato Golin
2015-08-05[asan] Enable asan for aarch64Adhemerval Zanella
2015-07-30Revert r243604, it (very likely) caused PR24312.Nico Weber
2015-07-30[CMake] Pass -march=i686 when targeting i686 (PR24222)Hans Wennborg
2015-07-21[sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov
2015-07-19asan: fix a testDmitry Vyukov
2015-07-19[sanitizer] De-flake one test.Evgeniy Stepanov
2015-07-17[msan] Fix open_memstream handling.Evgeniy Stepanov
2015-07-10Temporarily disable check-sanitizer tests on 64-bit Windows.Peter Collingbourne
2015-06-29sanitizer_common: fix and re-enable signal_segv_handler testDmitry Vyukov
2015-06-25[sanitizer] Disable signal_segv_handler test.Evgeniy Stepanov
2015-06-02Tests: disable test of /proc filesystem on Darwin.Tim Northover
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-05-28[sanitizer] More string interceptors: strstr, strcasestr, strspn, strcspn, st...Yury Gribov
2015-05-19[sanitizer][MIPS] Add --target flag for MIPS32Sagar Thakur
2015-05-05[asan] under handle_abort=1 option intercept SIGABRT in addition to SIGSEGV/S...Kostya Serebryany
2015-04-23[Sanitizer] Fix getpwnam test on ppc64le Fedora 21.Jay Foad