Skip to content

Commit 0bbf378

Browse files
Merge pull request #31243 from aschwaighofer/xfail_test_metadata_access
XFAIL test/Interpreter/metadata_access.swift on arm64e
2 parents 7e9fc9a + 8fe216b commit 0bbf378

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)