summaryrefslogtreecommitdiff
path: root/lib/msan/tests
AgeCommit message (Expand)Author
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
2015-01-06[Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.Alexey Samsonov
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-10-15[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka
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
2014-07-01[MSan] Fixup r212082: enable tests for _mm_ intrinsics if and only if theAlexey Samsonov
2014-07-01Add the way to disable MSan unit tests for _mm_* intrinsicsAlexey Samsonov
2014-06-24[msan] Fix origin copying.Evgeniy Stepanov
2014-06-18[msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.Evgeniy Stepanov
2014-06-09[msan] Intercept __strto*_internal.Evgeniy Stepanov
2014-06-09[msan] Add a test for mmx.packuswb.Evgeniy Stepanov
2014-06-09[msan] Simplify tests.Evgeniy Stepanov
2014-06-02[msan] Handle x86 vector pack intrinsics.Evgeniy Stepanov
2014-05-21[msan] Chained origins re-design.Evgeniy Stepanov
2014-05-09[CMake] Use ExternalProject to build MSan-ified version of libcxx for unit te...Alexey Samsonov
2014-04-18[msan] Add missing quotes.Evgeniy Stepanov