Skip to content

Commit a0d10e7

Browse files
committed
Concurrency/Runtime/async_initializer.swift and Concurrency/Runtime/async_task_async_let_child_cancel.swift unsupported on older OS
1 parent 712e439 commit a0d10e7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Concurrency/Runtime/async_initializer.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
// rdar://76038845
88
// UNSUPPORTED: use_os_stdlib
9+
// UNSUPPORTED: back_deployment_runtime
910

1011
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
1112
actor NameGenerator {

test/Concurrency/Runtime/async_task_async_let_child_cancel.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// REQUIRES: concurrency
55

66
// UNSUPPORTED: OS=windows-msvc
7+
// UNSUPPORTED: back_deployment_runtime
78

89
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
910
func printWaitPrint(_ int: Int) async -> Int {

0 commit comments

Comments
 (0)