llvm-project/compiler-rt/test/ubsan/TestCases/Integer
Fangrui Song 7f9a94e1f8 [ubsan][test] Restore float-divide-by-zero test
Removed by rCTE365307 to fix buildbots. It can be restored now because D64317/rC365587 brought back -fsanitize=float-divide-by-zero

llvm-svn: 365591
2019-07-10 01:53:11 +00:00
..
add-overflow.cpp
div-overflow.cpp
div-zero.cpp [ubsan][test] Restore float-divide-by-zero test 2019-07-10 01:53:11 +00:00
incdec-overflow.cpp
mul-overflow.cpp
negate-overflow.cpp [UBSan] Followup for silence_unsigned_overflow flag to handle negate overflows. 2018-07-13 22:49:06 +00:00
no-recover.cpp [compiler-rt][UBSan] silence_unsigned_overflow: do *NOT* ignore *fatal* unsigned overflows 2018-11-21 20:35:43 +00:00
shift.cpp
sub-overflow.cpp
summary.cpp [ubsan] Use the correct tool name in diagnostics 2017-04-14 18:24:35 +00:00
suppressions.cpp [ubsan] Make suppressions.cpp test pass for me on Windows 2019-02-01 21:35:17 +00:00
uadd-overflow.cpp
uincdec-overflow.cpp
umul-overflow.cpp
usub-overflow.cpp