File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
swift-ci/sdks/android/patches Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/swift/test/IRGen/availability_custom_domains_clang.swift b/swift/test/IRGen/availability_custom_domains_clang.swift
2
+ index c0a79478b18..2a94211da21 100644
3
+ --- a/swift/test/IRGen/availability_custom_domains_clang.swift
4
+ +++ b/swift/test/IRGen/availability_custom_domains_clang.swift
5
+ @@ -9,6 +9,7 @@
6
+ // RUN: -O | %FileCheck %s --check-prefixes=CHECK,CHECK-O
7
+
8
+ // REQUIRES: swift_feature_CustomAvailability
9
+ + // XFAIL: OS=linux-android, OS=linux-androideabi
10
+
11
+ // CHECK-LABEL: define {{.*}}swiftcc void @"$s4Test24ifAvailableEnabledDomainyyF"()
12
+ // CHECK: call void @available_in_enabled_domain()
1
13
diff --git a/swift/test/Misc/verify-swift-feature-testing.test-sh b/swift/test/Misc/verify-swift-feature-testing.test-sh
2
14
index 3f36fc979cb..8713ae8fea8 100755
3
15
--- a/swift/test/Misc/verify-swift-feature-testing.test-sh
Original file line number Diff line number Diff line change @@ -10,18 +10,6 @@ index 01390761c8c..d84c142397c 100644
10
10
11
11
// NOTE: 25185.byteSwapped = 0x62 'a', 0x61 'b'
12
12
// CHECK-LABEL: test_ascii_scalar_scalar2
13
- diff --git a/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil b/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil
14
- index 98765e0e4a3..4dc68bf522b 100644
15
- --- a/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil
16
- +++ b/swift/test/SILOptimizer/semantic-arc-opts-redundantcopyopts.sil
17
- @@ -1,5 +1,7 @@
18
- // RUN: %target-sil-opt -module-name Swift -enable-sil-verify-all -semantic-arc-opts -sil-semantic-arc-peepholes-redundant-copyvalue-elim %s | %FileCheck %s
19
-
20
- + // XFAIL: OS=linux-android, OS=linux-androideabi
21
- +
22
- // NOTE: Some of our tests here depend on borrow elimination /not/ running!
23
- // Please do not add it to clean up the IR like we did in
24
- // semanticarcopts-loadcopy-to-loadborrow!
25
13
diff --git a/swift/utils/build-script-impl b/swift/utils/build-script-impl
26
14
index 16e05052609..7ab8cebfab8 100755
27
15
--- a/swift/utils/build-script-impl
You can’t perform that action at this time.
0 commit comments