summaryrefslogtreecommitdiff
path: root/lib/msan/tests
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
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2015-11-24[compiler-rt] [msan] Couple of fixes for msan with libc++Adhemerval Zanella
2015-10-21[msan] Build unit test shared library code with -fPIC.Evgeniy Stepanov
2015-10-08Fix msan tests build.Evgeniy Stepanov
2015-08-26[compiler-rt] Add common interceptor for wcrtomb. Eric Fiselier
2015-07-31[CMake] Don't build libc++ with MSan-with-calls instrumentation.Alexey Samsonov
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-03-04[Sanitizer] Fix/suppress compiler warnings in unit tests.Alexey Samsonov
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
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