Skip to content

Commit 3511314

Browse files
committed
Disable Flaky Test
Disable an autodiff test that's causing the linker on Ubuntu 20.04 to crash every so often rdar://87254800
1 parent e3fece0 commit 3511314

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/AutoDiff/compiler_crashers_fixed/sr15566-vardecl-adjoint-values.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-build-swift %s
22
// RUN: %target-swift-frontend -c -g -Xllvm -verify-di-holes=true %s
33

4+
// Every so often this test crashes the linker on Linux
5+
// REQUIRES: rdar87254800
6+
47
// SR-15566: Differentiable functions with control flow yield an assertion failure: "location is a VarDecl, but SILDebugVariable is empty"
58

69
import _Differentiation

0 commit comments

Comments
 (0)