[Lldb-commits] [lldb] r333401 - XFAIL TestMachCore for windows hosts

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue May 29 02:22:59 PDT 2018


Author: labath
Date: Tue May 29 02:22:58 2018
New Revision: 333401

URL: http://llvm.org/viewvc/llvm-project?rev=333401&view=rev
Log:
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.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py?rev=333401&r1=333400&r2=333401&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py Tue May 29 02:22:58 2018
@@ -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.




More information about the lldb-commits mailing list