Skip to content

Commit 887464b

Browse files
authored
Merge pull request #34856 from benlangmuir/rdar71642726
[test] Temporarily disable AutoDiff tests failing with optimizations
2 parents 489870e + a0c5ffb commit 887464b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

test/AutoDiff/validation-test/control_flow.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
// iphonesimulator-i386-specific failures.
66
// REQUIRES: CPU=x86_64
77

8+
// rdar://71642726 this test is crashing with optimizations.
9+
// REQUIRES: swift_test_mode_optimize_none
10+
811
import _Differentiation
912
import StdlibUnittest
1013

test/AutoDiff/validation-test/zero_tangent_vector_initializer.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
3+
// rdar://71642726 this test is crashing with optimizations.
4+
// REQUIRES: swift_test_mode_optimize_none
35

46
import _Differentiation
57
import StdlibUnittest

0 commit comments

Comments
 (0)