Skip to content

Commit ff7c981

Browse files
committed
[Test] Disabled several Concurrency tests for back_deployment_runtime.
rdar://76566598
1 parent 2decef1 commit ff7c981

File tree

91 files changed

+92
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+92
-1
lines changed

test/Concurrency/Runtime/actor_counters.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 Counter {

test/Concurrency/Runtime/actor_keypaths.swift

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

89
actor Page {
910
let initialNumWords : Int

test/Concurrency/Runtime/async_let_fibonacci.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
func fib(_ n: Int) -> Int {
1112
var first = 0

test/Concurrency/Runtime/async_properties_actor.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
@propertyWrapper
1112
struct SuccessTracker {

test/Concurrency/Runtime/async_task_cancellation_early.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
import Dispatch
1112

test/Concurrency/Runtime/async_task_cancellation_while_running.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
import Dispatch
1112

test/Concurrency/Runtime/async_task_detach.swift

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

66
// rdar://76038845
77
// UNSUPPORTED: use_os_stdlib
8+
// UNSUPPORTED: back_deployment_runtime
89

910
// https://bugs.swift.org/browse/SR-14333
1011
// UNSUPPORTED: OS=windows-msvc

test/Concurrency/Runtime/async_task_equals_hashCode.swift

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

66
// rdar://76038845
77
// UNSUPPORTED: use_os_stdlib
8+
// UNSUPPORTED: back_deployment_runtime
89

910
// UNSUPPORTED: OS=windows-msvc
1011

test/Concurrency/Runtime/async_task_handle_cancellation.swift

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

66
// rdar://76038845
77
// UNSUPPORTED: use_os_stdlib
8+
// UNSUPPORTED: back_deployment_runtime
89

910
// This test is flaky on VS2017 (unknown reasons)
1011
// UNSUPPORTED: MSVC_VER=15.0

test/Concurrency/Runtime/async_task_locals_async_let.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
class StringLike: CustomStringConvertible {
1112
let value: String

0 commit comments

Comments
 (0)