Pavel Iatchenii

Results 16 issues of Pavel Iatchenii

From what I have seen, Bear and CMake provide different link_commands.json on the test project from [that commit](https://github.com/UnitTestBot/UTBotCpp/commit/354699397d1c2411182daee4137c46e149cf3dbb). In short, it seems like Bear doesn't treat the installed library like...

question

Steps: - Configure with disabled `ENABLE_UNIT_TESTS` CMake option - Try to generate tests for any function

cpp-syntax

# Steps to reproduce 1. Open and configure project `coreutils` 2. Choose target `libcoreutils.a` 3. Generate tests for file `gnulib/lib/exclude.c` 4. Run tests 5. See logs ## Initialisation of unnamed...

bug

## Regular mode ![image](https://user-images.githubusercontent.com/31903947/164686522-e1a8e45f-da31-4df4-89ef-b19d38823102.png) ## Verbose mode ![image](https://user-images.githubusercontent.com/31903947/164686568-41315497-870a-496a-8805-f2e2b94d41f4.png) Closes #175

## Steps to reproduce: 1. Open [UTBot Online](https://www.utbot.org/utbot/) 2. Choose C++ language 3. Paste the following code ```cpp #include #include #include using namespace std; class A { public: int method()...

bug
cpp-syntax