UTBotCpp
UTBotCpp copied to clipboard
Tool that generates unit test by C/C++ source code, trying to reach all branches and maximize code coverage
**To Reproduce** Steps to reproduce the behavior: 1. Open the [JQ](https://github.com/stedolan/jq) project in IDE 2. Use plugin to generate tests 3. Run the generated test **Expected behavior** Tests are supposed...
**Description** Plugin 'UTBotCppClion' (version '2022.12.0') is not compatible with the current version of the IDE, because it requires build 222.* or older but the current build is CL-231.9011.31 **To Reproduce**...
**Description** Sometimes UTBot may break `clients.json` and fail to startup
**Description** It seems that timeout set in VSCode extension settings is not applied during test generation. Or it covers another error. **To Reproduce** Steps to reproduce the behavior: 1. Open...
**To Reproduce** Steps to reproduce the behavior: 1. Open the [JQ](https://github.com/stedolan/jq) project in IDE 2. Use plugin to generate tests 3. Run the generated test **Expected behavior** Tests are supposed...
**Description** It seems that some C++ keywords cannot be used as structure names in C code, because generated tests cannot be run. For instance `and` and probably others. **To Reproduce**...
**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...
**Description** When tryin to run generated test for function in [libbpf project](https://github.com/libbpf/libbpf) it fails, because cannot find links to functions from external libraries. **To Reproduce** All actions should be performed...
## List of flaky CI tests ### Unit tests - [ ] #581 - [ ] #584 ### Integration tests - [ ] #582
https://github.com/UnitTestBot/UTBotCpp/actions/runs/4124680165/jobs/7125113552#step:5:3656 [ RUN ] Syntax_Test.sort_array 2023-02-08 15:06:48.068 TargetBuildDatabase.cpp:22 INFO| Chosen target: /__w/UTBotCpp/UTBotCpp/server/test/suites/syntax/build_clang/syntax1 2023-02-08 15:07:06.556 TestsWriter.cpp:53 INFO| Backup previous report to project_code_analysis-20230208150644.sarif 2023-02-08 15:07:06.557 ServerTestsWriter.cpp:82 INFO| Sarif Report was created 2023-02-08...