Skip to content

Commit d860c9e

Browse files
committed
Disable a flaky 6.2 test on armv7
1 parent b881e14 commit d860c9e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-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

0 commit comments

Comments
 (0)