Skip to content

Commit 5a9fa4d

Browse files
committed
Enable a newly passing trunk test and disable a flaky 6.2 test on armv7
1 parent b881e14 commit 5a9fa4d

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
@@ -23,6 +23,17 @@ index 01390761c8c..d84c142397c 100644
2323

2424
// NOTE: 25185.byteSwapped = 0x62 'a', 0x61 'b'
2525
// CHECK-LABEL: test_ascii_scalar_scalar2
26+
diff --git a/swift/test/SourceKit/CompileNotifications/edits.swift b/swift/test/SourceKit/CompileNotifications/edits.swift
27+
index dcc4698c15c..686ef4459d6 100644
28+
--- a/swift/test/SourceKit/CompileNotifications/edits.swift
29+
+++ b/swift/test/SourceKit/CompileNotifications/edits.swift
30+
@@ -1,5 +1,5 @@
31+
// rdar://108082630 this test is flaky in ASAN bot
32+
-// UNSUPPORTED: asan
33+
+// UNSUPPORTED: asan, OS=linux-androideabi
34+
35+
// RUN: %sourcekitd-test -req=track-compiles \
36+
// RUN: == -req=sema %s -- %s \
2637
diff --git a/swift/utils/swift_build_support/swift_build_support/products/cmake_product.py b/swift/utils/swift_build_support/swift_build_support/products/cmake_product.py
2738
index dc338334f28..f1a9f4d28bf 100644
2839
--- a/swift/utils/swift_build_support/swift_build_support/products/cmake_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,6 +10,18 @@ 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.
1325
diff --git a/swift/utils/swift_build_support/swift_build_support/products/cmake_product.py b/swift/utils/swift_build_support/swift_build_support/products/cmake_product.py
1426
index 6d0aae32835..3713086fec3 100644
1527
--- a/swift/utils/swift_build_support/swift_build_support/products/cmake_product.py

0 commit comments

Comments
 (0)