wasm32_final_outputs test fails when Cargo 0.25 is compiled from rustc 1.24.0 source tarball #48255
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When running
cargo testfrom the src/tools/cargo directory in the rustc 1.24.0 source tarball, thewasm32_final_outputstest fails. It seems that the test is finding the rustc Cargo.toml instead of the cargo Cargo.toml and it fails because the test directory is not part of the workspace. I filed an issue with Cargo (#4755) and was instructed to file the issue against rust instead.The text was updated successfully, but these errors were encountered: