Svetlana Shmidt
Svetlana Shmidt
To learn more about the issue see: https://github.com/UnitTestBot/UTBotCpp/issues/154
Instead of coreutils you can reproduce this case using UTBotCpp unit tests. ## Steps to reproduce 1. Open and configure project ```server/test/suites/regression``` 2. Generate tests for ```sum_double_pairs``` function from file...
**[TL;DR]** This issue is caused by invalid tests generation for some of C++ projects. When we generate and run tests via UTBot Online, we create the project using the [following...