summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/TypeCheck
AgeCommit message (Expand)Author
2015-01-12Update test cases for new -fsanitize-recover= semantics.Alexey Samsonov
2014-12-30Revert "UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbases"Alexey Samsonov
2014-12-18Fix suppressions file usageFilipe Cabecinhas
2014-12-15[ubsan][arm] supporting misaligned testcaseKumar Sukhani
2014-12-15[UBSan][MIPS] Adding support of MIPS64 in UBSan testingKumar Sukhani
2014-12-14Update test case with more accurate column information now that Clang produce...David Blaikie
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-14[UBSan] XFAIL test added in r219642 on DarwinAlexey Samsonov
2014-10-13Sanitize upcasts and conversion to virtual base.Alexey Samsonov
2014-10-09XFAIL some more sanitiser ARMv7l testsRenato Golin
2014-10-08Mark sanitizer tests XFAIL on ARMv7Renato Golin
2014-09-19[UBSan] Introduce more flexible __ubsan_default_options function instead of U...Alexey Samsonov
2014-09-17PR20721: Don't let UBSan print inaccessible memoryAlexey 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-28[UBSan] Temporarily disable checks for stack traces in UBSan reports on DarwinAlexander Potapenko
2014-08-22[UBSan] Add support for printing backtraces to all UBSan handlersAlexey Samsonov
2014-08-22[ubsan] Follow-up for r216263: fix the expected line number.Alexander Potapenko
2014-08-22[ubsan] Do not run Function/function.cpp on Darwin where -fsanitize=function ...Alexander Potapenko
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-07-23[UBSan] Introduce UBSAN_OPTIONS environment variable.Alexey 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