[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`.
This commit is contained in:
Richard Wei
2022-05-03 14:03:02 -07:00
parent 9700020ceb
commit b9fed629bd
6 changed files with 8 additions and 8 deletions

View File

@@ -3,8 +3,6 @@
// REQUIRES: executable_test
// Would fail due to unavailability of swift_autoDiffCreateLinearMapContext.
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime
import StdlibUnittest
import _Differentiation