summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/Misc
AgeCommit message (Expand)Author
2017-12-08[ubsan] Test for pass_object_size bounds checksVedant Kumar
2017-11-10sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does ...Peter Collingbourne
2017-10-07[ubsan] Add a static runtime on DarwinVedant Kumar
2017-07-29[ubsan] Diagnose invalid uses of builtins (compiler-rt)Vedant Kumar
2017-06-23[ubsan] Improve diagnostics for return value checks (compiler-rt)Vedant Kumar
2017-05-15[ubsan] Don't enable debug info in all testsReid Kleckner
2017-05-05[ubsan]: temporarily disable print_stack_trace.cc testAlexander Potapenko
2017-05-05[ubsan] Implement __sanitizer_print_stack_trace for standalone UBSan runtime.Alexander Potapenko
2017-05-05[ubsan] Fix error summary message for ObjC BOOL invalid loadsVedant Kumar
2017-05-01[ubsan] Fall back to the fast unwinder when print_stacktrace=1Vedant Kumar
2017-04-27[ubsan] Make the cast overflow message less redundantVedant Kumar
2017-03-22Make nullability test pass on Windows, which evaluates parameters right-to-left.Nico Weber
2017-03-17[ubsan] Add e2e test for -fsanitize=nullabilityVedant Kumar
2017-02-23[test] Use @LINE macroFilipe Cabecinhas
2016-06-15Merge two coverage tests undef UBSan into one.Evgeniy Stepanov
2016-04-06[sancov] enabling coverage edge pruning by default.Mike Aizatsky
2016-03-03[test/ubsan/coverage-levels] Fix file references in UBSAN_OPTIONSFilipe Cabecinhas
2015-12-01Fix the RUN on UBSAN unit testsSumanth Gundapaneni
2015-10-23Fixup test/ubsan/TestCases/Misc/coverage-levels.cc, LLVM is smarterHal Finkel
2015-09-18[compiler-rt] [sanitizer] Clean buildbot failures for aarch64Adhemerval Zanella
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-09-01Mark the log_path ubsan test as requiring a shell. It uses globs.Reid Kleckner
2015-08-25[UBSan] Test churn: use the approach from r244839 and r245962 in UBSan lit te...Alexey Samsonov
2015-08-24[UBSan] Add the ability to print more precise error kind in summary line.Alexey Samsonov
2015-08-12[windows] Always use the lit shell on Windows, even if bash is presentReid Kleckner
2015-07-31[UBSan] Test: Move coverage-levels.cc out of Linux directoryFilipe Cabecinhas
2015-07-02UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne
2015-05-07[SanitizerCoverage] Upgrade lit tests to new -fsanitize-coverage= flags.Alexey Samsonov
2015-04-30[UBSan] Make stacktrace-matching CHECK-lines in tests Linux-specific.Alexey Samsonov
2015-04-29[UBSan] Add a testcase for __ubsan_default_options() function.Alexey Samsonov
2015-04-28Allow UBSan+MSan and UBSan+TSan combinations (Clang part).Alexey Samsonov
2015-04-19Make ubsan respect log_pathHal Finkel
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-03-12Make the UBSan coverage-levels.cc test be Linux specificKuba Brecka
2015-03-05Revert "[UBSan] Add testcases for -fsanitize=shift-base and -fsanitize=shift-...Alexey Samsonov
2015-03-03[UBSan] Add testcases for -fsanitize=shift-base and -fsanitize=shift-exponent.Alexey Samsonov
2015-01-12Update test cases for new -fsanitize-recover= semantics.Alexey Samsonov
2015-01-06[ubsan] disable coverage-levels.cc on darwin until we can investigate what's ...Kostya Serebryany
2015-01-06[ubsan] partially enable -fsanitize-coverage=N with ubsan. It will work as us...Kostya Serebryany
2014-11-10[Ubsan] Fix the missing_return.cpp test to pass on FreeBSDViktor Kutuzov
2014-10-10Disabling main() check on UBSAN, since the noreturn check is already madeRenato Golin
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-13[UBSan] Add returns-nonnull sanitizer.Alexey Samsonov
2014-07-29[UBSan] Try to enable pipefail in UBSan lit tests to make them behave more pr...Alexey Samsonov
2014-05-14Add %run to tests that used %T/name.exeGreg Fitzgerald
2014-04-30Add %run to all lit testsGreg Fitzgerald