summaryrefslogtreecommitdiff
path: root/lib/msan/tests
AgeCommit message (Expand)Author
2017-12-14Set of corrections for MSan/NetBSDKamil Rytarowski
2017-12-12[CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek
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-07-28[compiler-rt] Add missing quotation marks to msan_compile invocationKrzysztof Parzyszek
2017-07-28[sanitizer tests CMake] Factor out CMake logic for compiling sanitizer testsGeorge Karpenkov
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
2017-01-10Make cmake link flag naming consistentFrancis Ricci
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
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