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

Rollup of 5 pull requests #125624

Closed
wants to merge 17 commits into from

Conversation

matthiaskrgr
Copy link
Member

Successful merges:

Failed merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

tbu- and others added 17 commits May 22, 2024 00:34
Use `u32` instead of `usize` for counting them.
…y789

The number of tests does not depend on the architecture's pointer width

Use `u32` instead of `usize` for counting them.
crashes: increment the number of tracked ones

r? `@jieyouxu`
…ify-output-files, r=jieyouxu

Migrate rustdoc verify output files

Part of rust-lang#121876.

r? ``@jieyouxu``
…youxu

Use `rmake` for `windows-` run-make tests

Convert some Makefile tests to recipes.

I renamed "issue-85441" to "windows-ws2_32" as I think it's slightly more descriptive. EDIT: `llvm-readobj` seems to work for reading DLL imports so I've used that instead of `objdump`.

cc rust-lang#121876
…jection, r=compiler-errors

MIR validation: ensure that downcast projection is followed by field projection

Cc rust-lang#120369
@rustbot rustbot added A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels May 27, 2024
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=5

@bors
Copy link
Contributor

bors commented May 27, 2024

📌 Commit a3d4b5f has been approved by matthiaskrgr

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 May 27, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request May 27, 2024
…iaskrgr

Rollup of 5 pull requests

Successful merges:

 - rust-lang#125339 (The number of tests does not depend on the architecture's pointer width)
 - rust-lang#125539 (crashes: increment the number of tracked ones)
 - rust-lang#125542 (Migrate rustdoc verify output files)
 - rust-lang#125613 (Use `rmake` for `windows-` run-make tests)
 - rust-lang#125616 (MIR validation: ensure that downcast projection is followed by field projection)

Failed merges:

 - rust-lang#125573 (Migrate `run-make/allow-warnings-cmdline-stability` to `rmake.rs`)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors
Copy link
Contributor

bors commented May 27, 2024

⌛ Testing commit a3d4b5f with merge 97ef6a8...

@rust-log-analyzer
Copy link
Collaborator

The job i686-gnu failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
test [ui] tests/ui/const-generics/generic_const_exprs/inline-const-in-const-generic-defaults.rs ... ok
test [ui] tests/ui/const-generics/generic_const_exprs/issue-100360.rs ... ok
test [ui] tests/ui/const-generics/generic_const_exprs/from-sig.rs ... ok
test [ui] tests/ui/const-generics/generic_const_exprs/issue-102768.rs ... ok
test [ui] tests/ui/const-generics/generic_const_exprs/ice-125520-layout-mismatch-mulwithoverflow.rs ... ok
test [ui] tests/ui/const-generics/generic_const_exprs/issue-105608.rs ... ok
test [ui] tests/ui/const-generics/generic_const_exprs/issue-105257.rs ... ok
test [ui] tests/ui/const-generics/generic_const_exprs/issue-62504.rs#full ... ok
test [ui] tests/ui/const-generics/generic_const_exprs/fn_call.rs ... ok
---
test [crashes] tests/crashes/125014.rs ... ok
test [crashes] tests/crashes/125099.rs ... ok
test [crashes] tests/crashes/125249.rs ... ok
test [crashes] tests/crashes/125512.rs ... ok
2024-05-27T18:28:24.635664Z ERROR compiletest::runtest: fatal error, panic: "test no longer crashes/triggers ICE! Please give it a mearningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit."
test [crashes] tests/crashes/23707.rs ... ignored, only executed when the architecture is x86_64
test [crashes] tests/crashes/34127.rs ... ignored, only executed when the architecture is x86_64
test [crashes] tests/crashes/125185.rs ... ok
test [crashes] tests/crashes/125553.rs ... ok
---
failures:

---- [crashes] tests/crashes/125476.rs stdout ----

error: test no longer crashes/triggers ICE! Please give it a mearningful name, add a doc-comment to the start of the test explaining why it exists and move it to tests/ui or wherever you see fit.
thread '[crashes] tests/crashes/125476.rs' panicked at src/tools/compiletest/src/runtest.rs:2830:9:
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:

@bors
Copy link
Contributor

bors commented May 27, 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 May 27, 2024
@matthiaskrgr matthiaskrgr deleted the rollup-560jx21 branch September 1, 2024 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc rollup A PR which is a rollup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants