Skip to content

Commit 2f1b21d

Browse files
committed
Temporarily disable 3 AutoDiff tests: SR-12732
https://bugs.swift.org/browse/SR-12732 3 AutoDiff test failures: crashing in SIL verification Failing Tests (3): 06:26:12 Swift(macosx-x86_64) :: AutoDiff/validation-test/derivative_registration.swift 06:26:12 Swift(macosx-x86_64) :: AutoDiff/validation-test/custom_derivatives.swift 06:26:12 Swift(macosx-x86_64) :: AutoDiff/stdlib/derivative_customization.swift Possibly from: commit 738ef73 Author: Dan Zheng <[email protected]> Date: Mon May 4 00:44:48 2020 -0700 [AutoDiff] Fix `@differentiable` attribute derivative configurations. (#31524)
1 parent 9f18130 commit 2f1b21d

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)