Skip to content

Commit 3e7d153

Browse files
authored
Merge pull request #2950 from augusto2112/skip-test-reference-storage-type-aarch64
[lldb] Skip TestSwiftReferenceStorageTypes on Linux when the architecture is AArch64
2 parents bfd4a39 + 109dde6 commit 3e7d153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/reference_storage_types/TestSwiftReferenceStorageTypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def setUp(self):
2929

3030
@decorators.skipIf(archs=['ppc64le']) #SR-10215
3131
@swiftTest
32+
@skipIf(oslist=["linux"], archs=['aarch64'], bugnumber="rdar://76592966")
3233
def test_swift_reference_storage_types(self):
3334
"""Test weak, unowned and unmanaged types"""
3435
self.build()

0 commit comments

Comments
 (0)