summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/TypeCheck/vptr.cpp
AgeCommit message (Expand)Author
2017-12-28-fsanitize=vptr warnings on bad static types in dynamic_cast and typeidStephan Bergmann
2017-10-09[ubsan] Disable one test on Android.Evgeniy Stepanov
2017-09-15ubsan: Unbreak ubsan_cxx runtime library on Windows.Peter Collingbourne
2017-07-25[ubsan] -fsanitize=vptr now requires -fsanitize=null, update testsVedant Kumar
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-05-25Fix columns for member function callsHal Finkel
2015-08-25[UBSan] Test churn: use the approach from r244839 and r245962 in UBSan lit te...Alexey Samsonov
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-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-13Add -frtti to tests that need rttiFilipe Cabecinhas
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2014-12-30Revert "UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases"Alexey Samsonov
2014-12-18Fix suppressions file usageFilipe Cabecinhas
2014-11-06UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbasesDavid Majnemer
2014-10-16Adds stable-runtime to ubsan to avoid broken ARM tests with asanRenato Golin
2014-10-14Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to passRenato Golin
2014-10-09XFAIL some more sanitiser ARMv7l testsRenato Golin
2014-09-19[UBSan] Introduce more flexible __ubsan_default_options function instead of U...Alexey Samsonov
2014-09-12Revert r217616. Problems and complexity it introduces negate its benefitAlexey Samsonov
2014-09-11[UBSan] Parse common flags from UBSAN_OPTIONS runtime variable even ifAlexey Samsonov
2014-09-10[UBSan] Add halt_on_error runtime flagAlexey Samsonov
2014-08-05The test doesn't export ASAN_OPTIONS, so $ASAN_OPTIONS should not be used in ...Alexander Kornienko
2014-08-05[UBSan] Allow to suppress reports from vptr checker for specified types.Alexey Samsonov
2014-07-29[UBSan] Try to enable pipefail in UBSan lit tests to make them behave more pr...Alexey Samsonov
2014-07-23[UBSan] Add the ability to dump call stacks to -fsanitize=vptrAlexey Samsonov
2014-05-20[ubsan] fix vptr test on ARMGreg Fitzgerald
2014-04-30Add %run to all lit testsGreg Fitzgerald
2014-04-22[asan] enable LeakSanitizer (LSan) by default in asan. This only affects Linu...Kostya Serebryany
2014-02-14Move UBSan test suite under test/Alexey Samsonov