jq
project: UTBot cannot generate tests, KLEE internal errors, Plugin cannot re-connect to the server
#562
Labels
jq
project: UTBot cannot generate tests, KLEE internal errors, Plugin cannot re-connect to the server
#562
Description
In most cases when tests are generated for
jq
project it results in error like 'function is too complex', 'syntax is not supported' or 'KLEE internal error'. Also after generation tests for one of the files plugin cannot re-connect to the server anymoreTo Reproduce
Steps to reproduce the behavior:
utbot_build.sh
file with following content to project root:Configure UTBot through the wizard, so code is copied to the server
Make
utbot_build.sh
executable on the serverRe-configure UTBot once again if needed, so project targets appear in UTBot toolwindow
Select
jq
targetGenerate and run tests for
static jv type_error(jv bad, const char* msg)
function insrc/builtin.c
file:Expected behavior
Tests without errors generated and executed
Actual behavior
Generated tests contain following errors:
Execution fails with error:
src/builtin.c
:Expected behavior
Tests are generated and run
Actual behavior
Execution fails with following errors:
src/builtin.c
orsrc/compile.c
, after several executions generation hangs, after canceling when user tries to invoke generation error happens:If user closes and opens project without restarting server then UTBot works again.
The text was updated successfully, but these errors were encountered: