Skip to content

Commit 9e93369

Browse files
authored
Merge pull request #41080 from ktoso/wip-unsupported-32bit-remotecall
[Distributed] Issues on 32bit, disable for now
2 parents b6a4923 + 31300ea commit 9e93369

8 files changed

+24
-0
lines changed

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_echo.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// FIXME(distributed): remote calls seem to hang on linux - rdar://87240034
1818
// UNSUPPORTED: linux
1919

20+
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
21+
// UNSUPPORTED: OS=watchos && CPU=i386
22+
2023
import _Distributed
2124
import FakeDistributedActorSystems
2225

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_empty.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// FIXME(distributed): remote calls seem to hang on linux - rdar://87240034
1818
// UNSUPPORTED: linux
1919

20+
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
21+
// UNSUPPORTED: OS=watchos && CPU=i386
22+
2023
import _Distributed
2124
import FakeDistributedActorSystems
2225

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_generic.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
// FIXME(distributed): remote calls seem to hang on linux - rdar://87240034
1616
// UNSUPPORTED: linux
1717

18+
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
19+
// UNSUPPORTED: OS=watchos && CPU=i386
20+
1821
// XFAIL: *
1922
// FIXME(distributed): generics will come very shortly
2023

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_hello.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// FIXME(distributed): remote calls seem to hang on linux - rdar://87240034
1818
// UNSUPPORTED: linux
1919

20+
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
21+
// UNSUPPORTED: OS=watchos && CPU=i386
22+
2023
import _Distributed
2124
import FakeDistributedActorSystems
2225

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_take.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// FIXME(distributed): remote calls seem to hang on linux - rdar://87240034
1818
// UNSUPPORTED: linux
1919

20+
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
21+
// UNSUPPORTED: OS=watchos && CPU=i386
22+
2023
import _Distributed
2124
import FakeDistributedActorSystems
2225

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_takeThrowReturn.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// FIXME(distributed): remote calls seem to hang on linux - rdar://87240034
1818
// UNSUPPORTED: linux
1919

20+
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
21+
// UNSUPPORTED: OS=watchos && CPU=i386
22+
2023
import _Distributed
2124
import FakeDistributedActorSystems
2225

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_take_two.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// FIXME(distributed): remote calls seem to hang on linux - rdar://87240034
1818
// UNSUPPORTED: linux
1919

20+
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
21+
// UNSUPPORTED: OS=watchos && CPU=i386
22+
2023
import _Distributed
2124
import FakeDistributedActorSystems
2225

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_throw.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
// FIXME(distributed): remote calls seem to hang on linux - rdar://87240034
1818
// UNSUPPORTED: linux
1919

20+
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
21+
// UNSUPPORTED: OS=watchos && CPU=i386
22+
2023
import _Distributed
2124
import FakeDistributedActorSystems
2225

0 commit comments

Comments
 (0)