[lldbsuite, windows] Mark tests as XFAIL on Windows or skip them
authorStella Stamenova <stilis@microsoft.com>
Thu, 2 Aug 2018 21:26:19 +0000 (21:26 +0000)
committerStella Stamenova <stilis@microsoft.com>
Thu, 2 Aug 2018 21:26:19 +0000 (21:26 +0000)
commit0faca0f09f43369ab7132f884d4f54873f54a168
tree3993dce2ef092d57e336991c8c8ffba0789c43a9
parentdb3e54436ebdda3deb4efc297c1c9a0fd0a03222
[lldbsuite, windows] Mark tests as XFAIL on Windows or skip them

Summary:
1) Several tests that are flakey on windows fail the run even if they are marked as expected to be flakey. This is because they fail frequently enough that even a retry won't help
2) Skip several tests on Windows that will occasionally hang rather than failing or exiting. This is causing the entire test suite to hang

Reviewers: asmith, labath, zturner

Reviewed By: zturner

Differential Revision: https://reviews.llvm.org/D50198

llvm-svn: 338769
lldb/packages/Python/lldbsuite/test/functionalities/attach_resume/TestAttachResume.py
lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py
lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py
lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py
lldb/packages/Python/lldbsuite/test/functionalities/thread/step_out/TestThreadStepOut.py
lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_exit/TestThreadExit.py
lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py
lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py