Skip to content

Commit d6f6edf

Browse files
authored
Merge pull request #41092 from xedin/disable-remote-call-tests
2 parents 63b752e + ebebcec commit d6f6edf

9 files changed

+27
-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
@@ -20,6 +20,9 @@
2020
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
2121
// UNSUPPORTED: OS=watchos && CPU=i386
2222

23+
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
24+
// REQUIRES: rdar88228867
25+
2326
import _Distributed
2427
import FakeDistributedActorSystems
2528

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_empty.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
2121
// UNSUPPORTED: OS=watchos && CPU=i386
2222

23+
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
24+
// REQUIRES: rdar88228867
25+
2326
import _Distributed
2427
import FakeDistributedActorSystems
2528

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_generic.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
// XFAIL: *
2222
// FIXME(distributed): generics will come very shortly
2323

24+
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
25+
// REQUIRES: rdar88228867
26+
2427
import _Distributed
2528

2629
distributed actor Greeter {

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_hello.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
2121
// UNSUPPORTED: OS=watchos && CPU=i386
2222

23+
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
24+
// REQUIRES: rdar88228867
25+
2326
import _Distributed
2427
import FakeDistributedActorSystems
2528

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_take.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
2121
// UNSUPPORTED: OS=watchos && CPU=i386
2222

23+
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
24+
// REQUIRES: rdar88228867
25+
2326
import _Distributed
2427
import FakeDistributedActorSystems
2528

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_takeThrowReturn.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
2121
// UNSUPPORTED: OS=watchos && CPU=i386
2222

23+
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
24+
// REQUIRES: rdar88228867
25+
2326
import _Distributed
2427
import FakeDistributedActorSystems
2528

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
@@ -20,6 +20,9 @@
2020
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
2121
// UNSUPPORTED: OS=watchos && CPU=i386
2222

23+
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
24+
// REQUIRES: rdar88228867
25+
2326
import _Distributed
2427
import FakeDistributedActorSystems
2528

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_throw.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
// rdar://87568630 - segmentation fault on 32-bit WatchOS simulator
2121
// UNSUPPORTED: OS=watchos && CPU=i386
2222

23+
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
24+
// REQUIRES: rdar88228867
25+
2326
import _Distributed
2427
import FakeDistributedActorSystems
2528

test/Distributed/Runtime/distributed_actor_remoteCall_roundtrip.swift

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

22+
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
23+
// REQUIRES: rdar88228867
24+
2225
import _Distributed
2326
import FakeDistributedActorSystems
2427

0 commit comments

Comments
 (0)