pub fn get_result_from_exit_code(
    desc: &TestDesc,
    code: i32,
    time_opts: &Option<TestTimeOptions>,
    exec_time: &Option<TestExecTime>
) -> TestResult
🔬This is a nightly-only experimental API. (test)
Expand description

Creates a TestResult depending on the exit code of test subprocess.