XFAIL TestMachCore for windows hosts

It's been failing since I enabled the test for non-darwin targets. I
made it reference the same bug as the linux core, as it's likely that
the root cause is the same.

llvm-svn: 333401
This commit is contained in:
Pavel Labath 2018-05-29 09:22:58 +00:00
parent 6e82c4d6cc
commit 0bd19ead89
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()
@expectedFailureAll(bugnumber="llvm.org/pr37371", hostoslist=["windows"])
def test_selected_thread(self):
"""Test that the right thread is selected after a core is loaded."""
# Create core form YAML.