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 8af488e commit b6c3ab1Copy full SHA for b6c3ab1
test/AutoDiff/validation-test/differentiable_protocol_requirements.swift
@@ -1,6 +1,12 @@
1
// RUN: %target-run-simple-swift
2
// REQUIRES: executable_test
3
4
+// Disabled due to test failure with `-O`: SR-13250.
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
9
+
10
import StdlibUnittest
11
import DifferentiationUnittest
12
0 commit comments