[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.
This commit is contained in:
Daniel Rodríguez Troitiño
2020-03-15 19:13:37 -07:00
parent b3606cdf79
commit 6ac04c6079

View File

@@ -3,6 +3,9 @@
// REQUIRES: optimized_stdlib // REQUIRES: optimized_stdlib
// See https://bugs.swift.org/browse/SR-12370
// XFAIL: OS=linux-androideabi && CPU=armv7
// Test propagation of non-static let properties with compile-time constant values. // Test propagation of non-static let properties with compile-time constant values.
// TODO: Once this optimization can remove the propagated fileprivate/internal let properties or // TODO: Once this optimization can remove the propagated fileprivate/internal let properties or