Skip to content

Commit 79adcab

Browse files
committed
Add "xfail" entries
1 parent bb7f378 commit 79adcab

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

projects.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,10 +1015,24 @@
10151015
"action": "BuildSwiftPackage",
10161016
"build_tests": "true",
10171017
"configuration": "release",
1018-
"tags": "sourcekit-disabled swiftpm"
1018+
"tags": "sourcekit-disabled swiftpm",
1019+
"xfail": [
1020+
{
1021+
"issue": "https://github.com/swiftlang/swift/issues/78635",
1022+
"compatibility": "6.1",
1023+
"branch": ["main"],
1024+
}
1025+
]
10191026
},
10201027
{
1021-
"action": "TestSwiftPackage"
1028+
"action": "TestSwiftPackage",
1029+
"xfail": [
1030+
{
1031+
"issue": "https://github.com/swiftlang/swift/issues/78635",
1032+
"compatibility": "6.1",
1033+
"branch": ["main"],
1034+
}
1035+
]
10221036
}
10231037
]
10241038
},

0 commit comments

Comments
 (0)