Skip to content

Commit d871702

Browse files
committed
[lldb][test] Remove XFAIL from some Windows tests
These are now passing on Windows x86_64 and Arm64.
1 parent 4695aea commit d871702

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

lldb/test/API/commands/frame/var-dil/basics/ArraySubscript/TestFrameVarDILArraySubscript.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def test_subscript(self):
9898
substrs=["subscript of pointer to incomplete type 'void'"],
9999
)
100100

101-
@expectedFailureAll(oslist=["windows"])
102101
def test_subscript_synthetic(self):
103102
self.build()
104103
lldbutil.run_to_source_breakpoint(

lldb/test/API/functionalities/data-formatter/data-formatter-disabling/TestDataFormatterDisabling.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ def setUp(self):
1616
# Find the line number to break at.
1717
self.line = line_number("main.cpp", "// Set break point at this line.")
1818

19-
@expectedFailureAll(
20-
oslist=["windows"],
21-
bugnumber="llvm.org/pr24462, Data formatters have problems on Windows",
22-
)
2319
def test_with_run_command(self):
2420
"""Check that we can properly disable all data formatter categories."""
2521
self.build()

lldb/test/API/lang/cpp/template/TestTemplateArgs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def test_integer_args(self):
8282
'expr_result.GetType().GetName() == "int"',
8383
)
8484

85-
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24489")
8685
def test_template_template_args(self):
8786
frame = self.prepareProcess()
8887

0 commit comments

Comments
 (0)