Skip to content

Commit a81e7b1

Browse files
committed
Disable a newly failing trunk test
1 parent 19371c9 commit a81e7b1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

swift-ci/sdks/android/patches/swift-android-trunk.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,15 @@ index 3f36fc979cb..8713ae8fea8 100755
1010
"grep",
1111
"--extended-regexp",
1212
"--recursive",
13+
diff --git a/swift/test/SymbolGraph/Relationships/MemberOf/Basic.swift b/swift/test/SymbolGraph/Relationships/MemberOf/Basic.swift
14+
index 53c7470387e..eafe29f805d 100644
15+
--- a/swift/test/SymbolGraph/Relationships/MemberOf/Basic.swift
16+
+++ b/swift/test/SymbolGraph/Relationships/MemberOf/Basic.swift
17+
@@ -8,6 +8,7 @@
18+
// RUN: %empty-directory(%t/Output)
19+
// RUN: %swift-symbolgraph-extract -module-name Basic -I %t -pretty-print -output-dir %t/Output
20+
// RUN: %FileCheck %s --input-file %t/Output/Basic.symbols.json
21+
+// UNSUPPORTED: OS=linux-android, OS=linux-androideabi
22+
23+
public struct S {
24+
public var x: Int

0 commit comments

Comments
 (0)