From d29359abfdac5aff0701832859c5496f2e70fd94 Mon Sep 17 00:00:00 2001 From: Nate Chandler Date: Sat, 4 Feb 2023 13:59:23 -0800 Subject: [PATCH] [Test] Disabled three tests. They are failing on some CI bots. --- test/Concurrency/Runtime/async_taskgroup_discarding.swift | 2 ++ .../async_taskgroup_discarding_neverConsumingTasks.swift | 2 ++ test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift | 2 ++ 3 files changed, 6 insertions(+) diff --git a/test/Concurrency/Runtime/async_taskgroup_discarding.swift b/test/Concurrency/Runtime/async_taskgroup_discarding.swift index b18e1fca7e9fb..db3f461427512 100644 --- a/test/Concurrency/Runtime/async_taskgroup_discarding.swift +++ b/test/Concurrency/Runtime/async_taskgroup_discarding.swift @@ -4,6 +4,8 @@ // REQUIRES: executable_test // REQUIRES: concurrency_runtime +// REQUIRES: rdar104762037 + // rdar://78109470 // UNSUPPORTED: back_deployment_runtime diff --git a/test/Concurrency/Runtime/async_taskgroup_discarding_neverConsumingTasks.swift b/test/Concurrency/Runtime/async_taskgroup_discarding_neverConsumingTasks.swift index 81574424fa5bd..609ce9e0470e5 100644 --- a/test/Concurrency/Runtime/async_taskgroup_discarding_neverConsumingTasks.swift +++ b/test/Concurrency/Runtime/async_taskgroup_discarding_neverConsumingTasks.swift @@ -3,6 +3,8 @@ // REQUIRES: concurrency // REQUIRES: concurrency_runtime +// REQUIRES: rdar104762037 + // UNSUPPORTED: back_deployment_runtime // UNSUPPORTED: OS=linux-gnu diff --git a/test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift b/test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift index 9e12f7f53b8c8..be57eca1023ee 100644 --- a/test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift +++ b/test/Concurrency/Runtime/async_taskgroup_throw_rethrow.swift @@ -4,6 +4,8 @@ // REQUIRES: concurrency // REQUIRES: reflection +// REQUIRES: rdar104762037 + // rdar://76038845 // REQUIRES: concurrency_runtime // UNSUPPORTED: back_deployment_runtime