Actions
Task #5747
closedSimple infinite loop detection
Start date:
03/25/2015
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Published in build:
150522
Description
MicroTESK should be able to identify a situation when number of branch executions exceeds some limit.
In such cases, MicroTESK should skip the test case and warns a user.
Updated by Andrei Tatarnikov over 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Implemented in r3645. Added an example test template.
The execution limit is currently specified using the "-l,--execution limit"
argument. The default value is currently hardcoded as 200.
Later, the command line interface will be changed and default value will be read from a configuration file.
Updated by Andrei Tatarnikov over 9 years ago
- Status changed from Resolved to Closed
- Published in build set to 150522
Actions