summaryrefslogtreecommitdiff
path: root/test/msan
AgeCommit message (Expand)Author
2016-04-25[MSan] Use COMMON_INTERCEPTOR_ENTER in libdl interceptors.Marcin Koscielnicki
2016-04-16Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov
2016-04-06[sancov] enabling coverage edge pruning by default.Mike Aizatsky
2016-03-10[sanitizer_common tests] Make Darwin a Posix system and bring the stable-runt...Filipe Cabecinhas
2016-03-01[Compiler-rt][MSan] fix param_tls_limit test for platforms where big argument...Mohit K. Bhakkad
2016-02-29Update the link of issueMohit K. Bhakkad
2016-02-26[MSan] Endianness should not matter while printing a byteMohit K. Bhakkad
2016-02-24[MSAN] Fix memcmp_test on MIPSSagar Thakur
2016-02-24[MSan] fix process_vm_readv test: Exit silently if syscall is not implemetedMohit K. Bhakkad
2016-02-24[MSan] Mark dlerror.cc expected failure for MIPSMohit K. Bhakkad
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-17[tests] Slightly improve a fix in r260669.Alexey Samsonov
2016-02-12Re-commit r260230 with a fix for clang-cmake-aarch64-42vma.Daniel Sanders
2016-02-12Revert r260669 while the clang-cmake-aarch64-42vma failures is investigated.Daniel Sanders
2016-02-12[msan+tsan] Bring back the tests that disappeared after r260230 and r259512.Daniel Sanders
2016-02-09[msan] Run the tests for each supported arch and suffix each one to distingui...Daniel Sanders
2016-01-12[compiler-rt] [msan] Remove stable-runtime requirement for insertvalue_origin.ccAdhemerval Zanella
2015-12-14[msan] Intercept ctermid, ctermid_r.Evgeniy Stepanov
2015-12-14[compiler-rt] [msan] Variadic support for AArch64Adhemerval Zanella
2015-11-19[msan] Don't unpoison phdrs on dlopen(NULL, 0)Reid Kleckner
2015-10-29[compiler-rt] [msan] Unify aarch64 mappingAdhemerval Zanella
2015-10-27[msan] Yet another attempt to fix process_vm_readv test.Evgeniy Stepanov
2015-10-26[msan] Fix process_vm_readv test.Evgeniy Stepanov
2015-10-23[msan] Re-submit test for process_vm_readv.Evgeniy Stepanov
2015-10-22[msan] Temporarily remove a failing test to fix the bot.Evgeniy Stepanov
2015-10-22[msan] Intercept process_vm_readv/writev.Evgeniy Stepanov
2015-10-19[msan] Intercept mincore.Evgeniy Stepanov
2015-10-19[msan] Intercept pthread_getcancel*.Evgeniy Stepanov
2015-10-12[msan] Add __msan_copy_shadow interface function.Evgeniy Stepanov
2015-10-08New MSan mapping layout (compiler-rt part).Evgeniy Stepanov
2015-09-29[msan] Disable allocator_mapping test on mips64 and aarch64.Evgeniy Stepanov
2015-09-29[msan] Early allocator initialization.Evgeniy Stepanov
2015-09-18Disable final MSAN test in AArch64 to get the bots greenRenato Golin
2015-09-18Disable one MSAN test in AArch64 until we have a proper fixRenato Golin
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-09-16Explicit reference to bug highlighted byNaomi Musgrave
2015-09-08Failing test highlighting no poisoning when destructor not declared.Naomi Musgrave
2015-09-03Test triangle inheritance member poisoning.Naomi Musgrave
2015-08-27[sanitizer] Move sem_* to common interceptors.Evgeniy Stepanov
2015-08-25[msan] Regression test for PR24561.Evgeniy Stepanov
2015-08-19Remove forkpty test with -Wl,-as-needed. This currently breaks inDaniel Jasper
2015-08-18[msan] Intercept openpty and forkpty.Evgeniy Stepanov
2015-08-13Removed xfail, since test is passing in line with expanded dtor sanitizing fu...Naomi Musgrave
2015-08-13Revert "Removed xfail, since test is passing in line with expanded dtor sanit...Daniel Jasper
2015-08-12Removed xfail, since test is passing in line with expanded dtor sanitizing fu...Naomi Musgrave
2015-08-12Revert "Revised test to pass under updated dtor callback implementation"Daniel Jasper
2015-08-12Revised test to pass under updated dtor callback implementationNaomi Musgrave
2015-08-10test case for poisoning trivial membersNaomi Musgrave
2015-08-03Runtime check of poisoning derived class members.Naomi Musgrave