Skip to content

Commit 08d273e

Browse files
authored
Merge pull request #65245 from eeckstein/disable-test-on-linux
tests: don't run AutoDiff/compiler_crashers_fixed/58660-conflicting-debug-info-inlining.swift on linux
2 parents 97d2f4f + 0794eb3 commit 08d273e

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)