Skip to content

Commit a136d59

Browse files
committed
XFAIL stack_promotion_array_literal.swift under Linux
rdar://problem/34758773
1 parent 53a6d89 commit a136d59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/stack_promotion_array_literal.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend -parse-as-library -O -module-name=test %s -emit-sil | %FileCheck %s
22
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
3+
// XFAIL: linux
4+
// rdar://problem/34758773
5+
36

47
// This is an end-to-end test to check if the array literal in the loop is
58
// stack promoted.

0 commit comments

Comments
 (0)