We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 489870e + a0c5ffb commit 887464bCopy full SHA for 887464b
test/AutoDiff/validation-test/control_flow.swift
@@ -5,6 +5,9 @@
5
// iphonesimulator-i386-specific failures.
6
// REQUIRES: CPU=x86_64
7
8
+// rdar://71642726 this test is crashing with optimizations.
9
+// REQUIRES: swift_test_mode_optimize_none
10
+
11
import _Differentiation
12
import StdlibUnittest
13
test/AutoDiff/validation-test/zero_tangent_vector_initializer.swift
@@ -1,5 +1,7 @@
1
// RUN: %target-run-simple-swift
2
// REQUIRES: executable_test
3
4
0 commit comments