summaryrefslogtreecommitdiff
path: root/test/ubsan
AgeCommit message (Expand)Author
2015-06-25[CMake] Fix PR23539: Don't reference C++ ABI symbols prior to Mac OS 10.9.Alexey Samsonov
2015-05-19[sanitizer][MIPS] Add --target flag for MIPS32Sagar Thakur
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-28[UBSan] Fix CMake rules for tests after r235954.Alexey Samsonov
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-27[UBSan] Reenable ASan+UBSan tests on Darwin now that PR21112 is fixed.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
2015-04-01Remove XFAILs from cast-overflow.cppBill Seurer
2015-04-01[PPC64]This activates UBSan for the power architecture.Bill Seurer
2015-03-24Revert "Revert "[UBSan] Use shared library for UBSan on OS X" and its followup"Alexey Samsonov
2015-03-24Revert "[UBSan] Use shared library for UBSan on OS X" and its followupJustin Bogner
2015-03-23[UBSan] Use shared library for UBSan on OS X (compiler-rt part).Alexey Samsonov
2015-03-12Make the UBSan coverage-levels.cc test be Linux specificKuba Brecka
2015-03-09Revert "Revert "[UBSan] Add testcases for -fsanitize=shift-base and -fsanitiz...Alexey Samsonov
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-02-27[Sanitizer] Print column number in SUMMARY line if it's available.Alexey Samsonov
2015-02-26[UBSan] Run all UBSan tests in 32-bit mode as well.Alexey Samsonov
2015-02-20[Sanitizer] Refactor SuppressionContext class.Alexey Samsonov
2015-02-14Use @LINE instead of hardcoded line numbersFilipe Cabecinhas
2015-02-13Add -frtti to tests that need rttiFilipe Cabecinhas
2015-02-11[UBSan] Add report deduplication for -fsanitize=function.Alexey Samsonov
2015-01-18Update for tests failing due to improvements in clang's column information fo...David Blaikie
2015-01-15[sanitizer] Flag parser rewrite.Evgeniy Stepanov
2015-01-12Update test cases for new -fsanitize-recover= semantics.Alexey Samsonov
2015-01-07XFAIL AArch64 UBsan test, just like ARMRenato Golin
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-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-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