Skip to content

Commit 7fd5d46

Browse files
authored
Revert "[test] Disable a couple of AutoDiff tests"
1 parent 07f889f commit 7fd5d46

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
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-
73
// REQUIRES: executable_test
84

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

test/AutoDiff/stdlib/differentiable_stdlib_conformances.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
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-
84
import _Differentiation
95

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

0 commit comments

Comments
 (0)