Skip to content

Commit 9bec7c2

Browse files
committed
[test] Disable a couple of AutoDiff tests
Temporarily disable on non-macOS platforms until the CI is fixed. rdar://82240971
1 parent f6ae9f3 commit 9bec7c2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/AutoDiff/compiler_crashers_fixed/sr14240-symbol-in-ir-file-not-tbd-file.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// RUN: %target-run-simple-swift(-Xfrontend -requirement-machine=off)
22

3+
// rdar://82240971 – Temporarily disable this test on non-macOS platforms until
4+
// the CI is fixed to not produce 'Invalid device: iPhone 8'.
5+
// REQUIRES: OS=macosx
6+
37
// REQUIRES: executable_test
48

59
// SR-14240: Error: symbol 'powTJfSSpSr' (powTJfSSpSr) is in generated IR file,

test/AutoDiff/stdlib/differentiable_stdlib_conformances.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// rdar://82240971 – Temporarily disable this test on non-macOS platforms until
5+
// the CI is fixed to not produce 'Invalid device: iPhone 8'.
6+
// REQUIRES: OS=macosx
7+
48
import _Differentiation
59

610
// Test `Differentiable` protocol conformances for stdlib types.

0 commit comments

Comments
 (0)