mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[test] Temporarily disable AutoDiff tests failing with optimizations
These recently started failing when optimized. Disable while we investigate and fix. rdar://71642726
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
// iphonesimulator-i386-specific failures.
|
// iphonesimulator-i386-specific failures.
|
||||||
// REQUIRES: CPU=x86_64
|
// REQUIRES: CPU=x86_64
|
||||||
|
|
||||||
|
// rdar://71642726 this test is crashing with optimizations.
|
||||||
|
// REQUIRES: swift_test_mode_optimize_none
|
||||||
|
|
||||||
import _Differentiation
|
import _Differentiation
|
||||||
import StdlibUnittest
|
import StdlibUnittest
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
// RUN: %target-run-simple-swift
|
// RUN: %target-run-simple-swift
|
||||||
// REQUIRES: executable_test
|
// REQUIRES: executable_test
|
||||||
|
// rdar://71642726 this test is crashing with optimizations.
|
||||||
|
// REQUIRES: swift_test_mode_optimize_none
|
||||||
|
|
||||||
import _Differentiation
|
import _Differentiation
|
||||||
import StdlibUnittest
|
import StdlibUnittest
|
||||||
|
|||||||
Reference in New Issue
Block a user