Skip to content

Commit 2999e37

Browse files
authored
Merge pull request #575 from hborla/xfail-5.5-projects
XFAIL a couple projects on release/5.5.
2 parents bf48c2b + a23211e commit 2999e37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@
12431243
{
12441244
"issue": "rdar://problem/75437284",
12451245
"compatibility": ["5.1"],
1246-
"branch": ["main"]
1246+
"branch": ["main", "release/5.5"]
12471247
}
12481248
]
12491249
},
@@ -1257,7 +1257,7 @@
12571257
{
12581258
"issue": "rdar://problem/75437284",
12591259
"compatibility": ["5.1"],
1260-
"branch": ["main"]
1260+
"branch": ["main", "release/5.5"]
12611261
}
12621262
]
12631263
}
@@ -2479,7 +2479,7 @@
24792479
"xfail": {
24802480
"issue": "https://bugs.swift.org/browse/SR-11141",
24812481
"compatibility": "5.1",
2482-
"branch": ["main", "release/5.3", "release/5.4"]
2482+
"branch": ["main", "release/5.3", "release/5.4", "release/5.5"]
24832483
}
24842484
},
24852485
{
@@ -2592,7 +2592,7 @@
25922592
{
25932593
"issue": "https://bugs.swift.org/browse/SR-13190",
25942594
"compatibility": ["4.0", "5.1"],
2595-
"branch": ["main", "release/5.4"]
2595+
"branch": ["main", "release/5.4", "release/5.5"]
25962596
}
25972597
]
25982598
},

0 commit comments

Comments
 (0)