diff --git a/test/AutoDiff/compiler_crashers_fixed/sr14240-symbol-in-ir-file-not-tbd-file.swift b/test/AutoDiff/compiler_crashers_fixed/sr14240-symbol-in-ir-file-not-tbd-file.swift index 958a03a278ac4..d9e2d021b2c8a 100644 --- a/test/AutoDiff/compiler_crashers_fixed/sr14240-symbol-in-ir-file-not-tbd-file.swift +++ b/test/AutoDiff/compiler_crashers_fixed/sr14240-symbol-in-ir-file-not-tbd-file.swift @@ -1,5 +1,9 @@ // RUN: %target-run-simple-swift(-Xfrontend -requirement-machine=off) +// rdar://82240971 – Temporarily disable this test on non-macOS platforms until +// the CI is fixed to not produce 'Invalid device: iPhone 8'. +// REQUIRES: OS=macosx + // REQUIRES: executable_test // SR-14240: Error: symbol 'powTJfSSpSr' (powTJfSSpSr) is in generated IR file, diff --git a/test/AutoDiff/stdlib/differentiable_stdlib_conformances.swift b/test/AutoDiff/stdlib/differentiable_stdlib_conformances.swift index 21fc2137c28d0..b49a29f0ef22b 100644 --- a/test/AutoDiff/stdlib/differentiable_stdlib_conformances.swift +++ b/test/AutoDiff/stdlib/differentiable_stdlib_conformances.swift @@ -1,6 +1,10 @@ // RUN: %target-run-simple-swift // REQUIRES: executable_test +// rdar://82240971 – Temporarily disable this test on non-macOS platforms until +// the CI is fixed to not produce 'Invalid device: iPhone 8'. +// REQUIRES: OS=macosx + import _Differentiation // Test `Differentiable` protocol conformances for stdlib types.