Skip to content

Commit 71db6db

Browse files
authored
Merge pull request #6220 from bnbarham/unxfail-lldb-tests
[lldb] Enable tests that are now passing
2 parents ae8fc9b + a9c6db4 commit 71db6db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/test/API/lang/swift/variables/indirect_enums/TestIndirectEnumVariables.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,12 @@ class TestIndirectEnumVariables(TestBase):
2424

2525
mydir = TestBase.compute_mydir(__file__)
2626

27-
@expectedFailureAll(archs=["aarch64"], oslist=["linux"],
28-
bugnumber="rdar://89044113")
2927
@swiftTest
3028
def test_indirect_cases_variables(self):
3129
"""Tests that indirect Enum variables display correctly when cases are indirect"""
3230
self.build()
3331
self.do_test("indirect case break here")
3432

35-
@expectedFailureAll(archs=["aarch64"], oslist=["linux"],
36-
bugnumber="rdar://89044113")
3733
@swiftTest
3834
def test_indirect_enum_variables(self):
3935
"""Tests that indirect Enum variables display correctly when enum is indirect"""

0 commit comments

Comments
 (0)