Closed
Description
If you don't have some sort of msys in your PATH, then the libstd process tests will fail because they attempt to spawn programs that don't exist on Windows by default.
failures:
---- process::tests::test_finish_once stdout ----
thread 'process::tests::test_finish_once' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os { code: 2, message: "The system cannot find the file specified." } }', src\libcore\result.rs:845
---- process::tests::test_finish_twice stdout ----
thread 'process::tests::test_finish_twice' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os { code: 2, message: "The system cannot find the file specified." } }', src\libcore\result.rs:845
---- process::tests::test_process_output_error stdout ----
thread 'process::tests::test_process_output_error' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os { code: 2, message: "The system cannot find the file specified." } }', src\libcore\result.rs:845
---- process::tests::test_process_output_output stdout ----
thread 'process::tests::test_process_output_output' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os { code: 2, message: "The system cannot find the file specified." } }', src\libcore\result.rs:845
---- process::tests::test_process_status stdout ----
thread 'process::tests::test_process_status' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os { code: 2, message: "The system cannot find the file specified." } }', src\libcore\result.rs:845
---- process::tests::test_wait_with_output_once stdout ----
thread 'process::tests::test_wait_with_output_once' panicked at 'called `Result::unwrap()` on an `Err` value: Error { repr: Os { code: 2, message: "The system cannot find the file specified." } }', src\libcore\result.rs:845
failures:
process::tests::exit_reported_right
process::tests::smoke
process::tests::stdout_works
process::tests::test_finish_once
process::tests::test_finish_twice
process::tests::test_process_output_error
process::tests::test_process_output_output
process::tests::test_process_status
process::tests::test_wait_with_output_once