File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-run-simple-swift
2
2
// REQUIRES: executable_test
3
3
4
+ // Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
5
+ // UNSUPPORTED: use_os_stdlib
6
+
4
7
import _Differentiation
5
8
import StdlibUnittest
6
9
Original file line number Diff line number Diff line change 1
1
// RUN: %target-run-simple-swift
2
2
// REQUIRES: executable_test
3
3
4
+ // Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
5
+ // UNSUPPORTED: use_os_stdlib
6
+
4
7
import StdlibUnittest
5
8
import DifferentiationUnittest
6
9
Original file line number Diff line number Diff line change 1
1
// RUN: %target-run-simple-swift
2
2
// REQUIRES: executable_test
3
3
4
+ // Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
5
+ // UNSUPPORTED: use_os_stdlib
6
+
4
7
import StdlibUnittest
5
8
import _Differentiation
6
9
Original file line number Diff line number Diff line change 1
1
// RUN: %target-run-simple-swift
2
2
// REQUIRES: executable_test
3
3
4
+ // Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
5
+ // UNSUPPORTED: use_os_stdlib
6
+
4
7
// `inout` parameter differentiation tests.
5
8
6
9
import DifferentiationUnittest
You can’t perform that action at this time.
0 commit comments