Skip to content

Commit 52fed55

Browse files
authored
Update swift-android.patch to disable newly enabled trunk test that's failing
1 parent 2555990 commit 52fed55

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/semantic-arc-opts-redundantcopyopts.sil b/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil
2+
index 98765e0e4a3..4dc68bf522b 100644
3+
--- a/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil
4+
+++ b/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil
5+
@@ -1,5 +1,7 @@
6+
// RUN: %target-sil-opt -module-name Swift -enable-sil-verify-all -semantic-arc-opts -sil-semantic-arc-peepholes-redundant-copyvalue-elim %s | %FileCheck %s
7+
8+
+// XFAIL: OS=linux-android, OS=linux-androideabi
9+
+
10+
// NOTE: Some of our tests here depend on borrow elimination /not/ running!
11+
// Please do not add it to clean up the IR like we did in
12+
// semanticarcopts-loadcopy-to-loadborrow!
113
diff --git a/swift/utils/build-script-impl b/swift/utils/build-script-impl
214
index 16e05052609..7ab8cebfab8 100755
315
--- a/swift/utils/build-script-impl

0 commit comments

Comments
 (0)