[test] Disable TestMachCore everywhere except on Darwin

Apparently the parser is wrapped inside ifdef's so the logic isn't
available on non-Darwin platforms.

Should fix build bot failure:
  http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/20463

llvm-svn: 327512
This commit is contained in:
Jonas Devlieghere 2018-03-14 14:16:23 +00:00
parent 3408caf686
commit 81ccb97024
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class MachCoreTestCase(TestBase):
lldb.DBG.SetSelectedPlatform(self._initial_platform)
super(MachCoreTestCase, self).tearDown()
@skipUnlessDarwin
def test_selected_thread(self):
"""Test that the right thread is selected after a core is loaded."""
# Create core form YAML.