aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-10-22[builtins][test] Avoid unportable mmap call in clear_cache_test.cHEADmasterRainer Orth
2019-10-21[hwasan] Workaround unwinder issues in try-catch test.Evgeniy Stepanov
2019-10-19[profile] Use -fPIC -shared in a test instead of -dynamiclibVedant Kumar
2019-10-19[profile] Disable instrprof-get-filename-merge-mode.c on WindowsVedant Kumar
2019-10-18[profile] Do not cache __llvm_profile_get_filename resultVedant Kumar
2019-10-18[hwasan] Remove system allocator fallback.Evgeniy Stepanov
2019-10-17[Builtins] Downgrade duplicate source file warning from a fatal error to a wa...Dan Liew
2019-10-17[Builtins] Provide a mechanism to selectively disable tests based on whether ...Dan Liew
2019-10-17[asan] Update Windows test expectations for LLVM's MS demanglerReid Kleckner
2019-10-15CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...Dmitry Mikulin
2019-10-10Add a missing include in test.Evgeniy Stepanov
2019-10-10Reland "[ASan] Do not misrepresent high value address dereferences as null de...Julian Lettner
2019-10-10[Sanitizers] Fix getrandom testDavid Carlier
2019-10-10[Sanitizers] Porting getrandom/getentropy interceptors to FreeBSDDavid Carlier
2019-10-10[UBSan] Split nullptr-and-nonzero-offset-variable.c in another directionRoman Lebedev
2019-10-10Revert "[ASan] Do not misrepresent high value address dereferences as null de...Russell Gallop
2019-10-10[UBSan] Split nullptr-and-nonzero-offset-variable.cpp into C and C++ variantsRoman Lebedev
2019-10-10[UBSan] Revisit nullptr-and-nonzero-offset-variable.cpp test to hopefully mak...Roman Lebedev
2019-10-10[UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...Roman Lebedev
2019-10-10[ASan] Do not misrepresent high value address dereferences as null dereferencesJulian Lettner
2019-10-09[sanitizer, NFC] Fix grammar in commentVitaly Buka
2019-10-09[sanitizer] Disable signal_trap_handler on s390Vitaly Buka
2019-10-09[sanitizer] Make signal_name a C testVitaly Buka
2019-10-09[sanitizer] Use raise() in test and cover more signalsVitaly Buka
2019-10-08[sanitizer] Fix crypt.cpp on Android againVitaly Buka
2019-10-08[sanitizer] Fix crypt.cpp test on DarwinVitaly Buka
2019-10-08Fix `compiler_rt_logbf_test.c` test failure for Builtins-i386-darwin test suite.Dan Liew
2019-10-08[sanitizer] Disable crypt*.cpp tests on AndroidVitaly Buka
2019-10-08[sanitizer] Fix signal_trap_handler.cpp on androidVitaly Buka
2019-10-08[msan] Add interceptors: crypt, crypt_r.Evgeniy Stepanov
2019-10-07[sanitizer] Print SIGTRAP for corresponding signalVitaly Buka
2019-10-07[tsan] Don't delay SIGTRAP handlerVitaly Buka
2019-10-04[compiler-rt] Remove O1 tests from signal_line.cppVitaly Buka
2019-10-04[compiler-rt] Fix signal_line.cpp testVitaly Buka
2019-10-04[compiler-rt] Remove O2, O3 from signal_line test for fix android testsVitaly Buka
2019-10-03[compiler-rt] More optimization levels in signal_line.cpp testVitaly Buka
2019-10-02[sanitizer_common] Disable onprint.cpp on Android.Matt Morehouse
2019-10-02[compiler-rt] Use GetNextInstructionPc in signal handlersVitaly Buka
2019-10-02[sanitizer_common] Rename OnPrint to __sanitizer_on_print.Matt Morehouse
2019-10-01[CMake] Fix the value of `config.target_cflags` for non-macOS Apple platforms...Dan Liew
2019-10-01[libFuzzer] Remove lazy counters.Matt Morehouse
2019-09-30[msan] Intercept __getrlimit.Evgeniy Stepanov
2019-09-27Revert "[profile] Add a test dependency on cxx-headers"Vedant Kumar
2019-09-27[profile] Mark instrprof-gcov-fork.test UNSUPPORTED on Darwin as wellVedant Kumar
2019-09-27[profile] Add a test dependency on cxx-headersVedant Kumar
2019-09-27hwasan: Compatibility fixes for short granules.Peter Collingbourne
2019-09-26[libFuzzer] [NFC] Fix grammar error with "it's"Mitch Phillips
2019-09-25builtins test: Move clear_cache_test.c from a mprotect()ed global to a mmap()...Nico Weber
2019-09-24[TSAN] Add read/write range interface functions with PCJoachim Protze
2019-09-24[llvm-cov] NFC: Specify a specific C++ standard in the test.Artem Dergachev