belous-dp
belous-dp
**Description** Add support for __int128 and unsigned __int128. **Example** #include ```cpp unsigned __int128 int128_mult(unsigned long long a, unsigned long long b) { unsigned __int128 mult = a; mult *= b;...
**Description** Tests generation for `for` loops is broken. Somehow the tests for one function depend on another function, although the functions themselves do not depend on each other. The issue...
**Description** Genereted regression test for function with pointer to pointer to function as a parameter fails. **To Reproduce** Steps to reproduce the behavior: 1. Open the 'c-example/lib/pointers/function_pointers.c" file 2. Generate...
**Description** When struct is passed to a function by reference, and this function returns struct, assumptions are generated only for the parameter. No assumptions are generated for the result. **To...
**Description** Regression tests weren't generated at all for lots of cases that contains array as a function parameter: 1. array of fixed known size more than 10 2. dynamic array...
**Description** Regression tests generated for [c-example/src/calc.c](https://github.com/UnitTestBot/UTBotCpp/blob/05a4baaf8394f02d0ff42a06ed20283f24690372/integration-tests/c-example/src/calc.c) fail. **To Reproduce** Steps to reproduce the behavior: 1. Generate tests for the file [c-example/src/calc.c](https://github.com/UnitTestBot/UTBotCpp/blob/05a4baaf8394f02d0ff42a06ed20283f24690372/integration-tests/c-example/src/calc.c). See generated tests: ```cpp TEST(regression, calc_two_numbers_test_1) { // PASSED...
### Steps To Reproduce Ubuntu 24.04, Wayland, HiDPI, fractional scaling 150% 1. fresh installed `sudo snap install bitwarden` (v2024.9.0r120) 2. open the app from Apps menu ### Expected Result UI...