Skip to content

Commit eed94ef

Browse files
authored
Merge pull request #84933 from swiftlang/jadams/fix-xfail-androideabi
fix androideabi xfail
2 parents 3ffbcfd + 31f1f9c commit eed94ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/IRGen/pic.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// platforms.
33

44
// https://github.com/apple/swift/issues/54619
5-
// XFAIL: OS=linux-android && (CPU=aarch64 || CPU=armv7)
5+
// XFAIL: OS=linux-android && CPU=aarch64
6+
// XFAIL: OS=linux-androideabi && CPU=armv7
67
// UNSUPPORTED: OS=linux-gnu, CPU=wasm32
78

89
// RUN: %target-swift-frontend %s -module-name main -S -o - | %FileCheck -check-prefix=%target-cpu -check-prefix=%target-cpu-%target-sdk-name %s

0 commit comments

Comments
 (0)