Skip to content

Commit cdea580

Browse files
committed
[android][test] XFAIL dead_array_elim in Android ARMv7
It is failing for unknown reasons, probably as a result of swiftlang#35872. XFAILing for the time being to have a green build again.
1 parent ac1f769 commit cdea580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/dead_array_elim.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-frontend -O -emit-sil -primary-file %s | %FileCheck %s
22

33
// REQUIRES: swift_stdlib_no_asserts
4+
// XFAIL: OS=linux-androideabi
45

56
// These tests check whether DeadObjectElimination pass runs as a part of the
67
// optimization pipeline and eliminates dead array literals in Swift code.

0 commit comments

Comments
 (0)