]> git.lizzy.rs Git - rust.git/commit
auto merge of #18348 : michaelwoerister/rust/lldb-test-versioning, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 27 Oct 2014 07:52:39 +0000 (07:52 +0000)
committerbors <bors@rust-lang.org>
Mon, 27 Oct 2014 07:52:39 +0000 (07:52 +0000)
commita0efafbd85e2e0965746adba7e899ce904d324dc
tree7d9b6046d66eaa1f330e5410c00a6d9572685d49
parenta93e9c20f2a79eacad21592d0eb58e1a89648629
parentca0446d10795691e3fc206794ac7fbd441442b34
auto merge of #18348 : michaelwoerister/rust/lldb-test-versioning, r=alexcrichton

Let's try if not running LLDB tests in parallel solves the sporadic deadlocks we've seen since enabling the LLDB test suite. Running the tests in parallel has lead to unstable behaviour in the past (with LLDB versions below 310.x.x). Maybe our new minimum LLDB version isn't quite up to it either.

cc @alexcrichton