summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...Dmitry Mikulin2019-10-151-0/+38
* Add a missing include in test.Evgeniy Stepanov2019-10-101-0/+1
* Reland "[ASan] Do not misrepresent high value address dereferences as null de...Julian Lettner2019-10-101-0/+50
* [Sanitizers] Fix getrandom testDavid Carlier2019-10-101-1/+1
* [Sanitizers] Porting getrandom/getentropy interceptors to FreeBSDDavid Carlier2019-10-101-4/+8
* [UBSan] Split nullptr-and-nonzero-offset-variable.c in another directionRoman Lebedev2019-10-102-51/+12
* Revert "[ASan] Do not misrepresent high value address dereferences as null de...Russell Gallop2019-10-101-50/+0
* [UBSan] Split nullptr-and-nonzero-offset-variable.cpp into C and C++ variantsRoman Lebedev2019-10-102-13/+42
* [UBSan] Revisit nullptr-and-nonzero-offset-variable.cpp test to hopefully mak...Roman Lebedev2019-10-101-7/+7
* [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev2019-10-106-6/+152
* [ASan] Do not misrepresent high value address dereferences as null dereferencesJulian Lettner2019-10-101-0/+50
* [sanitizer, NFC] Fix grammar in commentVitaly Buka2019-10-091-1/+1
* [sanitizer] Disable signal_trap_handler on s390Vitaly Buka2019-10-091-0/+5
* [sanitizer] Make signal_name a C testVitaly Buka2019-10-091-2/+3
* [sanitizer] Use raise() in test and cover more signalsVitaly Buka2019-10-092-8/+19
* [sanitizer] Fix crypt.cpp on Android againVitaly Buka2019-10-082-6/+3
* [sanitizer] Fix crypt.cpp test on DarwinVitaly Buka2019-10-082-4/+7
* Fix `compiler_rt_logbf_test.c` test failure for Builtins-i386-darwin test suite.Dan Liew2019-10-081-3/+7
* [sanitizer] Disable crypt*.cpp tests on AndroidVitaly Buka2019-10-082-5/+7
* [sanitizer] Fix signal_trap_handler.cpp on androidVitaly Buka2019-10-081-6/+11
* [msan] Add interceptors: crypt, crypt_r.Evgeniy Stepanov2019-10-082-0/+63
* [sanitizer] Print SIGTRAP for corresponding signalVitaly Buka2019-10-071-0/+8
* [tsan] Don't delay SIGTRAP handlerVitaly Buka2019-10-071-0/+29
* [compiler-rt] Remove O1 tests from signal_line.cppVitaly Buka2019-10-041-4/+0
* [compiler-rt] Fix signal_line.cpp testVitaly Buka2019-10-041-2/+2
* [compiler-rt] Remove O2, O3 from signal_line test for fix android testsVitaly Buka2019-10-041-11/+2
* [compiler-rt] More optimization levels in signal_line.cpp testVitaly Buka2019-10-031-12/+13
* [sanitizer_common] Disable onprint.cpp on Android.Matt Morehouse2019-10-021-0/+2
* [compiler-rt] Use GetNextInstructionPc in signal handlersVitaly Buka2019-10-021-0/+36
* [sanitizer_common] Rename OnPrint to __sanitizer_on_print.Matt Morehouse2019-10-021-0/+31
* [CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew2019-10-014-50/+79
* [libFuzzer] Remove lazy counters.Matt Morehouse2019-10-011-3/+0
* [msan] Intercept __getrlimit.Evgeniy Stepanov2019-09-301-0/+16
* Revert "[profile] Add a test dependency on cxx-headers"Vedant Kumar2019-09-271-1/+1
* [profile] Mark instrprof-gcov-fork.test UNSUPPORTED on Darwin as wellVedant Kumar2019-09-271-0/+1
* [profile] Add a test dependency on cxx-headersVedant Kumar2019-09-271-1/+1
* hwasan: Compatibility fixes for short granules.Peter Collingbourne2019-09-272-3/+10
* [libFuzzer] [NFC] Fix grammar error with "it's"Mitch Phillips2019-09-261-1/+1
* builtins test: Move clear_cache_test.c from a mprotect()ed global to a mmap()...Nico Weber2019-09-251-28/+21
* [TSAN] Add read/write range interface functions with PCJoachim Protze2019-09-241-0/+40
* [llvm-cov] NFC: Specify a specific C++ standard in the test.Artem Dergachev2019-09-241-3/+6
* Avoid memory leak in ASan testKamil Rytarowski2019-09-211-0/+1
* [lsan] Fix deadlock in dl_iterate_phdr.Evgeniy Stepanov2019-09-191-0/+52
* [test] Clean up previous raw profile before merging into itVedant Kumar2019-09-161-1/+1
* Commit missing part of "Split many_tls_keys.cpp into two tests"Kamil Rytarowski2019-09-152-28/+8
* compiler-rt/builtins: Make check-builtins run tests on macOS.Nico Weber2019-09-142-4/+11
* Split many_tls_keys.cpp into two testsKamil Rytarowski2019-09-122-0/+61
* [compiler-rt] Remove some cpplint filtersVitaly Buka2019-09-121-2/+2
* [compiler-rt] Run cpplint only for check-sanitizerVitaly Buka2019-09-122-3/+5
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-119-23/+29