summaryrefslogtreecommitdiff
path: root/lib/msan/tests/msan_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Merging r261837:Mohit K. Bhakkad2016-05-231-7/+11
* Merging rL260946:Mohit K. Bhakkad2016-05-191-2/+2
* [compiler-rt] [msan] Couple of fixes for msan with libc++Adhemerval Zanella2015-11-241-3/+13
* [compiler-rt] Add common interceptor for wcrtomb. Eric Fiselier2015-08-261-0/+10
* [msan] Fix MsanTest to pass in track_origins=2 mode.Evgeniy Stepanov2015-02-261-22/+24
* [MSan][MIPS] Fix for some failing tests on MIPS64Mohit K. Bhakkad2015-02-181-2/+7
* [Msan] Fix the unit tests' PathToLoadable() to work on FreeBSDViktor Kutuzov2015-02-171-21/+35
* [msan] Fix UnalignedLoad/UnalignedStore tests.Evgeniy Stepanov2015-02-161-9/+8
* [Msan] Improve the EXPECT_NOT_POISONED() macro to provide the original line n...Viktor Kutuzov2015-02-161-3/+3
* [Msan] Make unit tests that use mempcpy() passing on FreeBSDViktor Kutuzov2015-02-161-0/+6
* [Msan] Disable the fgetgrent_r unit test on FreeBSDViktor Kutuzov2015-02-161-0/+3
* [Msan] Disable fcvt unit tests on FreeBSDViktor Kutuzov2015-02-161-1/+6
* [Msan] Fix the getgrnam_r unit test to pass on FreeBSDViktor Kutuzov2015-02-161-1/+5
* [Msan] Fix the sigaction unit test to build on FreeBSDViktor Kutuzov2015-02-161-0/+1
* [Msan] Fix the ether unit test to build on FreeBSDViktor Kutuzov2015-02-161-0/+1
* [Msan] Fix the pthread_attr_get unit test to build on FreeBSDViktor Kutuzov2015-02-041-0/+2
* Fix missed #endif in rL227790.Viktor Kutuzov2015-02-021-0/+1
* [Msan] Disable unit tests for non-FreeBSD functions on FreeBSDViktor Kutuzov2015-02-021-0/+50
* [Msan] Fix the shmctl unit tests to pass on FreeBSDViktor Kutuzov2015-01-301-0/+16
* [MSan] Enable MSan unit tests for all archsMohit K. Bhakkad2015-01-271-1/+1
* [Msan] Disable the ppoll unit test on FreeBSDViktor Kutuzov2015-01-261-0/+3
* [Msan] Fix the statfs unit test to pass on FreeBSDViktor Kutuzov2015-01-261-0/+2
* [Msan] Fix the readv and preadv unit tests to pass on FreeBSDViktor Kutuzov2015-01-221-2/+3
* [Msan] Fix the strerror_r unit test to build on FreeBSDViktor Kutuzov2015-01-221-1/+1
* [Msan] Fix the DynRet unit test to build on FreeBSDViktor Kutuzov2015-01-221-2/+1
* [Msan] Fix the accept unit test to pass on FreeBSDViktor Kutuzov2015-01-211-2/+5
* [Sanitizers] Intercept opendir()Viktor Kutuzov2015-01-211-0/+10
* [Msan] Fix the readlink unit test to pass on FreeBSDViktor Kutuzov2015-01-201-1/+3
* [Msan] Intercept stat() and fstatat() on FreeBSDViktor Kutuzov2015-01-191-2/+6
* [Msan] Fix use of mmap(MAP_ANONYMOUS) in the unit tests on FreeBSDViktor Kutuzov2015-01-121-2/+3
* [Msan] Fix tests reading /proc files on FreeBSDViktor Kutuzov2015-01-121-7/+13
* [Msan] Fix msan_test.cc inclusions to build the unit tests on FreeBSDViktor Kutuzov2014-12-221-6/+10
* [msan] Intercept wcsto*.Evgeniy Stepanov2014-12-081-33/+60
* [msan] Re-enable one test.Evgeniy Stepanov2014-12-031-2/+1
* [msan] Remove leftover MSanDR bits in tests.Evgeniy Stepanov2014-11-251-1/+0
* [compiler-rt] Make the MSAN wmemset intercepter call wmemset instead of memse...Eric Fiselier2014-11-241-0/+10
* [msan] Remove MSanDR and supporting code.Evgeniy Stepanov2014-11-181-60/+2
* delete => delete[] for arrays.Richard Trieu2014-11-121-4/+4
* [msan] Fix fcvt interceptor.Evgeniy Stepanov2014-08-071-0/+18
* [MSan] Fix strncpy interceptorAlexey Samsonov2014-07-221-4/+6
* [msan] Fix out of bounds access in origin copying.Evgeniy Stepanov2014-07-081-45/+37
* Generalize sanitizer allocator public interface.Alexey Samsonov2014-07-071-17/+18
* [MSan] Fixup r212082: enable tests for _mm_ intrinsics if and only if theAlexey Samsonov2014-07-011-2/+2
* Add the way to disable MSan unit tests for _mm_* intrinsicsAlexey Samsonov2014-07-011-0/+2
* [msan] Fix origin copying.Evgeniy Stepanov2014-06-241-0/+31
* [msan] Handle X86 *.psad.* and *.pmadd.* intrinsics.Evgeniy Stepanov2014-06-181-0/+25
* [msan] Intercept __strto*_internal.Evgeniy Stepanov2014-06-091-4/+2
* [msan] Add a test for mmx.packuswb.Evgeniy Stepanov2014-06-091-0/+22
* [msan] Simplify tests.Evgeniy Stepanov2014-06-091-18/+25
* [msan] Handle x86 vector pack intrinsics.Evgeniy Stepanov2014-06-021-0/+21