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
I've encountered another prediction failed issue, it looks very different from the other one to me. Running:
unsigned short a = 0; unsigned char b = 1; void main() { __CrestUShort(&a); __CrestUChar(&b); int ak = --b; a && 0; ak >= 2 || 0; }
with the latest crest(3e5ecec) gives me:
Iteration 0 (0s): covered 0 branches [0 reach funs, 0 reach branches]. Iteration 1 (0s): covered 2 branches [1 reach funs, 4 reach branches]. Iteration 2 (0s): covered 3 branches [1 reach funs, 4 reach branches]. Iteration 3 (0s): covered 3 branches [1 reach funs, 4 reach branches]. Prediction failed! Iteration 4 (0s): covered 3 branches [1 reach funs, 4 reach branches]. Prediction failed!
Any insight into this bug would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've encountered another prediction failed issue, it looks very different from the other one to me. Running:
with the latest crest(3e5ecec) gives me:
Any insight into this bug would be greatly appreciated.
The text was updated successfully, but these errors were encountered: