compile-fail tests sometimes considered sucessfully compiled by the test harness #18981
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-windows
Operating system: Windows
Occasionally a PR will fail the bors integration due to a compile-fail test compiling successfully... except not, as evidenced here: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/1928/steps/test/logs/stdio
The compiler's output suggests that it's the test harness that somehow misreads the exit code. This might be a library issue in
std::io::process::Command
.The text was updated successfully, but these errors were encountered: