summaryrefslogtreecommitdiff
path: root/lib/msan/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-111-22/+22
* compiler-rt: Rename .cc file in lib/msan/tests to .cppNico Weber2019-08-014-6/+11
* [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong2019-05-011-1/+2
* [Sanitizer] Add interceptor for wctombPavel Labath2019-03-291-0/+10
* [msan] Fix BMI2 detection in msan tests, take 2.Jonas Hahnfeld2019-03-151-1/+1
* [msan] Fix BMI2 detection in msan tests.Evgeniy Stepanov2019-03-121-1/+1
* [msan] Properly guard tests added by r355348; NFCHubert Tong2019-03-081-4/+2
* [msan] Instrument x86 BMI intrinsics.Evgeniy Stepanov2019-03-041-1/+147
* [Sanitizer] Add interceptor for pthread_sigmaskPavel Labath2019-02-261-0/+8
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-171-9/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* Skip unsupported MSan tests on NetBSDKamil Rytarowski2018-10-091-0/+4
* Disable MSan tests of prlimit on FreeBSDDimitry Andric2018-06-131-1/+1
* Port msan_test.cc to NetBSDKamil Rytarowski2018-05-191-61/+76
* [msan] Don't check divisor shadow in fdiv.Evgeniy Stepanov2018-05-181-1/+0
* [Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek2018-03-071-1/+1
* [CMake] Remove -stdlib= which is unused when passing -nostdinc++Jonas Hahnfeld2018-02-011-0/+3
* [sanitizer] Add interceptors for readlinkat, name_to_handle_at, open_by_handl...Vitaly Buka2018-01-301-0/+7
* Reland "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-211-2/+3
* Revert "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-201-2/+1
* [Fuzzer] Parametrize add_custom_libcxxPetr Hosek2018-01-201-1/+2
* Set of corrections for MSan/NetBSDKamil Rytarowski2017-12-141-2/+2
* [CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek2017-12-121-1/+1
* [msan] add strtouq msan interceptorVitaly Buka2017-12-051-0/+1
* [msan] Fix return type of mbrtowcVitaly Buka2017-11-301-7/+9
* Linux needs to include sys/uio.h for readv, preadvStephan Bergmann2017-11-301-0/+3
* [msan] Switch the pvalloc overflow test to a lit testBenjamin Kramer2017-08-041-6/+0
* [msan] Check for pvalloc overflowKostya Kortchinsky2017-08-021-0/+6
* [msan] Reverting D36093Kostya Kortchinsky2017-07-311-11/+0
* [msan] Check for pvalloc overflowKostya Kortchinsky2017-07-311-0/+11
* [compiler-rt] Add missing quotation marks to msan_compile invocationKrzysztof Parzyszek2017-07-281-1/+1
* [sanitizer tests CMake] Factor out CMake logic for compiling sanitizer testsGeorge Karpenkov2017-07-281-22/+15
* [msan] Intercept wcscat, wcsncat.Evgeniy Stepanov2017-06-271-0/+42
* [asan] Add strndup/__strndup interceptors.Pierre Gousseau2017-06-011-2/+11
* Revert r302781 and subsequent attempts to disable part of it.Daniel Jasper2017-05-181-4/+2
* [msan] Remove a failing test from MemorySanitizer.ICmpRelationalAlexander Potapenko2017-05-121-2/+4
* [asan] Recommit of r301904: Add strndup/__strndup interceptorsPierre Gousseau2017-05-111-2/+4
* [msan] Fix getmntent{_r} for empty /etc/fstabAdhemerval Zanella2017-05-101-2/+46
* Revert r301904 causing tsan test failure in x86_64-linux-autoconfPierre Gousseau2017-05-021-4/+2
* [asan] Add strndup/__strndup interceptors if targeting linux.Pierre Gousseau2017-05-021-2/+4
* [msan] Fix msan_test.cc by checking bind results before assuming IPv6 supported.Vitaly Buka2017-04-131-4/+13
* Revert "[msan] Fix msan_test broken after r299884."Vitaly Buka2017-04-131-2/+2
* [msan] Fix msan_test broken after r299884.Vitaly Buka2017-04-131-2/+2
* [msan] Fix invalid use of vector constructor introduced by r299884.Vitaly Buka2017-04-131-1/+1
* [msan] Choose in runtime if IPv4 or IPv6 are supported.Vitaly Buka2017-04-102-9/+54
* [msan] Wrap sockaddr_in and socket for future IPv6 support.Vitaly Buka2017-04-101-51/+77
* [msan] Reorder unittests for future parametrization.Vitaly Buka2017-04-101-68/+68
* [sanitizers] Fix get_groups interceptor in sanitizer (https://reviews.llvm.or...Kostya Serebryany2017-03-291-0/+15
* [msan] Test for _mm_getcsr and _mm_setcsr (r296848).Evgeniy Stepanov2017-03-031-0/+12
* Make cmake link flag naming consistentFrancis Ricci2017-01-101-3/+3