Skip to content

Commit 2e24919

Browse files
author
Nathan Hawes
authored
Merge pull request #318 from nathawes/update-xfails
Update swift-5.0-branch stress tester xfails
2 parents 0fc0e78 + 7c3b2f5 commit 2e24919

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

sourcekit-xfails.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@
161161
{
162162
"path" : "*\/DNS\/Sources\/DNS\/Bytes.swift",
163163
"applicableConfigs" : [
164-
"master"
164+
"master",
165+
"swift-5.0-branch"
165166
],
166167
"issueUrl" : "https://bugs.swift.org/browse/SR-9371",
167168
"request" : {
@@ -617,6 +618,19 @@
617618
"offset" : 722
618619
}
619620
},
621+
{
622+
"path" : "*\/Result\/Result\/Result.swift",
623+
"modification" : "concurrent-2375",
624+
"applicableConfigs" : [
625+
"swift-5.0-branch"
626+
],
627+
"issueUrl" : "https://bugs.swift.org/browse/SR-8566",
628+
"request" : {
629+
"kind" : "semanticRefactoring",
630+
"refactoring" : "Local Rename",
631+
"offset" : 791
632+
}
633+
},
620634
{
621635
"path" : "*\/Result\/Result\/ResultProtocol.swift",
622636
"applicableConfigs" : [

0 commit comments

Comments
 (0)