Skip to content

Commit c8fb9bd

Browse files
authored
Merge pull request swiftlang#311 from slavapestov/unxfail-srp-swiftlint
Un-XFAIL SRP and SwiftLint since they're building now
2 parents 69e6409 + 1b88536 commit c8fb9bd

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

projects.json

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2128,17 +2128,7 @@
21282128
{
21292129
"action": "BuildSwiftPackage",
21302130
"configuration": "release",
2131-
"tags": "sourcekit",
2132-
"xfail": {
2133-
"compatibility": {
2134-
"4.0": {
2135-
"branch": {
2136-
"master": "https://bugs.swift.org/browse/SR-9543",
2137-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-9543"
2138-
}
2139-
}
2140-
}
2141-
}
2131+
"tags": "sourcekit"
21422132
},
21432133
{
21442134
"action": "TestSwiftPackage"
@@ -2398,23 +2388,7 @@
23982388
{
23992389
"action": "BuildSwiftPackage",
24002390
"configuration": "release",
2401-
"tags": "sourcekit",
2402-
"xfail": {
2403-
"compatibility": {
2404-
"4.0": {
2405-
"branch": {
2406-
"master": "https://bugs.swift.org/browse/SR-9543",
2407-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-9543"
2408-
}
2409-
},
2410-
"4.2": {
2411-
"branch": {
2412-
"master": "https://bugs.swift.org/browse/SR-9543",
2413-
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-9543"
2414-
}
2415-
}
2416-
}
2417-
}
2391+
"tags": "sourcekit"
24182392
},
24192393
{
24202394
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)