Skip to content

Commit b3997be

Browse files
committed
[Test] Disabled several AutoDiff tests for back_deployment_runtime.
rdar://76566029
1 parent 9a72b77 commit b3997be

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
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

0 commit comments

Comments
 (0)