Files
swift-mirror/test/AutoDiff/stdlib/lit.local.cfg
Richard Wei b9fed629bd [AutoDiff] Disable tests on use_os_stdlib or back_deployment_runtime
AutoDiff is not ABI-stable and not shipped in any OS. We disable all AutoDiff runtime tests with `use_os_stdlib` or `back_deployment_runtime`.
2022-05-03 14:04:58 -07:00

5 lines
214 B
INI

# AutoDiff is not shipped in any OS and does not support backdeployment
if 'use_os_stdlib' in config.available_features or \
'back_deployment_runtime' in config.available_features:
config.unsupported = True