forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 66
Add autoharness to run-kani script and use in CI #334
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
Merged
tautschnig
merged 30 commits into
model-checking:main
from
tautschnig:autoharness-support
Apr 29, 2025
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
3c79dfa
Add autoharness to run-kani script and use in CI
tautschnig 5adba8b
Remove Kani harnesses from time::Duration that autoharness takes care of
tautschnig 60cb531
Use autoharness for ptr::align_offset::mod_inv
tautschnig ef9b0fb
Use autoharness for several Alignment functions
tautschnig 2ce92f2
Don't use doc comment
tautschnig a1bbbbb
Squash duplicate space in markdown file
tautschnig 267fa99
Use .0 instead of .as_usize
tautschnig d4c6ec5
Make autoharness in run-kani.sh --run list optional
tautschnig 8064562
Amend help
tautschnig 96baf9d
Fix help
tautschnig e7d4428
Use autoharness for unicode::unicode_data::conversions::to_{lower,upper}
tautschnig 721fb78
Use autoharness for alloc::layout::Layout::from_size_align{,_unchecked}
tautschnig 2fd26a6
Use autoharness for ascii::ascii_char::AsciiChar::from_u8{,_unchecked}
tautschnig 889b8cd
Use autoharness for char::convert::from_u32_unchecked
tautschnig 0c1b5c3
Use autoharness for num::<impl *>::wrapping_sh{l,r}
tautschnig 2144ebe
Use autoharness for num::<impl *>::unchecked_sh{l,r}
tautschnig e7b0dc4
Use autoharness for num::<impl i*>::unchecked_neg
tautschnig 153f5d1
Use autoharness for num::<impl *>::unchecked_{add,sub}
tautschnig bc70538
Use autoharness for convert::num::<impl convert::From<num::nonzero::N…
tautschnig a0daec5
Use autoharness for num::nonzero::NonZero::<*>::count_ones
tautschnig f079d4c
Use autoharness for num::nonzero::NonZero::<*>::rotate_{left,right}
tautschnig 1e17495
Use array for command_args to ensure quoting is retained
tautschnig 7798495
Do not try to use unset CBMC_PATCH variable
tautschnig 308f6a1
Revert "Use autoharness for convert::num::<impl convert::From<num::no…
tautschnig a90ba68
Revert "Use autoharness for num::<impl *>::unchecked_{add,sub}"
tautschnig 3aefe47
Revert "Use autoharness for num::<impl i*>::unchecked_neg"
tautschnig dcc1959
Revert "Use autoharness for num::<impl *>::unchecked_sh{l,r}"
tautschnig 7162c25
Revert "Use autoharness for num::<impl *>::wrapping_sh{l,r}"
tautschnig 83dfb82
Clarify use
tautschnig 01ae84e
Merge remote-tracking branch 'origin/main' into autoharness-support
tautschnig File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.