[Lldb-commits] [lldb] 8bd1988 - [lldb] Skip Test11588 on Windows
Stella Stamenova via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 14 09:26:45 PDT 2022
Author: Stella Stamenova
Date: 2022-03-14T09:26:41-07:00
New Revision: 8bd1988e74f212f65de21e25c9e44b42a4b97bd9
URL: https://github.com/llvm/llvm-project/commit/8bd1988e74f212f65de21e25c9e44b42a4b97bd9
DIFF: https://github.com/llvm/llvm-project/commit/8bd1988e74f212f65de21e25c9e44b42a4b97bd9.diff
LOG: [lldb] Skip Test11588 on Windows
The test was marked as XFAIL on Windows, but recent changes have made it flaky instead
Added:
Modified:
lldb/test/API/commands/expression/issue_11588/Test11588.py
Removed:
################################################################################
diff --git a/lldb/test/API/commands/expression/issue_11588/Test11588.py b/lldb/test/API/commands/expression/issue_11588/Test11588.py
index 626eef6f5511a..9f743fb7779b2 100644
--- a/lldb/test/API/commands/expression/issue_11588/Test11588.py
+++ b/lldb/test/API/commands/expression/issue_11588/Test11588.py
@@ -16,7 +16,7 @@ class Issue11581TestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24778")
+ @skipIfWindows #This test is now flaky on windows, see llvm.org/pr24778
def test_11581_commands(self):
# This is the function to remove the custom commands in order to have a
# clean slate for the next test case.
More information about the lldb-commits
mailing list