summaryrefslogtreecommitdiff
path: root/test/msan
AgeCommit message (Expand)Author
2015-07-30testing for tail call optimization repression when sanitizing use-after-dtorNaomi Musgrave
2015-07-29[asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_comm...Kostya Serebryany
2015-07-17added test fileNaomi Musgrave
2015-07-14[Sanitizer] Fix fopencookie() interceptor to work with null hook functions.Alexey Samsonov
2015-07-05Enable this test for PPC64.Jay Foad
2015-06-25Enable memory sanitizer for PPC64Jay Foad
2015-06-23[msan] Mark one test as only supported on x86Jay Foad
2015-06-19[msan] Intercept fopencookie.Evgeniy Stepanov
2015-05-26[msan] Fix mmap test on Fedora.Evgeniy Stepanov
2015-05-24[msan] Mprotect all inaccessible memory regions.Evgeniy Stepanov
2015-05-11[Msan] Fix the if_indextoname.cc test to pass on FreeBSDViktor Kutuzov
2015-05-08[Msan] Fix the report-demangling.cc test to pass on FreeBSDViktor Kutuzov
2015-05-08[Msan] Make the obstack.cc test Linux-specificViktor Kutuzov
2015-05-07[SanitizerCoverage] Upgrade lit tests to new -fsanitize-coverage= flags.Alexey Samsonov
2015-05-07[Msan] Make the mallinfo.cc test Linux-specificViktor Kutuzov
2015-05-07[Msan] Make the ioctl_sound.cc test Linux-specificViktor Kutuzov
2015-05-06[Msan] Fix the mmap_below_shadow.cc test to pass on FreeBSDViktor Kutuzov
2015-05-06[Msan] Fix the initgroups.cc test to build on FreeBSDViktor Kutuzov
2015-05-06[Msan] Fix the ifaddrs.cc test to build and pass on FreeBSDViktor Kutuzov
2015-04-28[Msan] Fix the getline.cc test to pass on FreeBSDViktor Kutuzov
2015-04-25[Msan] Fix the iconv.cc test to build and pass on FreeBSDViktor Kutuzov
2015-04-24[Msan] XFAIL the ftime.cc test on FreeBSDViktor Kutuzov
2015-04-24[Msan] Fix the backtrace.cc tests to build and pass on FreeBSDViktor Kutuzov
2015-03-02[MSan] Remove explicit -m64 from RUN lines.Alexey Samsonov
2015-02-18[MSan][MIPS] Fix for some failing tests on MIPS64Mohit K. Bhakkad
2015-01-22[msan] Better use-after-free reports.Evgeniy Stepanov
2015-01-22[msan] Relax CHECK conditions in 2 tests.Evgeniy Stepanov
2015-01-21[msan] Fix origins in realloc.Evgeniy Stepanov
2015-01-21[msan] Update origin for the entire destination range on memory store.Evgeniy Stepanov
2014-12-04[msan] Put the coverage files for coverage-levels.cc into a temporary dir.Alexander Potapenko
2014-12-03[msan] allow -fsanitize-coverage=N together with -fsanitize=memory, compiler-...Kostya Serebryany
2014-12-03[msan] Add one more test for the handling of stack origins.Evgeniy Stepanov
2014-11-28[msan] Fix origin propagation for select of floats.Evgeniy Stepanov
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-10-22[msan] Handle param-tls overflow.Evgeniy Stepanov
2014-09-16[asan] De-flake one test.Evgeniy Stepanov
2014-09-08[msan] Fix wrong array index in io_submit interceptor.Evgeniy Stepanov
2014-09-08[msan] Make chained_origin_limits test faster.Evgeniy Stepanov
2014-09-05Use "-gline-tables-only" instead of "-g" in sanitizer test suites.Alexey Samsonov
2014-09-04[msan] Fix fork test on centos-6.5.Evgeniy Stepanov
2014-09-04[msan] Make origin tracking fork-safe.Evgeniy Stepanov
2014-09-03[msan] Fix origin_history_per_stack_limit=0 behavior.Evgeniy Stepanov
2014-07-30[msan] Use SIGHUP instead of SIGUSR1 in test.Evgeniy Stepanov
2014-07-14[msan] Stop demangling function name in the stack origin report.Evgeniy Stepanov
2014-07-11[msan] Make one test case less brittle.Evgeniy Stepanov
2014-07-07[MSan] Make one more test standaloneAlexey Samsonov
2014-07-07[MSan] Use a single file for dso-origin testAlexey Samsonov
2014-07-07[Sanitizer] Move test for malloc/free hooks under test/sanitizer_commonAlexey Samsonov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov
2014-07-03[msan] Stop propagating shadow in blacklisted functions.Evgeniy Stepanov