Skip to content

Commit b6c3ab1

Browse files
authored
[AutoDiff] Disable failing test: SR-13250. (#32981)
1 parent 8af488e commit b6c3ab1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/AutoDiff/validation-test/differentiable_protocol_requirements.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

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+
410
import StdlibUnittest
511
import DifferentiationUnittest
612

0 commit comments

Comments
 (0)