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 @@ -23,6 +23,17 @@ index 01390761c8c..d84c142397c 100644
23
23
24
24
// NOTE: 25185.byteSwapped = 0x62 'a', 0x61 'b'
25
25
// 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 \
26
37
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
27
38
index dc338334f28..f1a9f4d28bf 100644
28
39
--- a/swift/utils/swift_build_support/swift_build_support/products/cmake_product.py
Original file line number Diff line number Diff line change @@ -10,6 +10,18 @@ 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.
13
25
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
14
26
index 6d0aae32835..3713086fec3 100644
15
27
--- a/swift/utils/swift_build_support/swift_build_support/products/cmake_product.py
You can’t perform that action at this time.
0 commit comments