We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459279e commit a9c6db4Copy full SHA for a9c6db4
lldb/test/API/lang/swift/variables/indirect_enums/TestIndirectEnumVariables.py
@@ -24,16 +24,12 @@ class TestIndirectEnumVariables(TestBase):
24
25
mydir = TestBase.compute_mydir(__file__)
26
27
- @expectedFailureAll(archs=["aarch64"], oslist=["linux"],
28
- bugnumber="rdar://89044113")
29
@swiftTest
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"""
0 commit comments