summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases
AgeCommit message (Expand)Author
2016-11-21Add a test for vcall on a null ptr.Ivan Krasin
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-06-15Merge two coverage tests undef UBSan into one.Evgeniy Stepanov
2016-06-14Fix ubsan/coverage test to put coverage file in a subdirectory.Evgeniy Stepanov
2016-06-14Compiler-rt test for sanitizer coverage w/o sanitizers.Evgeniy Stepanov
2016-06-02UBSan: crash less often on corrupted Vtables.Ivan Krasin
2016-05-25Fix columns for member function callsHal Finkel
2016-04-06[sancov] enabling coverage edge pruning by default.Mike Aizatsky
2016-03-12Fix bad regression from r263077 when building with MSVC.Nico Weber
2016-03-12Disable a test that started failing recently; see PR26919.Nico Weber
2016-03-04[ubsan/float-cast-overflow] Make the test also work with C++11 narrowingFilipe Cabecinhas
2016-03-03[test/ubsan/coverage-levels] Fix file references in UBSAN_OPTIONSFilipe Cabecinhas
2016-03-02[test/vptr-non-unique-typeinfo] Address Samsonov's post-commit reviewFilipe Cabecinhas
2016-02-29Avoid use of -fsanitize=vptr in MSVC env, it is not yet supportedReid Kleckner
2016-02-27[UBSan] Fix isDerivedFromAtOffset on iOS ARM64Filipe Cabecinhas
2016-01-22When building without DIA SDK, don't set suppressions.cpp failNico Weber
2016-01-15Re-disable suppressions.cpp on Windows.Nico Weber
2016-01-08Make ubsan suppression test pass on Windows.Nico Weber
2015-12-23XFAIL ubsan suppressions.cpp test on Windows for now.Nico Weber
2015-12-18[UBSan] Implement runtime suppressions (PR25066).Alexey Samsonov
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-10-12[ubsan] Invoke test program using %run.Filipe Cabecinhas
2015-09-18[compiler-rt] [sanitizer] Clean buildbot failures for aarch64Adhemerval Zanella
2015-09-17Revert "ubsan: Implement memory permission validation for vtables."Evgeniy Stepanov
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-09-11ubsan: Implement memory permission validation for vtables.Peter Collingbourne
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-08-11[compiler-rt] Add SourceLocations for float_cast_overflow data.Filipe Cabecinhas
2015-08-05[UBSan] Fix UBSan-vptr false positive.Alexey Samsonov
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-06-25[CMake] Fix PR23539: Don't reference C++ ABI symbols prior to Mac OS 10.9.Alexey Samsonov
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] Disable vptr.cpp on Darwin again.Alexey Samsonov
2015-04-29[UBSan] Various improvements to vptr.cpp test caseAlexey Samsonov
2015-04-29[UBSan] Add a testcase for __ubsan_default_options() function.Alexey 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-04-23[UBSan] Unify the way we report overflow in increment/decrement operator.Alexey Samsonov
2015-04-23[UBSan] Make sure proper error summary is printed for -fsanitize=float-cast-o...Alexey Samsonov
2015-04-22[ubsan] Stop cast-overflow.cpp test leaking undefined behaviour into the exit...Daniel Sanders
2015-04-19Make ubsan respect log_pathHal Finkel
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov