about summary refs log tree commit diff homepage
path: root/test/Feature/ConstExprWithDivZero.ll
AgeCommit message (Collapse)Author
2019-03-21remove tests for LLVM <= 3.7Julian Büning
2018-08-01test: remove geq-llvm-3.4Julian Büning
2017-08-07Added checks for div/mod by zero and overshifts in constant expressions. ↵Cristian Cadar
Such div/mod by zero expressions would previously crash KLEE. Added two test cases, one for div/mod by zero, the other for overshift. This fixes the bug reported in #268.