Skip to content

Commit d7a5508

Browse files
authored
Rollup merge of rust-lang#42917 - kennytm:gdb-fatal-proc-rec, r=Mark-Simulacrum
compiletest: show details why GDB failed to execute. Help finding reasons of spurious errors due to GDB failing to run (rust-lang#42693).
2 parents 83d4b43 + 3f1cb30 commit d7a5508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ actual:\n\
692692
}
693693

694694
if !debugger_run_result.status.success() {
695-
self.fatal("gdb failed to execute");
695+
self.fatal_proc_rec("gdb failed to execute", &debugger_run_result);
696696
}
697697

698698
self.check_debugger_output(&debugger_run_result, &check_lines);

0 commit comments

Comments
 (0)