Skip to content

Commit 0aee9ef

Browse files
Update test/AutoDiff/validation-test/differentiable_protocol_requirements.swift
Co-authored-by: Suyash Srijan <suyashsrijan@outlook.com>
1 parent e6974e5 commit 0aee9ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/AutoDiff/validation-test/differentiable_protocol_requirements.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
// REQUIRES: executable_test
33

44
// Disabled due to test failure with `-O`: SR-13250.
5-
// REQUIRES: SR13250
5+
// SR-13250 is tracking the fix for compiling this test with optimizations.
6+
// XFAIL: swift_test_mode_optimize
7+
// XFAIL: swift_test_mode_optimize_size
8+
// XFAIL: swift_test_mode_optimize_unchecked
69

710
import StdlibUnittest
811
import DifferentiationUnittest

0 commit comments

Comments
 (0)