From 58af72d835fe116d209f785110b1e5472af3a1f3 Mon Sep 17 00:00:00 2001 From: Kavon Farvardin Date: Mon, 19 Sep 2022 10:58:10 -0700 Subject: [PATCH] temporarily disable tests due to rdar://99714807 --- ...distributed_actor_func_calls_remoteCall_bad_targets.swift | 5 +++++ ...actor_func_calls_remoteCall_remoteChanged_asyncness.swift | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_bad_targets.swift b/test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_bad_targets.swift index eff839037dac8..040be9c4bc7d0 100644 --- a/test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_bad_targets.swift +++ b/test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_bad_targets.swift @@ -14,6 +14,11 @@ // FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574 // UNSUPPORTED: OS=windows-msvc +// rdar://99714807 +// UNSUPPORTED: OS=ios +// UNSUPPORTED: OS=tvos +// UNSUPPORTED: OS=watchos + import Distributed import FakeDistributedActorSystems diff --git a/test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_remoteChanged_asyncness.swift b/test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_remoteChanged_asyncness.swift index 9af2a3529b89e..629a0a5b86546 100644 --- a/test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_remoteChanged_asyncness.swift +++ b/test/Distributed/Runtime/distributed_actor_func_calls_remoteCall_remoteChanged_asyncness.swift @@ -14,6 +14,11 @@ // FIXME(distributed): Distributed actors currently have some issues on windows, isRemote always returns false. rdar://82593574 // UNSUPPORTED: OS=windows-msvc +// rdar://99714807 +// UNSUPPORTED: OS=ios +// UNSUPPORTED: OS=tvos +// UNSUPPORTED: OS=watchos + import Distributed import FakeDistributedActorSystems