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):
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 ()
You can’t perform that action at this time.
0 commit comments