-
Notifications
You must be signed in to change notification settings - Fork 152
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
Add kprove options to filter claims #2834
Conversation
Also, can you add a test where there are 3 claims, 2 that are failing, and 1 that are passing. If you say |
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.
It would be good to have explicit tests for the --trusted
and --exclude
flags as well as --claims
. At the moment I don't think those code paths will be exercised.
…untimeverification#2201) * haskell-backend/src/main/native/haskell-backend: 66e2b1d1 - Fix Cabal build for Update issue runtimeverification#2836 (runtimeverification#2838) * haskell-backend/src/main/native/haskell-backend: 29acc44c - Add oneLineDoc implementations to all existing Entry-instances (runtimeverification#2830) * haskell-backend/src/main/native/haskell-backend: b0e0fc62 - Update regression tests (runtimeverification#2834) * haskell-backend/src/main/native/haskell-backend: 8bb992f0 - Update dependency: deps/k_release (runtimeverification#2836) Co-authored-by: Erik Kaneda <erik.kaneda@runtimeverification.com>
Fixes: #2812