[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)
commit2ea514c5662f1c69642f21c9cc32c0fbfb8e9ffb
tree9478affba9f5b95d32675157ee7e9f25ea38c3af
parent631b5f7dc0e9dab76355f8043b03727b0cb7d62d
[lldb-suite] Skip TestMachCore on Windows

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