Skip to content

Commit ba533c8

Browse files
committed
XFAIL siesta and Nimble
SR-15105
1 parent 3519037 commit ba533c8

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

projects.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4041,7 +4041,14 @@
40414041
{
40424042
"action": "BuildSwiftPackage",
40434043
"configuration": "release",
4044-
"tags": "sourcekit-disabled swiftpm"
4044+
"tags": "sourcekit-disabled swiftpm",
4045+
"xfail": [
4046+
{
4047+
"issue": "https://bugs.swift.org/browse/SR-15105",
4048+
"compatibility": ["5.1"],
4049+
"branch": ["main", "release/5.5"]
4050+
}
4051+
]
40454052
},
40464053
{
40474054
"action": "TestSwiftPackage"
@@ -4440,7 +4447,15 @@
44404447
{
44414448
"action": "BuildSwiftPackage",
44424449
"configuration": "release",
4443-
"tags": "swiftpm"
4450+
"tags": "swiftpm",
4451+
"xfail": [
4452+
{
4453+
"issue": "https://bugs.swift.org/browse/SR-15105",
4454+
"compatibility": ["5.1"],
4455+
"branch": ["main", "release/5.5"],
4456+
"configuration": "debug"
4457+
}
4458+
]
44444459
},
44454460
{
44464461
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)