You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./x test tests/ui --target=wasm32-unknown-emscripten
Just hangs for me when trying to build the rust_test_helpers.c file via the cc crate. So how can I run tests for wasm32-unknown-emscripten? This target AFAICT does not have a platform support docs I can refer to.
I was trying to look into #131666 but I can't even run the tests.
The text was updated successfully, but these errors were encountered:
jieyouxu
added
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-bug
Category: This is a bug.
O-emscripten
Target: 50% off wasm32-unknown-musl. the savings come out of stdio.h, but hey, you get SDL!
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Oct 13, 2024
jieyouxu
added
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
A-testsuite
Area: The testsuite used to check the correctness of rustc
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Oct 13, 2024
jieyouxu
removed
A-testsuite
Area: The testsuite used to check the correctness of rustc
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-bug
Category: This is a bug.
O-emscripten
Target: 50% off wasm32-unknown-musl. the savings come out of stdio.h, but hey, you get SDL!
labels
Oct 14, 2024
On a Windows msvc host,
Just hangs for me when trying to build the
rust_test_helpers.c
file via thecc
crate. So how can I run tests forwasm32-unknown-emscripten
? This target AFAICT does not have a platform support docs I can refer to.rust/src/bootstrap/src/core/build_steps/test.rs
Lines 3263 to 3271 in 27861c4
I was trying to look into #131666 but I can't even run the tests.
The text was updated successfully, but these errors were encountered: