From c2fb9ed1d0ae70d6e338d658e24aeccce8b75b50 Mon Sep 17 00:00:00 2001 From: Stella Stamenova Date: Fri, 11 Jan 2019 23:08:35 +0000 Subject: [PATCH] [lldbsuite] Skip TestExitDuringStep on Windows This test is flaky on Windows and will occasionally hang or fail. llvm-svn: 350978 --- .../test/functionalities/thread/exit_during_step/TestExitDuringStep.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py index 72ba89e..c13de07 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py @@ -37,6 +37,7 @@ class ExitDuringStepTestCase(TestBase): False) @skipIfFreeBSD # llvm.org/pr21411: test is hanging + @skipIfWindows # This is flakey on Windows: llvm.org/pr38373 def test_step_in(self): """Test thread exit during step-in handling.""" self.build(dictionary=self.getBuildFlags()) -- 2.7.4