summaryrefslogtreecommitdiff
path: root/test/ubsan
AgeCommit message (Expand)Author
2014-11-10Enable running Ubsan tests on FreeBSDViktor Kutuzov
2014-11-10[Ubsan] Fix the missing_return.cpp test to pass on FreeBSDViktor Kutuzov
2014-11-10[Ubsan] Fix the cast-overflow.cpp test to build on FreeBSDViktor Kutuzov
2014-11-06UBSan: Teach isDerivedFromAtOffset and findBaseAtOffset about vbasesDavid Majnemer
2014-10-16UBSAN stable runtime more generic with arm* targetsRenato Golin
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-11[UBSan] Disable one run line of this test to allow the test as a wholeChandler Carruth
2014-10-11[UBSan] Fix UBSan testcase for float->int conversion after LLVM r219542.Alexey Samsonov
2014-10-10Disabling main() check on UBSAN, since the noreturn check is already madeRenato Golin
2014-10-09XFAIL some more sanitiser ARMv7l testsRenato Golin
2014-10-08Mark sanitizer tests XFAIL on ARMv7Renato Golin
2014-10-01Disable the ubsan-asan config on Darwin.Alexander Potapenko
2014-09-30[UBsan] Disable summary.cpp on Darwin. The test requires ubsan-asan, which do...Alexander Potapenko
2014-09-30[UBSan] Use <machine/endian.h> on Darwin.Alexander Potapenko
2014-09-26[UBSan] Adding support of MIPS32Petar Jovanovic
2014-09-22UBSan: print 'undefined-behavior' instead of 'runtime-error' in report summaryAlexey Samsonov
2014-09-19[UBSan] Introduce more flexible __ubsan_default_options function instead of U...Alexey Samsonov
2014-09-19[UBSan] Optionally report summary in UBSan error reports.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-09-08Report source location of returns_nonnull attribute in UBSan reports.Alexey Samsonov
2014-09-08Implement nonnull-attribute sanitizerAlexey Samsonov
2014-08-28[ubsan] Follow-up for r216657: fixed the line numbers in the test.Alexander Potapenko
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-13[UBSan] Add returns-nonnull sanitizer.Alexey Samsonov
2014-08-08[CMake] Determine which compiler-rt libraries are supported onAlexey 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-07-23[UBSan] Introduce UBSAN_OPTIONS environment variable.Alexey Samsonov
2014-05-29light up sanitizers for ARM, take 2Greg Fitzgerald
2014-05-29Revert "light up sanitizers for ARM"Greg Fitzgerald
2014-05-29light up sanitizers for ARMGreg Fitzgerald
2014-05-23[ubsan] temporary disable testing with -m32 as there are bots that don't supp...Kostya Serebryany
2014-05-23[ubsan] handle long double in 32-bit mode; part of the patch by Marek PolacekKostya Serebryany
2014-05-20[ubsan] fix vptr test on ARMGreg Fitzgerald
2014-05-14removed redundant lit variableGreg Fitzgerald
2014-05-14Add target flags to ubsan testsGreg Fitzgerald
2014-05-14Add %run to tests that used %T/name.exeGreg Fitzgerald
2014-04-30Add %run to all lit testsGreg Fitzgerald
2014-04-30Allow any test to be executed via a %run command.Greg Fitzgerald