Svetlana Shmidt

Results 7 issues of Svetlana Shmidt

Add distribution.h and distribution.c files that contains implementation of distribution_t data structure using the segment-tree approach. You can read about the functionality of the distribution_t and the segment-tree approach in...

**Description** When auto target is chosen for project generation, it is expected that for each source file in project the exact target would be chosen. However, currently this functionality is...

bug

**Description** We would like to optimize the process of testing on a real-life projects. **Expected behavior** When bug on a real-life project is found it should be easy to reproduce...

enhancement

While running tests on Github unit test `Server_Test.Simple_Structs` sometimes fails. Please see the following attempts: 1. https://github.com/UnitTestBot/UTBotCpp/runs/6449300319?check_suite_focus=true#step:5:1163 ```c++ [ RUN ] Server_Test.Simple_Structs In file included from /__w/UTBotCpp/UTBotCpp/server/test/suites/server/simple_structs.c:5: /__w/UTBotCpp/UTBotCpp/server/test/suites/server/simple_structs.h:28:9: warning: declaration...

bug
need to check

**Description** If source file contains C99 feature not permitted in C++, then no generated tests can be run. **To Reproduce** Steps to reproduce the behavior: 1. Generate tests for the...

bug
c-syntax

To test the performance on a real-life project we would like to have a script that runs UTBotCpp on ```coreutils``` project. For agreement we will work with ```coreutils v9.1```. As...

enhancement

## Steps to reproduce 1. Open and configure project `coreutils` 2. Choose target `libcoreutils.a` 3. Generate tests for function di_set_free from `gnulib/lib/di-set.c` 4. See generated tests. ## Current result Currently...

enhancement