Skip to content

Only build rust_test_helpers for {incremental,ui} test suites #139347

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
merged 1 commit into from
Apr 6, 2025

Conversation

jieyouxu
Copy link
Member

@jieyouxu jieyouxu commented Apr 4, 2025

Only build rust_test_helpers for {incremental,ui} test suites.

Context: Trying to see what test suites actually need rust_test_helpers, because this was causing unnecessary local failures when trying to run ./x test tests/run-make --target=wasm32-unknown-unknown when run-make tests don't need rust_test_helpers at all.

r? @ghost

try-job: armhf-gnu
try-job: test-various
try-job: x86_64-apple-1
try-job: aarch64-apple
try-job: x86_64-msvc-1
try-job: i686-msvc-1
try-job: x86_64-mingw-1
try-job: i686-mingw-1

@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) labels Apr 4, 2025
@jieyouxu
Copy link
Member Author

jieyouxu commented Apr 4, 2025

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 4, 2025
[WIP] Only build `rust_test_helpers` for `ui` test suite

r? `@ghost`

try-job: armhf-gnu
try-job: test-various
try-job: x86_64-apple-1
try-job: aarch64-apple
try-job: x86_64-msvc-1
try-job: i686-msvc-1
try-job: x86_64-mingw-1
try-job: i686-mingw-1
@bors
Copy link
Collaborator

bors commented Apr 4, 2025

⌛ Trying commit 4961bc8 with merge 06320d4...

@jieyouxu jieyouxu requested a review from saethlin April 4, 2025 02:50
@jieyouxu
Copy link
Member Author

jieyouxu commented Apr 4, 2025

... The page jumped when I was trying to adjust labels, sorry Saethlin, this doesn't need a review.

@jieyouxu jieyouxu added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 4, 2025
@jieyouxu jieyouxu force-pushed the rust_test_helpers branch from 4961bc8 to 731a5a6 Compare April 4, 2025 03:14
@rust-log-analyzer

This comment has been minimized.

@jieyouxu jieyouxu force-pushed the rust_test_helpers branch from 731a5a6 to c25207d Compare April 4, 2025 03:31
@jieyouxu jieyouxu changed the title [WIP] Only build rust_test_helpers for ui test suite [WIP] Only build rust_test_helpers for {incremental,ui} test suite Apr 4, 2025
@jieyouxu jieyouxu changed the title [WIP] Only build rust_test_helpers for {incremental,ui} test suite [WIP] Only build rust_test_helpers for {incremental,ui} test suites Apr 4, 2025
@jieyouxu
Copy link
Member Author

jieyouxu commented Apr 4, 2025

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 4, 2025
[WIP] Only build `rust_test_helpers` for `{incremental,ui}` test suites

Trying to see what test suites actually need `rust_test_helpers`, because this was blocking `./x test tests/run-make --target=wasm32-unknown-unknown` when `run-make` tests don't need `rust_test_helpers` at all.

r? `@ghost`

try-job: armhf-gnu
try-job: test-various
try-job: x86_64-apple-1
try-job: aarch64-apple
try-job: x86_64-msvc-1
try-job: i686-msvc-1
try-job: x86_64-mingw-1
try-job: i686-mingw-1
@bors
Copy link
Collaborator

bors commented Apr 4, 2025

⌛ Trying commit c25207d with merge 3b00bd0...

@bors
Copy link
Collaborator

bors commented Apr 4, 2025

☀️ Try build successful - checks-actions
Build commit: 3b00bd0 (3b00bd00f6eead93977603fbfb0e2eaa146ac01a)

@jieyouxu jieyouxu changed the title [WIP] Only build rust_test_helpers for {incremental,ui} test suites Only build rust_test_helpers for {incremental,ui} test suites Apr 4, 2025
@jieyouxu jieyouxu marked this pull request as ready for review April 4, 2025 17:44
@jieyouxu
Copy link
Member Author

jieyouxu commented Apr 4, 2025

r? bootstrap
@rustbot ready

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Apr 4, 2025
@jieyouxu
Copy link
Member Author

jieyouxu commented Apr 6, 2025

I think Albert is busy?
r? @onur-ozkan (or bootstrap)

@rustbot rustbot assigned onur-ozkan and unassigned albertlarsan68 Apr 6, 2025
@onur-ozkan
Copy link
Member

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented Apr 6, 2025

📌 Commit c25207d has been approved by onur-ozkan

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 6, 2025
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 6, 2025
Rollup of 3 pull requests

Successful merges:

 - rust-lang#139123 (tidy: Fix paths to `coretests` and `alloctests`)
 - rust-lang#139347 (Only build `rust_test_helpers` for `{incremental,ui}` test suites)
 - rust-lang#139438 (Prevent a test from seeing forbidden numbers in the rustc version)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit f55034b into rust-lang:master Apr 6, 2025
7 checks passed
@rustbot rustbot added this to the 1.88.0 milestone Apr 6, 2025
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Apr 6, 2025
Rollup merge of rust-lang#139347 - jieyouxu:rust_test_helpers, r=onur-ozkan

Only build `rust_test_helpers` for `{incremental,ui}` test suites

Only build `rust_test_helpers` for `{incremental,ui}` test suites.

Context: Trying to see what test suites actually need `rust_test_helpers`, because this was causing unnecessary local failures when trying to run `./x test tests/run-make --target=wasm32-unknown-unknown` when `run-make` tests don't need `rust_test_helpers` at all.

r? `@ghost`

try-job: armhf-gnu
try-job: test-various
try-job: x86_64-apple-1
try-job: aarch64-apple
try-job: x86_64-msvc-1
try-job: i686-msvc-1
try-job: x86_64-mingw-1
try-job: i686-mingw-1
@jieyouxu jieyouxu deleted the rust_test_helpers branch April 6, 2025 10:24
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 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants