We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ccca56 + 4f811ae commit a53a298Copy full SHA for a53a298
lldb/packages/Python/lldbsuite/test/lang/swift/variables/indirect_enums/TestIndirectEnumVariables.py
@@ -26,13 +26,15 @@ class TestIndirectEnumVariables(TestBase):
26
27
@swiftTest
28
@skipIf(bugnumber='rdar://27568868', oslist=['linux'])
29
+ @expectedFailureAll(bugnumber="rdar://56620009", oslist=["macosx"])
30
def test_indirect_cases_variables(self):
31
"""Tests that indirect Enum variables display correctly when cases are indirect"""
32
self.build()
33
self.do_test("indirect case break here")
34
35
36
37
38
def test_indirect_enum_variables(self):
39
"""Tests that indirect Enum variables display correctly when enum is indirect"""
40
0 commit comments