Skip to content

Commit 0794eb3

Browse files
committed
tests: don't run AutoDiff/compiler_crashers_fixed/58660-conflicting-debug-info-inlining.swift on linux
1 parent 97d2f4f commit 0794eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AutoDiff/compiler_crashers_fixed/58660-conflicting-debug-info-inlining.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %target-swift-frontend -emit-sil -O -g %s | %FileCheck %s
33

44
// REQUIRES: swift_in_compiler
5-
// XFAIL: OS=linux
5+
// UNSUPPORTED: OS=linux-gnu
66

77
// Issue #58660: Specifically-shaped differentiable functions yield "conflicting debug info for argument" assertion failure
88
// Ensure that proper location is preserved after sil-mem2reg location-less stores (created during inlining)

0 commit comments

Comments
 (0)