Actions
Bug #5977
closedUsage of imm values in constraint-driven test generation
Start date:
05/22/2015
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
See the following example. The symbol "_" substitutes some immediate value that should be used to construct the situation.
Unfortunately, it is impossible to use random values in such a way now.
100.times { atomic { # ADD instruction with biased operand values. add x0, x1, _, 0 do situation('AddGeneral.IntegerOverflow') end } }
Updated by Andrei Tatarnikov over 7 years ago
You can specify rand(min, max)
or rand(distribution_range)
instead of _
.
Updated by Andrei Tatarnikov over 7 years ago
- Status changed from New to Rejected
Actions