Skip to content

Commit 7966ab4

Browse files
committed
test: disable a couple of IRGen tests on ASi
macOS[>=10.14.4] support the ability to update the class metadata, which is used unconditionally with resiliently-sized fields.
1 parent 2b62570 commit 7966ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/IRGen/class_update_callback_without_fixed_layout.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// REQUIRES: objc_interop
88
// UNSUPPORTED: OS=iosmac
9-
// UNSUPPORTED: CPU=arm64e
9+
// UNSUPPORTED: CPU=arm64 || CPU=arm64e
1010

1111
// With the old deployment target, these classes use the 'singleton' metadata
1212
// initialization pattern. The class is not statically visible to Objective-C,

test/IRGen/eager-class-initialization.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// REQUIRES: objc_interop
66
// UNSUPPORTED: OS=iosmac
7-
// UNSUPPORTED: CPU=arm64e
7+
// UNSUPPORTED: CPU=arm64 || CPU=arm64e
88

99
// See also eager-class-initialization-stable-abi.swift, for the stable ABI
1010
// deployment target test.

0 commit comments

Comments
 (0)