Closed
Description
I was running ui-tests, and this test case fail on my windows machine:
---- [ui] tests\ui\unpretty\staged-api-invalid-path-108697.rs stdout ----
$DIR\lol
$DIR\staged-api-invalid-path-108697.rs
Saved the actual stderr to "L:\\ThirdParty\\rust\\build\\x86_64-pc-windows-msvc\\test\\ui\\unpretty\\staged-api-invalid-path-108697\\staged-api-invalid-path-108697.stderr"
diff of stderr:
- error: couldn't read `$DIR/lol`: No such file or directory (os error 2)
+ error: couldn't read `$DIR/lol`: 系统找不到指定的文件。 (os error 2)
2 --> $DIR/staged-api-invalid-path-108697.rs:8:1
3 |
4 LL | mod foo;
Maybe we should not rely on such locale-dependent output, or maybe we could configure Rust standard library/compiler to use English as UI language.
Metadata
Metadata
Assignees
Labels
Area: Makes things more difficult for new or seasoned contributors to RustArea: test infrastructure (may span bootstrap/compiletest/more)Area: The testsuite used to check the correctness of rustcCategory: This is a bug.Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the compiler team, which will review and decide on the PR/issue.