Skip to content

Commit bec6a94

Browse files
authored
[Distributed] disable local_init test for 32bit platforms
1 parent c1011e1 commit bec6a94

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)