summaryrefslogtreecommitdiff
path: root/lib/msan/tests/msan_test.cc
AgeCommit message (Expand)Author
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
2015-02-04[Msan] Fix the pthread_attr_get unit test to build on FreeBSDViktor Kutuzov
2015-02-02Fix missed #endif in rL227790.Viktor Kutuzov
2015-02-02[Msan] Disable unit tests for non-FreeBSD functions on FreeBSDViktor Kutuzov
2015-01-30[Msan] Fix the shmctl unit tests to pass on FreeBSDViktor Kutuzov
2015-01-27[MSan] Enable MSan unit tests for all archsMohit K. Bhakkad
2015-01-26[Msan] Disable the ppoll unit test on FreeBSDViktor Kutuzov
2015-01-26[Msan] Fix the statfs unit test to pass on FreeBSDViktor Kutuzov
2015-01-22[Msan] Fix the readv and preadv unit tests to pass on FreeBSDViktor Kutuzov
2015-01-22[Msan] Fix the strerror_r unit test to build on FreeBSDViktor Kutuzov
2015-01-22[Msan] Fix the DynRet unit test to build on FreeBSDViktor Kutuzov
2015-01-21[Msan] Fix the accept unit test to pass on FreeBSDViktor Kutuzov
2015-01-21[Sanitizers] Intercept opendir()Viktor Kutuzov
2015-01-20[Msan] Fix the readlink unit test to pass on FreeBSDViktor Kutuzov
2015-01-19[Msan] Intercept stat() and fstatat() on FreeBSDViktor Kutuzov
2015-01-12[Msan] Fix use of mmap(MAP_ANONYMOUS) in the unit tests on FreeBSDViktor Kutuzov
2015-01-12[Msan] Fix tests reading /proc files on FreeBSDViktor Kutuzov
2014-12-22[Msan] Fix msan_test.cc inclusions to build the unit tests on FreeBSDViktor Kutuzov
2014-12-08[msan] Intercept wcsto*.Evgeniy Stepanov
2014-12-03[msan] Re-enable one test.Evgeniy Stepanov
2014-11-25[msan] Remove leftover MSanDR bits in tests.Evgeniy Stepanov
2014-11-24[compiler-rt] Make the MSAN wmemset intercepter call wmemset instead of memse...Eric Fiselier
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-11-12delete => delete[] for arrays.Richard Trieu
2014-08-07[msan] Fix fcvt interceptor.Evgeniy Stepanov
2014-07-22[MSan] Fix strncpy interceptorAlexey Samsonov
2014-07-08[msan] Fix out of bounds access in origin copying.Evgeniy Stepanov
2014-07-07Generalize sanitizer allocator public interface.Alexey Samsonov