We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1f769 commit cdea580Copy full SHA for cdea580
test/SILOptimizer/dead_array_elim.swift
@@ -1,6 +1,7 @@
1
// RUN: %target-swift-frontend -O -emit-sil -primary-file %s | %FileCheck %s
2
3
// REQUIRES: swift_stdlib_no_asserts
4
+// XFAIL: OS=linux-androideabi
5
6
// These tests check whether DeadObjectElimination pass runs as a part of the
7
// optimization pipeline and eliminates dead array literals in Swift code.
0 commit comments