Skip to content

Commit 88ac67d

Browse files
Merge pull request #76792 from aschwaighofer/disable_test_autodiff_modify_accessor_arm64e
Disable AutoDiff/validation-test/modify_accessor.swift on arm64e
2 parents eb2b522 + abb065a commit 88ac67d

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)