Skip to content

Commit f2a0dbb

Browse files
committed
[Test] Temporarily disable genericMetadataBuilder.swift on ARM64e.
The validation is getting confused by ptrauth. Disable the test there while we fix it. rdar://121029024
1 parent a48dc87 commit f2a0dbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Runtime/genericMetadataBuilder.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
// UNSUPPORTED: use_os_stdlib
1111
// UNSUPPORTED: back_deployment_runtime
1212

13+
// Validation gets confused by ARM64e, temporarily disable the test there until
14+
// we've fixed that. rdar://121029024
15+
// UNSUPPORTED: CPU=arm64e
16+
1317
struct ConcreteEmpty {}
1418

1519
struct ConcreteFields {

0 commit comments

Comments
 (0)