Skip to content

Commit

Permalink
Merge pull request #6494 from felipepiovezan/felipe/5.8testdisable
Browse files Browse the repository at this point in the history
[lldb] Disable swift move function test
  • Loading branch information
felipepiovezan committed Mar 17, 2023
2 parents 44d4f9d + 50ca3cc commit f0fb631
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class TestSwiftMoveFunctionType(TestBase):

# Skip on aarch64 linux: rdar://91005071
@skipIf(archs=['aarch64'], oslist=['linux'])
@skipIf(bugnumber="rdar://106810588")
@swiftTest
def test_swift_move_function(self):
"""Check that we properly show variables at various points of the CFG while
Expand Down

0 comments on commit f0fb631

Please sign in to comment.