compile-test fails to detect extranous errors on windows #21228
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
O-windows
Operating system: Windows
the problem is in this function: https://github.com/rust-lang/rust/blob/master/src/compiletest/runtest.rs#L1009
since windows-paths contain a colon, finding the error/warning through counting colons is not the way to go.
i need this fixed, so i'm fixing it.
should i use regex or simply check if the line starts with the testfile-name, and skip those chars before counting colons?
The text was updated successfully, but these errors were encountered: