Skip to content

Commit a0333a4

Browse files
committed
[android] XFAIL opt-remark-generator.swift in ARMv7
Android ARMv7 doesn't seem to simplify the remarks from Optional<SubKlass> to just SubKlass, while other platforms do. I did not find any clues in swiftlang#33171 what it might be happening, so XFAIL the test to avoid a failing build.
1 parent b1eccb5 commit a0333a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SILOptimizer/opt-remark-generator.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %target-swiftc_driver -O -Rpass-missed=sil-opt-remark-gen -Xllvm -sil-disable-pass=FunctionSignatureOpts -emit-sil %s -o /dev/null -Xfrontend -verify
22
// REQUIRES: optimized_stdlib
33

4+
// XFAIL: OS=linux-androideabi && CPU=armv7
5+
46
public class Klass {}
57

68
public var global = Klass()

0 commit comments

Comments
 (0)