Skip to content

Commit c9a1978

Browse files
authored
Merge pull request #58845 from apple/ktoso-patch-14
[Distributed] disable local_init test for 32bit platforms
2 parents 9b79804 + bec6a94 commit c9a1978

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/Distributed/Runtime/distributed_actor_init_local.swift

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

11+
12+
// FIXME(distributed): Seems something remains incorrect on 32bit here
13+
// rdar://92952551
14+
// UNSUPPORTED: CPU=armv7
15+
// UNSUPPORTED: CPU=armv7s
16+
// UNSUPPORTED: CPU=i386
17+
1118
import Distributed
1219

1320
enum MyError: Error {

0 commit comments

Comments
 (0)