summaryrefslogtreecommitdiff
path: root/test/ubsan
AgeCommit message (Expand)Author
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
2014-04-22[asan] enable LeakSanitizer (LSan) by default in asan. This only affects Linu...Kostya Serebryany
2014-02-20[CMake] lit tests shouldn't depend on runtimes in standalone buildAlexey Samsonov
2014-02-19Add rudimentary support for running compiler-rt lit tests with GCCAlexey Samsonov
2014-02-18Simplify lit test configs for LSan and UBSan by using a generic configAlexey Samsonov
2014-02-18Remove debug printAlexey Samsonov
2014-02-17Simplify defining Clang compile flags in lit configsAlexey Samsonov
2014-02-14[ASan] Rename asan_runtime_libraries to asan. Re-enable tests on Android.Alexey Samsonov
2014-02-14Move UBSan test suite under test/Alexey Samsonov