Skip to content

Commit f2ed81b

Browse files
authored
Revert "[test] Mark _Differentiable tests as unsupported in Swift-in-the-OS configurations"
1 parent 71697c3 commit f2ed81b

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

test/AutoDiff/Sema/derivative_attr_type_checking.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %target-swift-frontend-typecheck -enable-experimental-differentiable-programming -verify %s
22
// REQUIRES: differentiable_programming
33

4-
// We currently lack availability information (rdar://57975086)
5-
// UNSUPPORTED: use_os_stdlib
6-
74
import _Differentiation
85

96
// Test top-level functions.

test/AutoDiff/Serialization/derivative_attr.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77

88
// REQUIRES: differentiable_programming
99

10-
// We currently lack availability information (rdar://57975086)
11-
// UNSUPPORTED: use_os_stdlib
12-
1310
import _Differentiation
1411

1512
// Dummy `Differentiable`-conforming type.

test/AutoDiff/Serialization/differentiable_attr.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
// RUN: %target-sil-opt -disable-sil-linking -enable-sil-verify-all %t/differentiable_attr.swiftmodule -o - | %FileCheck %s
55
// REQUIRES: differentiable_programming
66

7-
// We currently lack availability information (rdar://57975086)
8-
// UNSUPPORTED: use_os_stdlib
9-
107
// TODO(TF-836): Enable this test.
118
// Blocked by TF-828: `@differentiable` attribute type-checking.
129
// XFAIL: *

test/AutoDiff/Serialization/transpose_attr.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// BCANALYZER-NOT: UnknownCode
77
// REQUIRES: differentiable_programming
88

9-
// We currently lack availability information (rdar://57975086)
10-
// UNSUPPORTED: use_os_stdlib
11-
129
// TODO(TF-838): Enable this test.
1310
// Blocked by TF-830: `@transpose` attribute type-checking.
1411
// XFAIL: *

test/AutoDiff/stdlib/differentiable_stdlib_conformances.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// REQUIRES: executable_test
33
// REQUIRES: differentiable_programming
44

5-
// We currently lack availability information (rdar://57975086)
6-
// UNSUPPORTED: use_os_stdlib
7-
85
import _Differentiation
96

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

0 commit comments

Comments
 (0)