Skip to content

Commit a0e1c60

Browse files
committed
[lldb/test] Remove XFAIL on TestSwiftStepping.py
This patch removes the XFAIL decorator for TestSwiftStepping.py when running on Aarch64 Linux since the test is now passing. This could have changed following 696c7a5. rdar://84618307 Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent cef544c commit a0e1c60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/lang/swift/stepping/TestSwiftStepping.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class TestSwiftStepping(lldbtest.TestBase):
2525
mydir = lldbtest.TestBase.compute_mydir(__file__)
2626

2727
@swiftTest
28-
@expectedFailureAll(oslist=['linux'], archs=['aarch64'], bugnumber="rdar://77785062")
2928
def test_swift_stepping(self):
3029
"""Tests that we can step reliably in swift code."""
3130
self.build()

0 commit comments

Comments
 (0)