Skip to content

Commit 52efa71

Browse files
authored
Merge pull request #28553 from JDevlieghere/xfail-local-vars.swift.gyb
[test] XFAIL local-vars.swift.gyb on Windows
2 parents 7e8494e + a7fc85a commit 52efa71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/DebugInfo/local-vars.swift.gyb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// test only verifies that the variables show up in the debug info at
33
// all. There are other tests testing liveness and representation.
44

5+
// rdar://problem/57611302
6+
// XFAIL: windows
7+
58
// RUN: %gyb %s -o %t.swift
69
// RUN: %target-swift-frontend %t.swift -g -emit-ir -o - | %FileCheck %t.swift
710
// RUN: %target-swift-frontend %t.swift -g -c -o %t.o

0 commit comments

Comments
 (0)