summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/ubsan/TestCases/TypeCheck
Commit message (Expand)AuthorAgeFilesLines
* Remove xfail i386 NetBSD mark in vptr-non-unique-typeinfo.cppKamil Rytarowski2019-09-101-1/+0
* 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
* [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*Reid Kleckner2019-06-272-0/+0
* [UBsan] disable few tests for FreeBSDDavid Carlier2018-11-052-0/+4
* Mark vptr-non-unique-typeinfo as a broken test for NetBSD/i386Kamil Rytarowski2018-10-301-0/+1
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-097-7/+7
* [UBsan] Enable subset of unit tests for OpenBSDDavid Carlier2018-06-303-0/+6
* 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
* Revert r320977 "No -fsanitize=function warning when calling noexcept function...Stephan Bergmann2017-12-181-39/+1
* No -fsanitize=function warning when calling noexcept function through non-noe...Stephan Bergmann2017-12-181-1/+39
* XFAIL ubsan/TestCases/TypeCheck/Function/function.cpp on WindowsHans Wennborg2017-10-101-0/+1
* [ubsan] Fix Asan internal alloc corruption in PR33221 test.Evgeniy Stepanov2017-10-091-1/+1
* [ubsan] Disable one test on Android.Evgeniy Stepanov2017-10-091-0/+2
* [sanitizer] Test ubsan and cfi on android.Evgeniy Stepanov2017-10-061-1/+1
* [sanitizer] Move %ld_flags_rpath_exe to common and use it in more tests.Evgeniy Stepanov2017-10-051-2/+2
* ubsan: Unbreak ubsan_cxx runtime library on Windows.Peter Collingbourne2017-09-155-0/+5
* [ubsan] Enable -fsanitize=function test on DarwinVedant Kumar2017-09-131-6/+3
* [ubsan] Test -fsanitize=vptr without -fsanitize=nullVedant Kumar2017-08-022-2/+2
* [ubsan] Update a test missed in r309008, NFCVedant Kumar2017-07-251-1/+1
* [ubsan] -fsanitize=vptr now requires -fsanitize=null, update testsVedant Kumar2017-07-254-10/+19
* [ubsan] Fix a faulty memory accessibility checkVedant Kumar2017-06-153-1/+60
* Tighten up test to address bot failure. NFC.Vedant Kumar2017-06-011-3/+7
* Bug 33221 [UBSAN] segfault with -fsanitize=undefinedVedant Kumar2017-06-011-0/+24
* [ubsan] Don't enable debug info in all testsReid Kleckner2017-05-151-1/+1
* [ubsan] Enable debug info in test binariesReid Kleckner2017-05-121-5/+1
* [ubsan] Fall back to the fast unwinder when print_stacktrace=1Vedant Kumar2017-05-011-6/+2
* Add a test for vcall on a null ptr.Ivan Krasin2016-11-211-6/+26
* [ubsan] Fix vptr.cpp test to be more resilient. NFC.Robert Lougher2016-10-261-1/+1
* [ubsan] fix the test to me more resistent against changes in the sanitizer al...Kostya Serebryany2016-08-241-0/+7
* UBSan: crash less often on corrupted Vtables.Ivan Krasin2016-06-021-0/+41
* Fix columns for member function callsHal Finkel2016-05-253-5/+5
* [test/vptr-non-unique-typeinfo] Address Samsonov's post-commit reviewFilipe Cabecinhas2016-03-024-14/+15
* Avoid use of -fsanitize=vptr in MSVC env, it is not yet supportedReid Kleckner2016-02-291-0/+2
* [UBSan] Fix isDerivedFromAtOffset on iOS ARM64Filipe Cabecinhas2016-02-274-0/+22
* Revert "ubsan: Implement memory permission validation for vtables."Evgeniy Stepanov2015-09-171-33/+0
* ubsan: Implement memory permission validation for vtables.Peter Collingbourne2015-09-111-0/+33
* [UBSan] Test churn: use the approach from r244839 and r245962 in UBSan lit te...Alexey Samsonov2015-08-253-19/+18
* [windows] Always use the lit shell on Windows, even if bash is presentReid Kleckner2015-08-121-0/+4
* [UBSan] Fix UBSan-vptr false positive.Alexey Samsonov2015-08-051-0/+13
* UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne2015-07-022-10/+10
* [CMake] Fix PR23539: Don't reference C++ ABI symbols prior to Mac OS 10.9.Alexey Samsonov2015-06-252-1/+3
* [UBSan] Make stacktrace-matching CHECK-lines in tests Linux-specific.Alexey Samsonov2015-04-301-12/+10
* [UBSan] Disable vptr.cpp on Darwin again.Alexey Samsonov2015-04-291-0/+3
* [UBSan] Various improvements to vptr.cpp test caseAlexey Samsonov2015-04-291-29/+26
* Re-XFAIL UBSan vptr testcase on darwin.Ahmed Bougacha2015-04-291-0/+2
* Address old FIXMEs in UBSan test cases.Alexey Samsonov2015-04-281-2/+0
* Allow UBSan+MSan and UBSan+TSan combinations (Clang part).Alexey Samsonov2015-04-282-5/+5
* [UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov2015-04-011-1/+1
OpenPOWER on IntegriCloud