summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/Integer
Commit message (Expand)AuthorAgeFilesLines
* [ubsan][test] Restore float-divide-by-zero testFangrui Song2019-07-101-0/+1
* [ubsan][test] Fix cast-overflow.cpp and delete float-divide-by-zero test afte...Fangrui Song2019-07-081-1/+0
* [ubsan] Make suppressions.cpp test pass for me on WindowsReid Kleckner2019-02-011-1/+4
* [compiler-rt][UBSan] silence_unsigned_overflow: do *NOT* ignore *fatal* unsig...Roman Lebedev2018-11-211-1/+3
* [UBSan] Followup for silence_unsigned_overflow flag to handle negate overflows.Max Moroz2018-07-131-1/+3
* [UBsan] Enable subset of unit tests for OpenBSDDavid Carlier2018-06-301-0/+2
* [UBSan] Add silence_unsigned_overflow flag.Matt Morehouse2018-06-271-0/+2
* [sanitizer] Test ubsan and cfi on android.Evgeniy Stepanov2017-10-061-0/+1
* Fix negate-overflow.cpp test on Windows after r303440Hans Wennborg2017-05-241-2/+4
* [ubsan] Use the correct tool name in diagnosticsVedant Kumar2017-04-141-2/+2
* When building without DIA SDK, don't set suppressions.cpp failNico Weber2016-01-221-7/+4
* Re-disable suppressions.cpp on Windows.Nico Weber2016-01-151-0/+6
* Make ubsan suppression test pass on Windows.Nico Weber2016-01-081-13/+5
* XFAIL ubsan suppressions.cpp test on Windows for now.Nico Weber2015-12-231-0/+8
* [UBSan] Implement runtime suppressions (PR25066).Alexey Samsonov2015-12-181-0/+33
* Fix the RUN on UBSAN unit testsSumanth Gundapaneni2015-12-011-1/+1
* [ubsan] Invoke test program using %run.Filipe Cabecinhas2015-10-121-1/+1
* [UBSan] Test churn: use the approach from r244839 and r245962 in UBSan lit te...Alexey Samsonov2015-08-251-1/+1
* [UBSan] Add the ability to print more precise error kind in summary line.Alexey Samsonov2015-08-241-2/+5
* UBSan: Enable runtime library tests on Windows, and get most tests passing.Peter Collingbourne2015-07-029-43/+43
* [UBSan] Unify the way we report overflow in increment/decrement operator.Alexey Samsonov2015-04-231-6/+6
* Revert "Revert "[UBSan] Add testcases for -fsanitize=shift-base and -fsanitiz...Alexey Samsonov2015-03-091-13/+21
* Revert "[UBSan] Add testcases for -fsanitize=shift-base and -fsanitize=shift-...Alexey Samsonov2015-03-051-21/+13
* [UBSan] Add testcases for -fsanitize=shift-base and -fsanitize=shift-exponent.Alexey Samsonov2015-03-031-13/+21
* [Sanitizer] Print column number in SUMMARY line if it's available.Alexey Samsonov2015-02-271-1/+1
* Update test cases for new -fsanitize-recover= semantics.Alexey Samsonov2015-01-121-2/+2
* Disable the ubsan-asan config on Darwin.Alexander Potapenko2014-10-011-2/+0
* [UBsan] Disable summary.cpp on Darwin. The test requires ubsan-asan, which do...Alexander Potapenko2014-09-301-0/+2
* UBSan: print 'undefined-behavior' instead of 'runtime-error' in report summaryAlexey Samsonov2014-09-221-1/+1
* [UBSan] Optionally report summary in UBSan error reports.Alexey Samsonov2014-09-191-0/+10
* [UBSan] Try to enable pipefail in UBSan lit tests to make them behave more pr...Alexey Samsonov2014-07-291-1/+1
* Add %run to all lit testsGreg Fitzgerald2014-04-3013-42/+42
* Move UBSan test suite under test/Alexey Samsonov2014-02-1413-0/+287