-
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 #113488
update Miri #113488
Conversation
Try to fix cronjob PR creation The main tests use `bash` several times, maybe that is the issue here, too?
cronjob auto-PR: make sure we are on a branch Also run this every hour to speed up testing
cronjob auto-PR: fetch more of the history
cron auto-PR: need to set upstream branch
…RalfJung cargo-miri: better error message when RUSTC is not set Currently, when running `cargo-miri` instead of `cargo miri` you get a very confusing. ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: NotPresent', src/tools/miri/cargo-miri/src/main.rs:83:41 ``` error. This replaces that with a message telling them to use `cargo miri`
cronjob auto-PR: try to fix setting the remote branch
sadly 'gh' doesnt support all git upstream branch configs
cron auto-PR: can't seem to avoid repeating the branch name...
Automatic sync from rustc
vec tets: ensure pointer is still writeable Under Tree Borrows, a pointer can become read-only: still allowing reads but not permitting writes any more. So these tests that want to check that pointers remain valid need to do writes to ensure that pointers indeed remain fully valid.
send link to PR to Zulip
Stop parsing ui_test annotations in `run-dep` mode fixes rust-lang#2967
Automatic sync from rustc
(rustbot has picked a reviewer for you, use r? to override) |
The Miri subtree was changed cc @rust-lang/miri These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
r? @RalfJung |
Could not assign reviewer from: |
@bors r+ p=1 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (b12ff66): 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)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 658.544s -> 657.878s (-0.10%) |
No description provided.