Skip to content

Commit 55b6dc1

Browse files
committed
Enable a newly passing trunk test and disable a flaky 6.2 test on armv7
1 parent 608179d commit 55b6dc1

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
diff --git a/swift/test/SourceKit/CompileNotifications/edits.swift b/swift/test/SourceKit/CompileNotifications/edits.swift
2+
index dcc4698c15c..686ef4459d6 100644
3+
--- a/swift/test/SourceKit/CompileNotifications/edits.swift
4+
+++ b/swift/test/SourceKit/CompileNotifications/edits.swift
5+
@@ -1,5 +1,5 @@
6+
// rdar://108082630 this test is flaky in ASAN bot
7+
-// UNSUPPORTED: asan
8+
+// UNSUPPORTED: asan, OS=linux-androideabi
9+
10+
// RUN: %sourcekitd-test -req=track-compiles \
11+
// RUN: == -req=sema %s -- %s \
112
diff --git a/swift/utils/swift_build_support/swift_build_support/products/product.py b/swift/utils/swift_build_support/swift_build_support/products/product.py
213
index 47e7ab79905..d88c3c242ad 100644
314
--- a/swift/utils/swift_build_support/swift_build_support/products/product.py

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,15 @@ index 3f36fc979cb..8713ae8fea8 100755
1010
"grep",
1111
"--extended-regexp",
1212
"--recursive",
13+
diff --git a/swift/test/SILOptimizer/dead_array_elim.swift b/swift/test/SILOptimizer/dead_array_elim.swift
14+
index a15d6aa2254..8426e66c7e0 100644
15+
--- a/swift/test/SILOptimizer/dead_array_elim.swift
16+
+++ b/swift/test/SILOptimizer/dead_array_elim.swift
17+
@@ -2,7 +2,6 @@
18+
19+
// REQUIRES: swift_stdlib_no_asserts
20+
// REQUIRES: swift_in_compiler
21+
-// XFAIL: OS=linux-androideabi
22+
23+
// These tests check whether DeadObjectElimination pass runs as a part of the
24+
// optimization pipeline and eliminates dead array literals in Swift code.

0 commit comments

Comments
 (0)