Skip to content

Commit becdbaa

Browse files
authored
Disable test/SILGen/pack_expansion_type.swift on Windows temporarily (#62463)
Until rdar://103123122 is resolved
1 parent 4ec908d commit becdbaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILGen/pack_expansion_type.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Experimental features require an asserts compiler
44
// REQUIRES: asserts
55

6+
// XFAIL: OS=windows-msvc
7+
68
// CHECK-LABEL: sil [ossa] @$s19pack_expansion_type16variadicFunction1t1ux_q_txQp_txxQp_q_q_Qptq_Rhzr0_lF : $@convention(thin) <T..., U... where ((T, U)...) : Any> (@in_guaranteed T..., @in_guaranteed U...) -> @out (T, U)... {
79
// CHECK: bb0(%0 : $*(T, U)..., %1 : $*T..., %2 : $*U...):
810
public func variadicFunction<T..., U...>(t: T..., u: U...) -> ((T, U)...) {}

0 commit comments

Comments
 (0)