Skip to content

Commit 78d22a8

Browse files
authored
Merge pull request #4145 from gottesmm/stable/20211026/disable-test-linux-aarch64
2 parents e7444f5 + a724877 commit 78d22a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/lang/swift/variables/move_function/TestSwiftMoveFunction.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ class TestSwiftMoveFunctionType(TestBase):
2828

2929
mydir = TestBase.compute_mydir(__file__)
3030

31+
# Skip on aarch64 linux: rdar://91005071
32+
@skipIf(archs=['aarch64'], oslist=['linux'])
3133
@swiftTest
3234
def test_swift_move_function(self):
3335
"""Check that we properly show variables at various points of the CFG while

0 commit comments

Comments
 (0)