We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description There are hundreds of error messages in the UTBot log. Looks like the problem is in the concrete executor.
To Reproduce
vowel_consonant
c-example/lib/stubs/stubs.c
Expected behavior Tests are supposed to be pass.
Actual behavior Tests generated without fill vowel_consonant_vowel_symbolic array for stubs call value.
vowel_consonant_vowel_symbolic
Visual proofs (screenshots, logs)
TEST(regression, vowel_consonant_test_1) { int actual = vowel_consonant('c', _vowel_consonant_vowel_stub); EXPECT_EQ(1, actual); }
The text was updated successfully, but these errors were encountered:
Fix stubs for function pointers (closes #462) (#565)
abe26fd
Lana243
Successfully merging a pull request may close this issue.
Description
There are hundreds of error messages in the UTBot log. Looks like the problem is in the concrete executor.
To Reproduce
vowel_consonant
fromc-example/lib/stubs/stubs.c
Expected behavior
Tests are supposed to be pass.
Actual behavior
Tests generated without fill
vowel_consonant_vowel_symbolic
array for stubs call value.Visual proofs (screenshots, logs)
The text was updated successfully, but these errors were encountered: