Skip to content

Commit 94a7af4

Browse files
authored
Merge pull request #31545 from atrick/disabled-autodiff-tests
2 parents cc02e9a + 2f1b21d commit 94a7af4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

test/AutoDiff/stdlib/derivative_customization.swift

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

4+
// REQUIRES: SR12732
5+
46
import DifferentiationUnittest
57
import StdlibUnittest
68

test/AutoDiff/validation-test/custom_derivatives.swift

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

4+
// REQUIRES: SR12732
5+
46
import StdlibUnittest
57
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
68
import Darwin.C

test/AutoDiff/validation-test/derivative_registration.swift

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

4+
// REQUIRES: SR12732
5+
46
import StdlibUnittest
57
import DifferentiationUnittest
68

0 commit comments

Comments
 (0)