diff options
author | Stella Stamenova <stilis@microsoft.com> | 2019-01-11 23:08:35 +0000 |
---|---|---|
committer | Stella Stamenova <stilis@microsoft.com> | 2019-01-11 23:08:35 +0000 |
commit | c2fb9ed1d0ae70d6e338d658e24aeccce8b75b50 (patch) | |
tree | b5b6c9758d37c2bcceb8ebbd4f9b396446a79ef7 /lldb/packages/Python/lldbsuite/test | |
parent | ad7f1d605c7171ca06bb90889413f2d3e7ed0afa (diff) | |
download | bcm5719-llvm-c2fb9ed1d0ae70d6e338d658e24aeccce8b75b50.tar.gz bcm5719-llvm-c2fb9ed1d0ae70d6e338d658e24aeccce8b75b50.zip |
[lldbsuite] Skip TestExitDuringStep on Windows
This test is flaky on Windows and will occasionally hang or fail.
llvm-svn: 350978
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/thread/exit_during_step/TestExitDuringStep.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 72ba89eb58b..c13de075bcb 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()) |