Skip to content

Commit a422bfb

Browse files
authored
Merge pull request swiftlang#33330 from compnerd/ASi-resilience
test: disable a couple of IRGen tests on ASi
2 parents 2ee68b9 + 7966ab4 commit a422bfb

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)