Skip to content

Commit 05e9fcb

Browse files
committed
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.
1 parent 691d1c1 commit 05e9fcb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/tools/compiletest/src/main.rs

Lines changed: 0 additions & 5 deletions
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)