You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KLEE does not support the execution of code in which there is an allocation of a symbolic size object. Instead, it tries to concretize the object's size and continues execution for that case only. In other cases the execution of the states ends with the error: "concretized symbolic size".
We have a plan to support allocation of symbolic size objects, the example above will be a great test for this feature.
Description
KLEE returns error on correct test case. For that reason correct test is assigned to error test suite.
To Reproduce
Steps to reproduce the behavior:
build/utbot_build/klee_out/src/snippet_dot_c/klee_out_variable_length/test000001.model.err
:Expected behavior
This test supposed to be in regression suite.
Actual behavior
This test is in the error suite.
Environment
UTBot version 2022.7.0
The text was updated successfully, but these errors were encountered: