Skip to content

Commit 3db7621

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#266 from apple/xfail-SR-9029
Xfail fluent and SwiftLint due to SR-9029
2 parents 47547c3 + 70ddb37 commit 3db7621

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

projects.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,16 @@
692692
{
693693
"action": "BuildSwiftPackage",
694694
"configuration": "release",
695-
"tags": "sourcekit"
695+
"tags": "sourcekit",
696+
"xfail": {
697+
"compatibility": {
698+
"4.2": {
699+
"branch": {
700+
"master": "https://bugs.swift.org/browse/SR-9029"
701+
}
702+
}
703+
}
704+
}
696705
}
697706
]
698707
},
@@ -2273,7 +2282,21 @@
22732282
{
22742283
"action": "BuildSwiftPackage",
22752284
"configuration": "release",
2276-
"tags": "sourcekit"
2285+
"tags": "sourcekit",
2286+
"xfail": {
2287+
"compatibility": {
2288+
"4.0": {
2289+
"branch": {
2290+
"master": "https://bugs.swift.org/browse/SR-9029"
2291+
}
2292+
},
2293+
"4.2": {
2294+
"branch": {
2295+
"master": "https://bugs.swift.org/browse/SR-9029"
2296+
}
2297+
}
2298+
}
2299+
}
22772300
},
22782301
{
22792302
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)