-
Notifications
You must be signed in to change notification settings - Fork 55
Run more automatic harnesses (use patterns w/ regex support) #397
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
Run more automatic harnesses (use patterns w/ regex support) #397
Conversation
@tautschnig Should we change the |
Thank you! Can we please also remove the manual harnesses for those? See my commits in #334 (those that I then also reverted in that PR). |
Maybe we could make the patterns a bit more meaningful by doing something like |
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.
Thank you for all this cleanup! Just a few lines that IMHO should be reinstated.
f3fa8ef
to
d1175e0
Compare
…hecking#397) Use the support for regexes added in model-checking/kani#4144 to run more automatic harnesses in CI. This brings us from 77 harnesses to 184. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --------- Co-authored-by: Michael Tautschnig <[email protected]>
Use the support for regexes added in model-checking/kani#4144 to run more automatic harnesses in CI. This brings us from 77 harnesses to 184.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.