From 0bd19ead89e40aab47d04f8e56e9affa6ed29916 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 29 May 2018 09:22:58 +0000 Subject: 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 --- .../lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py index ea981292157..a299a4308bc 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py @@ -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. -- cgit v1.2.3