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 22// REQUIRES: executable_test
33
44// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
5- // UNSUPPORTED: use_os_stdlib
6- // UNSUPPORTED: back_deployment_runtime
75
86import _Differentiation
97import StdlibUnittest
Original file line number Diff line number Diff line change 22// REQUIRES: executable_test
33
44// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
5- // UNSUPPORTED: use_os_stdlib
6- // UNSUPPORTED: back_deployment_runtime
75
86import StdlibUnittest
97import DifferentiationUnittest
Original file line number Diff line number Diff line change 33// REQUIRES: executable_test
44
55// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
6- // UNSUPPORTED: use_os_stdlib
7- // UNSUPPORTED: back_deployment_runtime
86
97import StdlibUnittest
108import _Differentiation
Original file line number Diff line number Diff line change 22// REQUIRES: executable_test
33
44// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
5- // UNSUPPORTED: use_os_stdlib
6- // UNSUPPORTED: back_deployment_runtime
75
86// `inout` parameter differentiation tests.
97
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