Skip to content

Revert "[test] Mark _Differentiable tests as unsupported in Swift-in-the-OS configurations" #28893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions test/AutoDiff/Sema/derivative_attr_type_checking.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %target-swift-frontend-typecheck -enable-experimental-differentiable-programming -verify %s
// REQUIRES: differentiable_programming

// We currently lack availability information (rdar://57975086)
// UNSUPPORTED: use_os_stdlib

import _Differentiation

// Test top-level functions.
Expand Down
3 changes: 0 additions & 3 deletions test/AutoDiff/Serialization/derivative_attr.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@

// REQUIRES: differentiable_programming

// We currently lack availability information (rdar://57975086)
// UNSUPPORTED: use_os_stdlib

import _Differentiation

// Dummy `Differentiable`-conforming type.
Expand Down
3 changes: 0 additions & 3 deletions test/AutoDiff/Serialization/differentiable_attr.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
// RUN: %target-sil-opt -disable-sil-linking -enable-sil-verify-all %t/differentiable_attr.swiftmodule -o - | %FileCheck %s
// REQUIRES: differentiable_programming

// We currently lack availability information (rdar://57975086)
// UNSUPPORTED: use_os_stdlib

// TODO(TF-836): Enable this test.
// Blocked by TF-828: `@differentiable` attribute type-checking.
// XFAIL: *
Expand Down
3 changes: 0 additions & 3 deletions test/AutoDiff/Serialization/transpose_attr.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
// BCANALYZER-NOT: UnknownCode
// REQUIRES: differentiable_programming

// We currently lack availability information (rdar://57975086)
// UNSUPPORTED: use_os_stdlib

// TODO(TF-838): Enable this test.
// Blocked by TF-830: `@transpose` attribute type-checking.
// XFAIL: *
Expand Down
3 changes: 0 additions & 3 deletions test/AutoDiff/stdlib/differentiable_stdlib_conformances.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// REQUIRES: executable_test
// REQUIRES: differentiable_programming

// We currently lack availability information (rdar://57975086)
// UNSUPPORTED: use_os_stdlib

import _Differentiation

// Test `Differentiable` protocol conformances for stdlib types.
Expand Down