summaryrefslogtreecommitdiff
path: root/lib/msan/tests/msan_test.cc
AgeCommit message (Expand)Author
2017-12-14Set of corrections for MSan/NetBSDKamil Rytarowski
2017-12-05[msan] add strtouq msan interceptorVitaly Buka
2017-11-30[msan] Fix return type of mbrtowcVitaly Buka
2017-11-30Linux needs to include sys/uio.h for readv, preadvStephan Bergmann
2017-08-04[msan] Switch the pvalloc overflow test to a lit testBenjamin Kramer
2017-08-02[msan] Check for pvalloc overflowKostya Kortchinsky
2017-07-31[msan] Reverting D36093Kostya Kortchinsky
2017-07-31[msan] Check for pvalloc overflowKostya Kortchinsky
2017-06-27[msan] Intercept wcscat, wcsncat.Evgeniy Stepanov
2017-06-01[asan] Add strndup/__strndup interceptors.Pierre Gousseau
2017-05-18Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper
2017-05-12[msan] Remove a failing test from MemorySanitizer.ICmpRelationalAlexander Potapenko
2017-05-11[asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau
2017-05-10[msan] Fix getmntent{_r} for empty /etc/fstabAdhemerval Zanella
2017-05-02Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau
2017-05-02[asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau
2017-04-13[msan] Fix msan_test.cc by checking bind results before assuming IPv6 supported.Vitaly Buka
2017-04-13Revert "[msan] Fix msan_test broken after r299884."Vitaly Buka
2017-04-13[msan] Fix msan_test broken after r299884.Vitaly Buka
2017-04-13[msan] Fix invalid use of vector constructor introduced by r299884.Vitaly Buka
2017-04-10[msan] Choose in runtime if IPv4 or IPv6 are supported.Vitaly Buka
2017-04-10[msan] Wrap sockaddr_in and socket for future IPv6 support.Vitaly Buka
2017-04-10[msan] Reorder unittests for future parametrization.Vitaly Buka
2017-03-29[sanitizers] Fix get_groups interceptor in sanitizer (https://reviews.llvm.or...Kostya Serebryany
2017-03-03[msan] Test for _mm_getcsr and _mm_setcsr (r296848).Evgeniy Stepanov
2016-08-20[msan] Disable prlimit test on glibc < 2.13.Evgeniy Stepanov
2016-05-31__builtin_ia32_storeups is no more. Replace it with xmmintrin.h intrinsic.Benjamin Kramer
2016-05-09[MSan] Add a test for vararg with lots of non-vararg arguments.Marcin Koscielnicki
2016-04-29[msan] Tests for vector compare intrinsics.Evgeniy Stepanov
2016-04-20[msan] Implement GetPageSize in the test.Evgeniy Stepanov
2016-04-18[msan] Don't hardcode 4kiB page size in msan_test.cc.Marcin Koscielnicki
2016-04-18[MSan] [PowerPC] Add loadable library name for testing.Marcin Koscielnicki
2016-02-25[Compiler-rt][MSan]Fix shmat testcase: Pass SHMLBA-alligned address to shmatMohit K. Bhakkad
2016-02-17[msan] Extend prlimit test.Evgeniy Stepanov
2016-02-17[msan] Intercept prlimit.Evgeniy Stepanov
2016-02-16[Compiler-rt][MSan][MIPS] Resolve gethostbyname_r_erange for MIPSMohit K. Bhakkad
2016-02-12Fix MemorySanitizer.ptrtoint test on big-endian targets.Evgeniy Stepanov
2015-11-24[compiler-rt] [msan] Couple of fixes for msan with libc++Adhemerval Zanella
2015-08-26[compiler-rt] Add common interceptor for wcrtomb. Eric Fiselier
2015-02-26[msan] Fix MsanTest to pass in track_origins=2 mode.Evgeniy Stepanov
2015-02-18[MSan][MIPS] Fix for some failing tests on MIPS64Mohit K. Bhakkad
2015-02-17[Msan] Fix the unit tests' PathToLoadable() to work on FreeBSDViktor Kutuzov
2015-02-16[msan] Fix UnalignedLoad/UnalignedStore tests.Evgeniy Stepanov
2015-02-16[Msan] Improve the EXPECT_NOT_POISONED() macro to provide the original line n...Viktor Kutuzov
2015-02-16[Msan] Make unit tests that use mempcpy() passing on FreeBSDViktor Kutuzov
2015-02-16[Msan] Disable the fgetgrent_r unit test on FreeBSDViktor Kutuzov
2015-02-16[Msan] Disable fcvt unit tests on FreeBSDViktor Kutuzov
2015-02-16[Msan] Fix the getgrnam_r unit test to pass on FreeBSDViktor Kutuzov
2015-02-16[Msan] Fix the sigaction unit test to build on FreeBSDViktor Kutuzov
2015-02-16[Msan] Fix the ether unit test to build on FreeBSDViktor Kutuzov