Skip to content

Commit 69e8ffc

Browse files
authored
Rollup merge of rust-lang#95072 - tromey:parallel-debug-tests, r=tmiasko
Re-enable parallel debuginfo tests Debuginfo tests are serialized due to some older version of LLDB. However, that comment was last touched in 2014, so presumably these older versions are long since obsolete. Partially fixes bug rust-lang#72719.
2 parents 0ffaf19 + 05e9fcb commit 69e8ffc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/tools/compiletest/src/main.rs

-5
Original file line numberDiff line numberDiff line change
@@ -487,11 +487,6 @@ fn configure_lldb(config: &Config) -> Option<Config> {
487487
return None;
488488
}
489489

490-
// Some older versions of LLDB seem to have problems with multiple
491-
// instances running in parallel, so only run one test thread at a
492-
// time.
493-
env::set_var("RUST_TEST_THREADS", "1");
494-
495490
Some(Config { debugger: Some(Debugger::Lldb), ..config.clone() })
496491
}
497492

0 commit comments

Comments
 (0)