[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:
Ben Langmuir
2020-11-20 19:46:32 -08:00
parent 489870e873
commit a0c5ffbacd
2 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
// iphonesimulator-i386-specific failures.
// REQUIRES: CPU=x86_64
// rdar://71642726 this test is crashing with optimizations.
// REQUIRES: swift_test_mode_optimize_none
import _Differentiation
import StdlibUnittest

View File

@@ -1,5 +1,7 @@
// RUN: %target-run-simple-swift
// REQUIRES: executable_test
// rdar://71642726 this test is crashing with optimizations.
// REQUIRES: swift_test_mode_optimize_none
import _Differentiation
import StdlibUnittest