summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/TypeCheck
AgeCommit message (Expand)Author
2017-12-28-fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann
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-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-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-02[ubsan] Test -fsanitize=vptr without -fsanitize=nullVedant 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-06-15[ubsan] Fix a faulty memory accessibility checkVedant 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-15[ubsan] Don't enable debug info in all testsReid Kleckner
2017-05-12[ubsan] Enable debug info in test binariesReid Kleckner
2017-05-01[ubsan] Fall back to the fast unwinder when print_stacktrace=1Vedant Kumar
2016-11-21Add a test for vcall on a null ptr.Ivan Krasin
2016-10-26[ubsan] Fix vptr.cpp test to be more resilient. NFC.Robert Lougher
2016-08-24[ubsan] fix the test to me more resistent against changes in the sanitizer al...Kostya Serebryany
2016-06-02UBSan: crash less often on corrupted Vtables.Ivan Krasin
2016-05-25Fix columns for member function callsHal Finkel
2016-03-02[test/vptr-non-unique-typeinfo] Address Samsonov's post-commit reviewFilipe Cabecinhas
2016-02-29Avoid use of -fsanitize=vptr in MSVC env, it is not yet supportedReid Kleckner
2016-02-27[UBSan] Fix isDerivedFromAtOffset on iOS ARM64Filipe Cabecinhas
2015-09-17Revert "ubsan: Implement memory permission validation for vtables."Evgeniy Stepanov
2015-09-11ubsan: Implement memory permission validation for vtables.Peter Collingbourne
2015-08-25[UBSan] Test churn: use the approach from r244839 and r245962 in UBSan lit te...Alexey Samsonov
2015-08-12[windows] Always use the lit shell on Windows, even if bash is presentReid Kleckner
2015-08-05[UBSan] Fix UBSan-vptr false positive.Alexey Samsonov
2015-07-02UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne
2015-06-25[CMake] Fix PR23539: Don't reference C++ ABI symbols prior to Mac OS 10.9.Alexey Samsonov
2015-04-30[UBSan] Make stacktrace-matching CHECK-lines in tests Linux-specific.Alexey Samsonov
2015-04-29[UBSan] Disable vptr.cpp on Darwin again.Alexey Samsonov
2015-04-29[UBSan] Various improvements to vptr.cpp test caseAlexey Samsonov
2015-04-29Re-XFAIL UBSan vptr testcase on darwin.Ahmed Bougacha
2015-04-28Address old FIXMEs in UBSan test cases.Alexey Samsonov
2015-04-28Allow UBSan+MSan and UBSan+TSan combinations (Clang part).Alexey Samsonov
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-03-24Revert "Revert "[UBSan] Use shared library for UBSan on OS X" and its followup"Alexey Samsonov
2015-03-24Revert "[UBSan] Use shared library for UBSan on OS X" and its followupJustin Bogner
2015-03-23[UBSan] Use shared library for UBSan on OS X (compiler-rt part).Alexey Samsonov
2015-02-26[UBSan] Run all UBSan tests in 32-bit mode as well.Alexey Samsonov
2015-02-20[Sanitizer] Refactor SuppressionContext class.Alexey Samsonov
2015-02-14Use @LINE instead of hardcoded line numbersFilipe Cabecinhas
2015-02-13Add -frtti to tests that need rttiFilipe Cabecinhas
2015-02-11[UBSan] Add report deduplication for -fsanitize=function.Alexey Samsonov
2015-01-18Update for tests failing due to improvements in clang's column information fo...David Blaikie