Skip to content

Commit 35cfab9

Browse files
authored
Merge pull request #2982 from swiftwasm/release/5.4
[pull] swiftwasm-release/5.4 from release/5.4
2 parents 3c720a3 + 768e8d6 commit 35cfab9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/Runtime/associated_witness_concurrency.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %target-run %t
44
// REQUIRES: libdispatch
55
// REQUIRES: executable_test
6+
// REQUIRES: rdar76605026
67

78
import Dispatch
89

validation-test/compiler_scale/scale_neighbouring_getset.gyb

Lines changed: 4 additions & 0 deletions
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)