-
Notifications
You must be signed in to change notification settings - Fork 47
@utbot.triggersRecursion tag is missing #1014
New issue
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
Comments
Thanks @alisevych , probably it will be fixed in the next release looks like missed and unsupported functionlity |
@amandelpie |
Thanks for the signal, @alisevych will do a check during next 2 weeks |
With Symbolic Execution = 90% I've obtained
Looks like we have the same test but with different metadata |
@amandelpie Not reproducing for me either - on the latest main. Verified on IDEA 2022.1.4 and 2022.2.3 |
I think it is not a bug, looks like a result of soot analysis, sometimes it is missed the recursion |
Description
@utbot.triggersRecursion tag is missing for Recursion.fib(int n) tests
To Reproduce
Expected behavior
Tests with input n >= 1 are supposed to have @utbot.triggersRecursion tag in Java doc.
Actual behavior
Tests with input (n = 1), (n = 2) do not have @utbot.triggersRecursion tag in Java doc.
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
Gradle project
JDK 11
The text was updated successfully, but these errors were encountered: