-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debuginfo: Make sure that only one LLDB test task is run at a time.
Some older versions of LLDB have problems with multiple instances running in parallel. This commit makes sure we don't do that.
- Loading branch information
1 parent
c7f45a9
commit 3b336b2
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3b336b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from alexcrichton
at michaelwoerister@3b336b2
3b336b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging michaelwoerister/rust/lldb-tests-rebased-09-Jul = 3b336b2 into auto
3b336b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
michaelwoerister/rust/lldb-tests-rebased-09-Jul = 3b336b2 merged ok, testing candidate = 175f113
3b336b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/360
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/361
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/360
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/361
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/363
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/364
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/363
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/369
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/364
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/363
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/366
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/364
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/364
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/365
3b336b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = 175f113