Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-21 | remove tests for LLVM <= 3.7 | Julian Büning | |
2018-08-01 | test: remove geq-llvm-3.4 | Julian Büning | |
2017-08-07 | Added 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. |