-
Notifications
You must be signed in to change notification settings - Fork 113
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
Updating Z3 model_compress parameter. #186
Conversation
michael-emmi
commented
Dec 30, 2019
- Z3 4.8.7 consolidates model.compact and model_compress.
* Z3 4.8.7 consolidates model.compact and model_compress.
@bkragl any ideas what should be done when test output varies from system to system? I’m getting different test failures on my own machine… |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
On my system (Ubuntu / .NET Core) with Z3 4.8.4 I see the same four tests failing as in Travis:
All of them look benign. Just some small difference in the model output. With Z3 4.8.7 I see the following tests fail:
@michael-emmi: Could this be the difference that you see? In any case, also there the failures are due to slightly different models/error traces (except In general I don't have a good strategy to make testing with different configurations (in particular different Z3 versions) stable. @michael-emmi: In case you did not know, there is #73 where we started to discuss a cleanup of the Z3 options that Boogie sets by default. There is a branch |
I think so. We could also fix the tests for Z3 4.8.4, but to me upgrading right away makes more sense. |