File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
swift-ci/sdks/android/patches Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
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 \
1
12
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
2
13
index 47e7ab79905..d88c3c242ad 100644
3
14
--- a/swift/utils/swift_build_support/swift_build_support/products/product.py
Original file line number Diff line number Diff line change @@ -10,3 +10,15 @@ index 3f36fc979cb..8713ae8fea8 100755
10
10
"grep",
11
11
"--extended-regexp",
12
12
"--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.
You can’t perform that action at this time.
0 commit comments