Skip to content
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

crashes: add a couple more ice tests #124038

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

matthiaskrgr
Copy link
Member

No description provided.

@rustbot
Copy link
Collaborator

rustbot commented Apr 16, 2024

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 16, 2024
Copy link
Member

@jieyouxu jieyouxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to r=me after CI is green.

@matthiaskrgr
Copy link
Member Author

well the crux is that some of the may not crash on all of the targets so it's always a gamble (the first pr needed like 5-7 retries :( to figure out all the test failures / unintended none-ICEs)

@rust-log-analyzer

This comment has been minimized.

@jieyouxu
Copy link
Member

well the crux is that some of the may not crash on all of the targets so it's always a gamble (the first pr needed like 5-7 retries :( to figure out all the test failures / unintended none-ICEs)

Yeah, good luck :3

@jieyouxu
Copy link
Member

@bors rollup=iffy

@matthiaskrgr
Copy link
Member Author

@bors r=jieyouxu

@bors
Copy link
Contributor

bors commented Apr 16, 2024

📌 Commit ce73f55 has been approved by jieyouxu

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 16, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 17, 2024
…r=jieyouxu

crashes: add a couple more ice tests
@bors
Copy link
Contributor

bors commented Apr 17, 2024

⌛ Testing commit ce73f55 with merge 4d51e71...

@bors
Copy link
Contributor

bors commented Apr 18, 2024

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Apr 18, 2024
@rust-log-analyzer

This comment has been minimized.

bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 18, 2024
…__some_on_top, r=jieyouxu

crashes: add even more tests?!?

adds more tests that were not already added with rust-lang#124038 from the past 10 months or so.
Need a couple more passes through the tracker to filter out more missing ice /fixed tests but we're slowly getting there.
@matthiaskrgr
Copy link
Member Author

@bors retry

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 18, 2024
@bors
Copy link
Contributor

bors commented Apr 18, 2024

⌛ Testing commit ce73f55 with merge 8cd77da...

bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 18, 2024
…r=jieyouxu

crashes: add a couple more ice tests
@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Apr 18, 2024

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Apr 18, 2024
@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Apr 18, 2024
@matthiaskrgr
Copy link
Member Author

@bors r=jieyouxu

@bors
Copy link
Contributor

bors commented Apr 18, 2024

📌 Commit d78a004 has been approved by jieyouxu

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 18, 2024
@bors
Copy link
Contributor

bors commented Apr 18, 2024

⌛ Testing commit d78a004 with merge ad08de5...

bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 18, 2024
…r=jieyouxu

crashes: add a couple more ice tests
@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Apr 18, 2024

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Apr 18, 2024
@matthiaskrgr
Copy link
Member Author

maybe the test needs needs-llvm-components: x86?

@bors r=jieyouxu

@bors
Copy link
Contributor

bors commented Apr 18, 2024

📌 Commit e7f9ee2 has been approved by jieyouxu

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 18, 2024
@rust-log-analyzer

This comment has been minimized.

@matthiaskrgr
Copy link
Member Author

@bors r=jieyouxu

@bors
Copy link
Contributor

bors commented Apr 18, 2024

📌 Commit 1d45b7a has been approved by jieyouxu

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Apr 19, 2024

⌛ Testing commit 1d45b7a with merge fa0068b...

@bors
Copy link
Contributor

bors commented Apr 19, 2024

☀️ Test successful - checks-actions
Approved by: jieyouxu
Pushing fa0068b to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Apr 19, 2024
@bors bors merged commit fa0068b into rust-lang:master Apr 19, 2024
13 checks passed
@rustbot rustbot added this to the 1.79.0 milestone Apr 19, 2024
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (fa0068b): comparison URL.

Overall result: no relevant changes - no action needed

@rustbot label: -perf-regression

Instruction count

This 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.

Cycles

Results

This 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.

mean range count
Regressions ❌
(primary)
0.7% [0.7%, 0.7%] 1
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) 0.7% [0.7%, 0.7%] 1

Binary size

This benchmark run did not return any relevant results for this metric.

Bootstrap: 673.694s -> 673.311s (-0.06%)
Artifact size: 315.28 MiB -> 315.21 MiB (-0.02%)

github-actions bot pushed a commit to rust-lang/miri that referenced this pull request Apr 19, 2024
…_top, r=jieyouxu

crashes: add even more tests?!?

adds more tests that were not already added with rust-lang/rust#124038 from the past 10 months or so.
Need a couple more passes through the tracker to filter out more missing ice /fixed tests but we're slowly getting there.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants