Skip to content

Commit fb55ced

Browse files
authored
Merge pull request #36892 from nate-chandler/wrangle/back_deployment_runtime
2 parents f7fb5a1 + 00f1c60 commit fb55ced

File tree

105 files changed

+106
-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.

105 files changed

+106
-1
lines changed

test/AutoDiff/stdlib/simd.swift

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

44
// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
55
// UNSUPPORTED: use_os_stdlib
6+
// UNSUPPORTED: back_deployment_runtime
67

78
import _Differentiation
89
import StdlibUnittest

test/AutoDiff/validation-test/address_only_tangentvector.swift

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

44
// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
55
// UNSUPPORTED: use_os_stdlib
6+
// UNSUPPORTED: back_deployment_runtime
67

78
import StdlibUnittest
89
import DifferentiationUnittest

test/AutoDiff/validation-test/array.swift

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

44
// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
55
// UNSUPPORTED: use_os_stdlib
6+
// UNSUPPORTED: back_deployment_runtime
67

78
import StdlibUnittest
89
import _Differentiation

test/AutoDiff/validation-test/inout_parameters.swift

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

44
// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
55
// UNSUPPORTED: use_os_stdlib
6+
// UNSUPPORTED: back_deployment_runtime
67

78
// `inout` parameter differentiation tests.
89

test/Casting/Casts.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
// REQUIRES: executable_test
2727
// REQUIRES: concurrency
2828
// UNSUPPORTED: use_os_stdlib
29+
// UNSUPPORTED: back_deployment_runtime
2930

3031
import StdlibUnittest
3132
#if _runtime(_ObjC)

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

0 commit comments

Comments
 (0)