mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Test] Disable objc_old_swift.swift on ARM64e.
The bit twiddling done by this test falls afoul of ptrauth on ARM64e. We don't support pre-stable Swift ABI code on ARM64e anyway, so just disable the test there. rdar://92469961
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
// REQUIRES: executable_test
|
||||
// REQUIRES: objc_interop
|
||||
|
||||
// The bit twiddling done by this test falls afoul of ptrauth on ARM64e. We
|
||||
// don't support pre-stable Swift ABI code on ARM64e anyway, so just disable the
|
||||
// test there.
|
||||
// UNSUPPORTED: CPU=arm64e
|
||||
|
||||
// Verify that objects that appear to be from the pre-stable Swift ABI
|
||||
// are correctly ignored by stable Swift's entry points.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user