File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change
1
+ # AutoDiff is not shipped in any OS and does not support backdeployment
2
+ if ' use_os_stdlib' in config.available_features or \
3
+ ' back_deployment_runtime' in config.available_features:
4
+ config.unsupported = True
Original file line number Diff line number Diff line change 2
2
// REQUIRES: executable_test
3
3
4
4
// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
5
- // UNSUPPORTED: use_os_stdlib
6
- // UNSUPPORTED: back_deployment_runtime
7
5
8
6
import _Differentiation
9
7
import StdlibUnittest
Original file line number Diff line number Diff line change 2
2
// REQUIRES: executable_test
3
3
4
4
// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
5
- // UNSUPPORTED: use_os_stdlib
6
- // UNSUPPORTED: back_deployment_runtime
7
5
8
6
import StdlibUnittest
9
7
import DifferentiationUnittest
Original file line number Diff line number Diff line change 3
3
// REQUIRES: executable_test
4
4
5
5
// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
6
- // UNSUPPORTED: use_os_stdlib
7
- // UNSUPPORTED: back_deployment_runtime
8
6
9
7
import StdlibUnittest
10
8
import _Differentiation
Original file line number Diff line number Diff line change 2
2
// REQUIRES: executable_test
3
3
4
4
// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
5
- // UNSUPPORTED: use_os_stdlib
6
- // UNSUPPORTED: back_deployment_runtime
7
5
8
6
// `inout` parameter differentiation tests.
9
7
Original file line number Diff line number Diff line change
1
+ # AutoDiff is not shipped in any OS and does not support backdeployment
2
+ if ' use_os_stdlib' in config.available_features or \
3
+ ' back_deployment_runtime' in config.available_features:
4
+ config.unsupported = True
You can’t perform that action at this time.
0 commit comments