-
Notifications
You must be signed in to change notification settings - Fork 277
Add CBMC primitive regression tests to new SMT2 backend #7044
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #7044 +/- ##
===========================================
- Coverage 77.88% 77.86% -0.03%
===========================================
Files 1569 1569
Lines 180995 180995
===========================================
- Hits 140968 140929 -39
- Misses 40027 40066 +39
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
||
# If `-I` (include flag) is passed, test.pl will run only the tests matching the label following it. | ||
add_test_pl_profile( | ||
"cbmc-new-smt-backend" | ||
"$<TARGET_FILE:cbmc> --incremental-smt2-solver 'z3 --smt2 -in' --slice-formula" | ||
"-I;new-smt-backend;-s;new-smt-backend" | ||
"CORE" | ||
) |
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.
Please try to keep the corresponding Makefile
in sync with this change.
85b10d2
to
383b8d6
Compare
This PR is affected by the issue described in #7054, hence the cancelled CI run for Despite this, I believe this PR shouldn't be held up by that, as the files changed here don't affect the issue at all. |
Is the report going to be attached to this PR? Or is this going somewhere else? @esteffin |
383b8d6
to
15f2d13
Compare
State of the regression tests: Not workingUnimplemented SMT generation for expression:
|
Add all supported and working CBMC primitive regression tests to the new SMT2 backend.
At the moment the following CBMC primitives regressions are not supported or working.
A report on that will be adde shortly