File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
lldb/packages/Python/lldbsuite/test/lang/swift/variables/indirect_enums Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,15 @@ class TestIndirectEnumVariables(TestBase):
26
26
27
27
@swiftTest
28
28
@skipIf (bugnumber = 'rdar://27568868' , oslist = ['linux' ])
29
+ @expectedFailureAll (bugnumber = "rdar://56620009" , oslist = ["macosx" ])
29
30
def test_indirect_cases_variables (self ):
30
31
"""Tests that indirect Enum variables display correctly when cases are indirect"""
31
32
self .build ()
32
33
self .do_test ("indirect case break here" )
33
34
34
35
@swiftTest
35
36
@skipIf (bugnumber = 'rdar://27568868' , oslist = ['linux' ])
37
+ @expectedFailureAll (bugnumber = "rdar://56620009" , oslist = ["macosx" ])
36
38
def test_indirect_enum_variables (self ):
37
39
"""Tests that indirect Enum variables display correctly when enum is indirect"""
38
40
self .build ()
You can’t perform that action at this time.
0 commit comments