mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user