Skip to content

Commit 8fe216b

Browse files
committed
XFAIL test/Interpreter/metadata_access.swift on arm64e
The test manipulates raw pointers some of which might be signed and therefore it fails on arm64e
1 parent f883ca6 commit 8fe216b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Interpreter/metadata_access.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// rdar://61814566
66
// XFAIL: use_os_stdlib
77

8+
// This test uses raw pointers and so fails on arm64e which authenticates some
9+
// pointers.
10+
// XFAIL: arm64e
11+
812
import SwiftShims
913

1014
struct MetadataAccessFunction {

0 commit comments

Comments
 (0)