Actions
Feature #9609
closedAvoid recursion in simple tests
Start date:
04/19/2019
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Thanks to recent changes in CPAchecker it does not erroneously support recursion in configuration "-ldv-bam" (#9583). Unfortunately, some our tests use recursion although they do not need it actually. The generic rule is that tests should be simple to avoid interference with complex issues.
Updated by Evgeny Novikov over 5 years ago
- Blocks Feature #9583: Update CPAchecker added
Updated by Evgeny Novikov over 5 years ago
- Status changed from New to Resolved
In branch update-cpachecker I removed one excessive test case that used recursion intentionally and update another one where recursion was used unintentionally.
Updated by Evgeny Novikov over 5 years ago
- Status changed from Resolved to Closed
After tests passed, I merged the branch to master in 1085dfa3c.
Actions