Skip to content

Commit 4c792f9

Browse files
authored
Merge pull request #41418 from rxwei/rdar89055298-workaround
Disable an autodiff test on Linux to unblock CI.
2 parents 7c145cc + 7151608 commit 4c792f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/AutoDiff/compiler_crashers_fixed/rdar71191415-nested-differentiation-of-extension-method-optimized.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-build-swift -O %s
22

3+
// FIXME(rdar://89055298)
4+
// UNSUPPORTED: linux
5+
36
// rdar://71191415
47

58
import _Differentiation

0 commit comments

Comments
 (0)