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.
1 parent e6974e5 commit 0aee9efCopy full SHA for 0aee9ef
test/AutoDiff/validation-test/differentiable_protocol_requirements.swift
@@ -2,7 +2,10 @@
2
// REQUIRES: executable_test
3
4
// Disabled due to test failure with `-O`: SR-13250.
5
-// REQUIRES: SR13250
+// 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
9
10
import StdlibUnittest
11
import DifferentiationUnittest
0 commit comments