Actions
Task #4810
closedCombinatorial test program generation based on test templates with branch instructions
Start date:
04/02/2014
Due date:
04/30/2014
% Done:
0%
Estimated time:
Detected in build:
svn
Published in build:
Description
Combinatorial test program generation based on test templates with branch instructions should be implemented as it was done in MicroTESK 1.0.
Updated by Alexander Kamkin over 10 years ago
One should implement an engine that takes branch and non-branch instructions as well as blocks and generates various control flows and execution traces.
block(:engine => BRANCH, :max-trace-length = 10, :control-flow = EXHAUSTIVE|RANDOM, :count = 100) {
bne
j
block {
add r1, r2, r3
sub r4, r5, r5
}
fdiv f1, f2, f3
nop
}
Updated by Alexander Kamkin about 10 years ago
- Target version changed from 2.0 to 2.1
Updated by Alexander Kamkin over 9 years ago
- Subject changed from [generator] Combinatorial test program generation based on test templates with branch instructions to Combinatorial test program generation based on test templates with branch instructions
- Category set to Test Engine
Updated by Alexander Kamkin over 9 years ago
- Target version changed from 2.1 to 2.2
Updated by Andrei Tatarnikov almost 7 years ago
- Status changed from New to Resolved
Implemented a long time ago.
Updated by Alexander Kamkin about 6 years ago
- Status changed from Resolved to Closed
Actions