diff options
author | Pavel Labath <labath@google.com> | 2018-05-29 09:22:58 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-05-29 09:22:58 +0000 |
commit | 0bd19ead89e40aab47d04f8e56e9affa6ed29916 (patch) | |
tree | 1a85bfbd14a152b09d0a1be3183ad9347fad7024 /lldb/packages/Python/lldbsuite/test/functionalities/postmortem | |
parent | 6e82c4d6cc576af4397c60fdb1e41325ecf8ffbb (diff) | |
download | bcm5719-llvm-0bd19ead89e40aab47d04f8e56e9affa6ed29916.tar.gz bcm5719-llvm-0bd19ead89e40aab47d04f8e56e9affa6ed29916.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/postmortem')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py | 1 |
1 files changed, 1 insertions, 0 deletions
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. |