Skip to content

Commit abb065a

Browse files
committed
Disable AutoDiff/validation-test/modify_accessor.swift on arm64e
We fail to sign a pointer and so this test currently fails on arm64e. rdar://136835713
1 parent 62993ff commit abb065a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/AutoDiff/validation-test/modify_accessor.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// This test fails on arm64e with a pointer auth failure.
5+
// XFAIL: CPU=arm64e
6+
47
import _Differentiation
58
import StdlibUnittest
69

0 commit comments

Comments
 (0)