summaryrefslogtreecommitdiff
path: root/test/ubsan
AgeCommit message (Expand)Author
2018-07-13[UBSan] Followup for silence_unsigned_overflow flag to handle negate overflows.Max Moroz
2018-07-10[compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas
2018-06-30[UBsan] Enable subset of unit tests for OpenBSDDavid Carlier
2018-06-27[UBSan] Add silence_unsigned_overflow flag.Matt Morehouse
2018-06-25[ubsan] Mark a test case as unsupported on WindowsVedant Kumar
2018-06-22[ubsan] Add support for reporting diagnostics to a monitor processVedant Kumar
2018-01-17[Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski
2018-01-05o -fsanitize=function warning when calling noexcept function through non-noex...Stephan Bergmann
2017-12-28-fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann
2017-12-21[ubsan] Diagnose noreturn functions which return (compiler-rt)Vedant Kumar
2017-12-18Revert r320977 "No -fsanitize=function warning when calling noexcept function...Stephan Bergmann
2017-12-18No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann
2017-12-08[ubsan] Test for pass_object_size bounds checksVedant Kumar
2017-12-01[ubsan] Re-commit: lit changes for lld testing, future lto testing.Roman Lebedev
2017-12-01Revert "[ubsan] lit changes for lld testing, future lto testing."Roman Lebedev
2017-12-01[ubsan] lit changes for lld testing, future lto testing.Roman Lebedev
2017-11-10sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does ...Peter Collingbourne
2017-10-10Factor out "stable-runtime" feature and enable it on all android.Evgeniy Stepanov
2017-10-10XFAIL ubsan/TestCases/TypeCheck/Function/function.cpp on WindowsHans Wennborg
2017-10-09[ubsan] Fix Asan internal alloc corruption in PR33221 test.Evgeniy Stepanov
2017-10-09[ubsan] Disable one test on Android.Evgeniy Stepanov
2017-10-07cmake: Fix one more usage of append()Vedant Kumar
2017-10-07[ubsan] Add a static runtime on DarwinVedant Kumar
2017-10-06Factor out default_(a|ub)sanitizer_opts in lit.Evgeniy Stepanov
2017-10-06[sanitizer] Test ubsan and cfi on android.Evgeniy Stepanov
2017-10-05[sanitizer] Move %ld_flags_rpath_exe to common and use it in more tests.Evgeniy Stepanov
2017-09-15ubsan: Unbreak ubsan_cxx runtime library on Windows.Peter Collingbourne
2017-09-13[ubsan] Enable -fsanitize=function test on DarwinVedant Kumar
2017-08-08Enable ubsan on NetBSDKamil Rytarowski
2017-08-02[ubsan] Test -fsanitize=vptr without -fsanitize=nullVedant Kumar
2017-07-29[ubsan] Diagnose invalid uses of builtins (compiler-rt)Vedant Kumar
2017-07-25[ubsan] Update a test missed in r309008, NFCVedant Kumar
2017-07-25[ubsan] -fsanitize=vptr now requires -fsanitize=null, update testsVedant Kumar
2017-07-13[ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (compiler...Vedant Kumar
2017-06-23[ubsan] Improve diagnostics for return value checks (compiler-rt)Vedant Kumar
2017-06-15[ubsan] Fix a faulty memory accessibility checkVedant Kumar
2017-06-12[ubsan] Detect invalid unsigned pointer index expression (compiler-rt)Vedant Kumar
2017-06-01[ubsan] Runtime support for pointer overflow checkingVedant Kumar
2017-06-01Tighten up test to address bot failure. NFC.Vedant Kumar
2017-06-01Bug 33221 [UBSAN] segfault with -fsanitize=undefinedVedant Kumar
2017-05-24Fix negate-overflow.cpp test on Windows after r303440Hans Wennborg
2017-05-15[ubsan] Don't enable debug info in all testsReid Kleckner
2017-05-12[ubsan] Enable debug info in test binariesReid Kleckner
2017-05-09[SystemZ] Fix failures after D32542Ulrich Weigand
2017-05-05[ubsan]: temporarily disable print_stack_trace.cc testAlexander Potapenko
2017-05-05[ubsan] Implement __sanitizer_print_stack_trace for standalone UBSan runtime.Alexander Potapenko
2017-05-05[ubsan] Fix error summary message for ObjC BOOL invalid loadsVedant Kumar
2017-05-01[ubsan] Fall back to the fast unwinder when print_stacktrace=1Vedant Kumar
2017-04-27[ubsan] Make the cast overflow message less redundantVedant Kumar
2017-04-14[ubsan] Use the correct tool name in diagnosticsVedant Kumar