Skip to content

Commit 6ac04c6

Browse files
committed
[android][armv7] Mark let_properties_opts.swift as XFAIL.
Looks like Android ARMv7 is not inline storeBytes so the test were failing. Mark the test as XFAIL and open a bug in the tracker to keep the CI green for the moment.
1 parent b3606cd commit 6ac04c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/let_properties_opts.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
// REQUIRES: optimized_stdlib
55

6+
// See https://bugs.swift.org/browse/SR-12370
7+
// XFAIL: OS=linux-androideabi && CPU=armv7
8+
69
// Test propagation of non-static let properties with compile-time constant values.
710

811
// TODO: Once this optimization can remove the propagated fileprivate/internal let properties or

0 commit comments

Comments
 (0)