Skip to content

Commit 89c52ec

Browse files
committed
Un-XFAIL SRP on main with Swift 5 now that SR-13190 is fixed. Non-main still fails, as does Swift 4 (see rdar://91670339)
1 parent 8a3f9fb commit 89c52ec

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

projects.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2567,7 +2567,13 @@
25672567
{
25682568
"issue": "https://bugs.swift.org/browse/SR-13190",
25692569
"compatibility": ["4.0", "5.0"],
2570-
"branch": ["main", "release/5.4", "release/5.5", "release/5.6"],
2570+
"branch": ["release/5.4", "release/5.5", "release/5.6"],
2571+
"job": ["source-compat"]
2572+
},
2573+
{
2574+
"issue": "rdar://91670339",
2575+
"compatibility": ["4.0"],
2576+
"branch": ["main"],
25712577
"job": ["source-compat"]
25722578
}
25732579
]

0 commit comments

Comments
 (0)