Skip to content

Commit 6235aa8

Browse files
committed
Configure ModuleInterface/arm64e-fallback to not run in simulators
This would be needed to avoid test failures when running the test suite on an Apple Silicon machine. Addresses rdar://108788721
1 parent 607f4eb commit 6235aa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ModuleInterface/arm64e-fallback.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// PtrAuthFramework only supports these OSes.
55
//
66
// REQUIRES: OS=tvos || OS=macosx || OS=ios
7+
// UNSUPPORTED: DARWIN_SIMULATOR={{.*}}
78

89
// When run on arm64, this tests that we fall back to the arm64e interface, but
910
// build it with `#if _ptrauth(_arm64e)` off.

0 commit comments

Comments
 (0)