Skip to content

Commit 4f811ae

Browse files
committed
XFAIL TestIndirectEnumVariables.py
Temporarily disabling this test case as it is blocking PR testing. rdar://56620009
1 parent f23a77f commit 4f811ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/packages/Python/lldbsuite/test/lang/swift/variables/indirect_enums/TestIndirectEnumVariables.py

+2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ class TestIndirectEnumVariables(TestBase):
2626

2727
@swiftTest
2828
@skipIf(bugnumber='rdar://27568868', oslist=['linux'])
29+
@expectedFailureAll(bugnumber="rdar://56620009", oslist=["macosx"])
2930
def test_indirect_cases_variables(self):
3031
"""Tests that indirect Enum variables display correctly when cases are indirect"""
3132
self.build()
3233
self.do_test("indirect case break here")
3334

3435
@swiftTest
3536
@skipIf(bugnumber='rdar://27568868', oslist=['linux'])
37+
@expectedFailureAll(bugnumber="rdar://56620009", oslist=["macosx"])
3638
def test_indirect_enum_variables(self):
3739
"""Tests that indirect Enum variables display correctly when enum is indirect"""
3840
self.build()

0 commit comments

Comments
 (0)