Skip to content

Commit caa8ea8

Browse files
authored
Merge pull request #65249 from eeckstein/disable-test-on-linux
tests: disable AutoDiff/compiler_crashers_fixed/issue-55852-tangent-value-category-mismatch.swift on linux
2 parents 08d273e + e356b12 commit caa8ea8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/AutoDiff/compiler_crashers_fixed/issue-55852-tangent-value-category-mismatch.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// Semantic member getter pullback generation crash due to tangent value
55
// category mismatch
66

7+
// Sometimes the linker crashes on linux
8+
// UNSUPPORTED: OS=linux-gnu
9+
710
import _Differentiation
811

912
struct Dense: Differentiable {

0 commit comments

Comments
 (0)