Skip to content

Commit a53a298

Browse files
authored
Merge pull request #24 from JDevlieghere/xfail-indirect-enum-vars
XFAIL TestIndirectEnumVariables.py
2 parents 4ccca56 + 4f811ae commit a53a298

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)