Skip to content

Conversation

@Zalathar
Copy link
Member

This special case dates all the way back to the original introduction of the wasm32-unknown-unknown target, in #45905.

Either it isn't needed, in which case we should remove it, or it is needed, in which case we should fix the directives in any affected tests.

Note that while the intent of this code was presumably to make //@ ignore-emscripten also ignore tests on w32-u-u, it has the unfortunate side-effect of also causing //@ only-emscripten tests to run on w32-u-u, which is potentially very confusing.

@rustbot rustbot added A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Nov 15, 2025
@Zalathar
Copy link
Member Author

@bors try jobs=test-various,dist-various-1

@rust-bors

This comment has been minimized.

rust-bors bot added a commit that referenced this pull request Nov 15, 2025
Don't apply "emscripten" directives to `wasm32-unknown-unknown`

try-job: test-various
try-job: dist-various-1
@Zalathar Zalathar changed the title Don't apply "emscripten" directives to wasm32-unknown-unknown compiletest: Don't apply "emscripten" directives to wasm32-unknown-unknown Nov 15, 2025
@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-bors
Copy link

rust-bors bot commented Nov 15, 2025

☀️ Try build successful (CI)
Build commit: 25d016f (25d016f0be5edd6e3aeefcca2ab9ad33f916d18a, parent: 733108b6d4acaa93fe26ae281ea305aacd6aac4e)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.

3 participants