]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #34499 - michaelwoerister:lldb-blacklist, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Wed, 29 Jun 2016 15:51:23 +0000 (21:21 +0530)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2016 15:51:23 +0000 (21:21 +0530)
commit5bd3ef81c67673bde99e1b85ecc37fd551493070
tree59b8d9aafbd54fd38127da705c10f70b6e871f9a
parent2e893ea6de472491024589746057e64f00fb928e
parentf41de0ff3ad2d7b54a9bae86aadeaf3796579a7e
Rollup merge of #34499 - michaelwoerister:lldb-blacklist, r=alexcrichton

Disable debuginfo tests for a given blacklist of LLDB versions

Anyone having trouble with most LLDB tests failing on OSX, please report your LLDB version here so I can add it to the blacklist.

Blacklisted versions so far:
* lldb-350.*

cc @rust-lang/tools
cc @tedhorst @indutny @jonathandturner (people from the original bug report)

Fixes #32520.