-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
update Miri #111454
update Miri #111454
Conversation
Rustup My previous rustup PR was broken. I didn't realize that "nothing to commit, working tree clean" meant "I didn't actually do the full pull properly, stop and inspect manually"...
…RalfJung Avoid interpreting code that has lint errors fixes rust-lang#2608 we previously only checked for actual errors, as deny lints are handled differently.
Rustup This *should* fail because of rust-lang/miri#2874 but it seems we don't actually cover that in our tests...
clearer variable names in data_race
Co-authored-by: Ralf Jung <[email protected]>
Simplify event selection in TB diagnostics As discussed previously, getting the range from `RangeMap` can make the filtering of events much simpler without any user-visible diff. See minor exception in [<9d8fc00>](rust-lang/miri@9d8fc00) and decide how to resolve it - add a boolean flag not to record events produced by deallocations ? - add a `help: deallocation counts as an implicit write` ? (Note: could be generalized to also include `help: reborrow counts as an implicit read`) - not bother and keep as-is ? - something else ?
increase timing slack for sync tests; port tests to 2021 edition
Also stops using github actions groups that conflict with our groups as github does not nest them
Update to latest ui_test crate version. Also stops using github actions groups that conflict with our groups as github does not nest them
including accurate eq impl for UniMap Co-authored-by: Ralf Jung <[email protected]>
🌲 The tree is currently closed for pull requests below priority 50. This pull request will be tested once the tree is reopened. |
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
@bors r+ |
🌲 The tree is currently closed for pull requests below priority 50. This pull request will be tested once the tree is reopened. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
still failing? |
@bors r+ |
☀️ Test successful - checks-actions |
Finished benchmarking commit (2a8221d): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 659.801s -> 659.726s (-0.01%) |
r? @ghost