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
Because of some reason we got an UNSAT status for a state during parameters resolving in an invocation processing. It happens inside org.utbot.engine.Traverser#initStringLiteral method, but it is not clear, how it is possible to get unsat because of creating a new object.
To Reproduce
Steps to reproduce the behavior:
Run the 'UTBotTest' project in debug IntelliJ Idea
Set a breakpoint inside of the code that drops unsat states in commonInvokePart
Use plugin to generate tests for class MapOperate
Expected behavior
The breakpoint should never be reached.
Actual behavior
UTBot reaches the breakpoint.
Environment
There is no specific environment, but it might take a long time to reach it.
Additional context
There is no additional context.
The text was updated successfully, but these errors were encountered:
Description
Because of some reason we got an UNSAT status for a state during parameters resolving in an invocation processing. It happens inside org.utbot.engine.Traverser#initStringLiteral method, but it is not clear, how it is possible to get unsat because of creating a new object.
To Reproduce
Steps to reproduce the behavior:
commonInvokePart
MapOperate
Expected behavior
The breakpoint should never be reached.
Actual behavior
UTBot reaches the breakpoint.
Environment
There is no specific environment, but it might take a long time to reach it.
Additional context
There is no additional context.
The text was updated successfully, but these errors were encountered: