[lldb-suite] Skip TestMachCore on Windows
authorStella Stamenova <stilis@microsoft.com>
Tue, 9 Jul 2019 18:18:02 +0000 (18:18 +0000)
committerStella Stamenova <stilis@microsoft.com>
Tue, 9 Jul 2019 18:18:02 +0000 (18:18 +0000)
This test was originally marked as expected failure on Windows, but it is timing out instead of outright failing now. The expectedFailure attribute does not correctly track timeouts (as in, they don't count as failures), so now this is causing the test suite to fail.

llvm-svn: 365527

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

index a299a43..b03ea8d 100644 (file)
@@ -26,7 +26,10 @@ class MachCoreTestCase(TestBase):
         lldb.DBG.SetSelectedPlatform(self._initial_platform)
         super(MachCoreTestCase, self).tearDown()
 
-    @expectedFailureAll(bugnumber="llvm.org/pr37371", hostoslist=["windows"])
+    # This was originally marked as expected failure on Windows, but it has
+    # started timing out instead, so the expectedFailure attribute no longer
+    # correctly tracks it: llvm.org/pr37371
+    @skipIfWindows
     def test_selected_thread(self):
         """Test that the right thread is selected after a core is loaded."""
         # Create core form YAML.