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.
2 parents e7444f5 + a724877 commit 78d22a8Copy full SHA for 78d22a8
lldb/test/API/lang/swift/variables/move_function/TestSwiftMoveFunction.py
@@ -28,6 +28,8 @@ class TestSwiftMoveFunctionType(TestBase):
28
29
mydir = TestBase.compute_mydir(__file__)
30
31
+ # Skip on aarch64 linux: rdar://91005071
32
+ @skipIf(archs=['aarch64'], oslist=['linux'])
33
@swiftTest
34
def test_swift_move_function(self):
35
"""Check that we properly show variables at various points of the CFG while
0 commit comments