Skip to content

Commit 768e8d6

Browse files
Merge pull request #36894 from nate-chandler/wrangle/76608076
[Test] Disable scale_neighbouring_getset on arm64.
2 parents 46be26a + 543a2ca commit 768e8d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

validation-test/compiler_scale/scale_neighbouring_getset.gyb

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// RUN: %scale-test --sum-multi --begin 5 --end 16 --step 5 --select TypeCheckFunctionBodyRequest %s
22
// REQUIRES: asserts
33

4+
// rdar://76608076
5+
// UNSUPPORTED: CPU=arm64
6+
// UNSUPPORTED: CPU=arm64e
7+
48
struct Struct${N} {
59
% if int(N) > 1:
610
var Field : Struct${int(N)-1}?

0 commit comments

Comments
 (0)