Skip to content

Commit 1084299

Browse files
authored
Update swift-android.patch to disable test that's newly failing on armv7
1 parent 52fed55 commit 1084299

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

swift-ci/sdks/android/patches/swift-android.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
diff --git a/swift/test/SILOptimizer/concat_string_literals.32.swift b/swift/test/SILOptimizer/concat_string_literals.32.swift
2+
index 01390761c8c..d84c142397c 100644
3+
--- a/swift/test/SILOptimizer/concat_string_literals.32.swift
4+
+++ b/swift/test/SILOptimizer/concat_string_literals.32.swift
5+
@@ -4,6 +4,7 @@
6+
7+
// We have a separate test for 64-bit architectures.
8+
// REQUIRES: PTRSIZE=32
9+
+// XFAIL: OS=linux-androideabi
10+
11+
// NOTE: 25185.byteSwapped = 0x62 'a', 0x61 'b'
12+
// CHECK-LABEL: test_ascii_scalar_scalar2
113
diff --git a/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil b/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil
214
index 98765e0e4a3..4dc68bf522b 100644
315
--- a/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil

0 commit comments

Comments
 (0)