Skip to content

Commit 4e8f962

Browse files
committed
[Distributed] NFC: Remove OK: which used to be REQUIRES: in remoteCall tests
1 parent ecf1c1e commit 4e8f962

9 files changed

+0
-27
lines changed

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_echo.swift

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

20-
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
21-
// OK: rdar88228867
22-
2320
import _Distributed
2421
import FakeDistributedActorSystems
2522

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_empty.swift

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

20-
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
21-
// OK: rdar88228867
22-
2320
import _Distributed
2421
import FakeDistributedActorSystems
2522

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_genericFunc.swift

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

20-
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
21-
// OK: rdar88228867
22-
2320
import _Distributed
2421
import FakeDistributedActorSystems
2522

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_hello.swift

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

20-
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
21-
// OK: rdar88228867
22-
2320
import _Distributed
2421
import FakeDistributedActorSystems
2522

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_take.swift

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

20-
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
21-
// OK: rdar88228867
22-
2320
import _Distributed
2421
import FakeDistributedActorSystems
2522

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_takeThrowReturn.swift

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

20-
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
21-
// OK: rdar88228867
22-
2320
import _Distributed
2421
import FakeDistributedActorSystems
2522

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_take_two.swift

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

20-
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
21-
// OK: rdar88228867
22-
2320
import _Distributed
2421
import FakeDistributedActorSystems
2522

test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_throw.swift

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

20-
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
21-
// OK: rdar88228867
22-
2320
import _Distributed
2421
import FakeDistributedActorSystems
2522

test/Distributed/Runtime/distributed_actor_remoteCall_roundtrip.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
// FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574
1717
// UNSUPPORTED: windows
1818

19-
// rdar://88228867 - remoteCall_* tests have been disabled due to random failures
20-
// OK: rdar88228867
21-
2219
import _Distributed
2320
import FakeDistributedActorSystems
2421

0 commit comments

Comments
 (0)