Skip to content

Commit 68374a1

Browse files
authored
Merge pull request #3782 from swiftwasm/main
2 parents 8dda095 + 38e9f39 commit 68374a1

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

test/Distributed/Runtime/distributed_actor_init_local.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
// UNSUPPORTED: use_os_stdlib
99
// UNSUPPORTED: back_deployment_runtime
1010

11+
// FIXME(distributed): we need to revisit what's going on on windows with distributed actors rdar://84574311
12+
// UNSUPPORTED: OS=windows-msvc
13+
14+
// Disabled temporarily until we figure out why the test is flaky.
15+
// REQUIRES: rdar84586299
16+
1117
import _Distributed
1218

1319
enum MyError: Error {

test/Distributed/SIL/distributed_actor_default_deinit_sil.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// REQUIRES: concurrency
33
// REQUIRES: distributed
44

5+
// REQUIRES: OS=macosx
6+
57
import _Distributed
68

79
class SomeClass {}

test/Distributed/SIL/distributed_actor_default_init_sil.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// REQUIRES: concurrency
33
// REQUIRES: distributed
44

5+
// REQUIRES: OS=macosx
6+
57
import _Distributed
68

79
class SomeClass {}

0 commit comments

Comments
 (0)