summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases
Commit message (Expand)AuthorAgeFilesLines
* [UBSan] Split nullptr-and-nonzero-offset-variable.c in another directionRoman Lebedev2019-10-102-51/+12
* [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-105-6/+130
* Remove xfail i386 NetBSD mark in vptr-non-unique-typeinfo.cppKamil Rytarowski2019-09-101-1/+0
* [UBSan] Do not overwrite the default print_summary sanitizer option.Max Moroz2019-09-091-0/+11
* compiler-rt: Rename last few cc files below test/ubsan to cppNico Weber2019-08-054-3/+3
* compiler-rt: Rename .cc files in lib/ubsan to .cpp.Nico Weber2019-07-311-1/+1
* Finish "Adapt -fsanitize=function to SANITIZER_NON_UNIQUE_TYPEINFO"Stephan Bergmann2019-07-161-3/+64
* [ubsan][test] Restore float-divide-by-zero testFangrui Song2019-07-101-0/+1
* [ubsan][test] Fix cast-overflow.cpp and delete float-divide-by-zero test afte...Fangrui Song2019-07-082-2/+1
* [ubsan][test] Fix several UBSan-* :: TestCases/ImplicitConversion tests on So...Rainer Orth2019-07-086-120/+120
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-273-0/+0
* [ubsan] Make suppressions.cpp test pass for me on WindowsReid Kleckner2019-02-011-1/+4
* Revert "[Sanitizers] UBSan unreachable incompatible with ASan in the presence...Julian Lettner2019-01-241-16/+0
* Temporarily deactivate tests; it fails on certain botsJulian Lettner2019-01-241-1/+1
* [ubsan] Fix test when isPICDefault() returns false after rCTE352003Fangrui Song2019-01-241-1/+1
* [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `nor...Julian Lettner2019-01-241-0/+16
* [compiler-rt] alignment-assumption-blacklist.cpp test apparently passes on an...Roman Lebedev2019-01-151-5/+0
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-1512-0/+327
* Revert alignment assumptions changesVlad Tsyrklevich2019-01-1512-253/+0
* Silence failing testsVlad Tsyrklevich2019-01-152-2/+2
* [compiler-rt] UBSan: just completely disable two alignment-assumption tests f...Roman Lebedev2019-01-142-8/+4
* [compiler-rt] UBSan: Disable 3 of the new alignment assumption tests on android.Roman Lebedev2019-01-143-5/+10
* [compiler-rt][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-1412-0/+252
* [compiler-rt][UBSan] silence_unsigned_overflow: do *NOT* ignore *fatal* unsig...Roman Lebedev2018-11-211-1/+3
* Adapt UBSan integer truncation tests to NetBSDKamil Rytarowski2018-11-0610-198/+198
* [UBsan] disable few tests for FreeBSDDavid Carlier2018-11-052-0/+4
* [NFC][compiler-rt] Cleanup Implicit Conversion Sanitizer tests to use sized t...Roman Lebedev2018-10-309-240/+248
* [compiler-rt][ubsan] Implicit Conversion Sanitizer - integer sign change - co...Roman Lebedev2018-10-307-3/+780
* Mark vptr-non-unique-typeinfo as a broken test for NetBSD/i386Kamil Rytarowski2018-10-301-0/+1
* [compiler-rt][ubsan] Split Implicit Integer Truncation Sanitizer into unsigne...Roman Lebedev2018-10-117-28/+753
* [compiler-rt][ubsan][NFC] Slight test cleanup in preparation for D50902.Roman Lebedev2018-09-272-90/+605
* [UBSan] Partially fix `test/ubsan/TestCases/Misc/log-path_test.cc` so that it...Dan Liew2018-09-171-0/+2
* [UBSan] Add missing `%run` prefixes to Pointer tests.Dan Liew2018-09-032-4/+4
* [NFC] Some small test updates for Implicit Conversion sanitizer.Roman Lebedev2018-08-172-5/+81
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-0910-10/+10
* [NFC] Rename test/ubsan/TestCases/{ImplicitCast => ImplicitConversion}Roman Lebedev2018-07-303-0/+0
* [compiler-rt] integer-truncation-blacklist.c: XFAIL on android/iosRoman Lebedev2018-07-301-0/+5
* [compiler-rt][ubsan] Implicit Conversion Sanitizer - integer truncation - co...Roman Lebedev2018-07-303-0/+91
* [test] Use printf instead of C++ iostream, NFC.Jonas Hahnfeld2018-07-261-4/+4
* [UBSan] Followup for silence_unsigned_overflow flag to handle negate overflows.Max Moroz2018-07-131-1/+3
* [compiler-rt] Get rid of "%T" expansionsFilipe Cabecinhas2018-07-101-7/+7
* [UBsan] Enable subset of unit tests for OpenBSDDavid Carlier2018-06-307-0/+14
* [UBSan] Add silence_unsigned_overflow flag.Matt Morehouse2018-06-271-0/+2
* [ubsan] Mark a test case as unsupported on WindowsVedant Kumar2018-06-251-2/+7
* [ubsan] Add support for reporting diagnostics to a monitor processVedant Kumar2018-06-221-0/+37
* [Sanitizers, test] Fix sanitizer tests on Solaris (PR 33274)Kamil Rytarowski2018-01-171-0/+10
* o -fsanitize=function warning when calling noexcept function through non-noex...Stephan Bergmann2018-01-051-1/+41
* -fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann2017-12-281-24/+91