Skip to content

Commit 7444e14

Browse files
author
Nathan Hawes
committed
Update SourceKit stress tester xfails, and reduce number of projects
The job is taking too long for PR testing, so reduce the number of projects it covers.
1 parent 78ddbbb commit 7444e14

File tree

2 files changed

+114
-41
lines changed

2 files changed

+114
-41
lines changed

projects.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"scheme": "Alamofire macOS",
5959
"destination": "generic/platform=macOS",
6060
"configuration": "Release",
61-
"tags": "sourcekit sourcekit-smoke"
61+
"tags": "sourcekit"
6262
},
6363
{
6464
"action": "BuildXcodeWorkspaceScheme",
@@ -257,7 +257,7 @@
257257
"scheme": "ChattoAdditions",
258258
"destination": "generic/platform=iOS",
259259
"configuration": "Release",
260-
"tags": "sourcekit sourcekit-smoke"
260+
"tags": "sourcekit"
261261
},
262262
{
263263
"action": "TestXcodeWorkspaceScheme",
@@ -463,7 +463,7 @@
463463
{
464464
"action": "BuildSwiftPackage",
465465
"configuration": "release",
466-
"tags": "sourcekit"
466+
"tags": "sourcekit sourcekit-smoke"
467467
},
468468
{
469469
"action": "TestSwiftPackage"
@@ -1652,7 +1652,7 @@
16521652
"target": "ProcedureKit",
16531653
"destination": "platform=macOS",
16541654
"configuration": "Release",
1655-
"tags": "sourcekit sourcekit-smoke"
1655+
"tags": "sourcekit"
16561656
},
16571657
{
16581658
"action": "BuildXcodeProjectTarget",
@@ -1953,7 +1953,7 @@
19531953
{
19541954
"action": "BuildSwiftPackage",
19551955
"configuration": "release",
1956-
"tags": "sourcekit"
1956+
"tags": "sourcekit sourcekit-smoke"
19571957
},
19581958
{
19591959
"action": "TestSwiftPackage"
@@ -2033,7 +2033,7 @@
20332033
"scheme": "RxCocoa-macOS",
20342034
"destination": "platform=macOS",
20352035
"configuration": "Release",
2036-
"tags": "sourcekit sourcekit-smoke"
2036+
"tags": "sourcekit"
20372037
},
20382038
{
20392039
"action": "BuildXcodeWorkspaceScheme",

sourcekit-xfails.json

Lines changed: 108 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,33 @@
5252
"text" : "."
5353
}
5454
},
55+
{
56+
"path" : "*\/Chatto\/Chatto\/Source\/ChatController\/BaseChatViewController+AccessoryViewRevealer.swift",
57+
"modification" : "concurrent-1282",
58+
"applicableConfigs" : [
59+
"master",
60+
"swift-5.0-branch"
61+
],
62+
"issueUrl" : "https://bugs.swift.org/browse/SR-9371",
63+
"request" : {
64+
"kind" : "editorReplaceText",
65+
"length" : 0,
66+
"offset" : 1282,
67+
"text" : "{"
68+
}
69+
},
70+
{
71+
"path" : "*\/Chatto\/Chatto\/Source\/ChatController\/BaseChatViewController+Changes.swift",
72+
"applicableConfigs" : [
73+
"master",
74+
"swift-5.0-branch"
75+
],
76+
"issueUrl" : "https://bugs.swift.org/browse/SR-9371",
77+
"request" : {
78+
"kind" : "codeComplete",
79+
"offset" : 9844
80+
}
81+
},
5582
{
5683
"path" : "*\/Chatto\/Chatto\/Source\/ChatController\/BaseChatViewController.swift",
5784
"modification" : "concurrent-1515",
@@ -65,6 +92,21 @@
6592
"offset" : 1345
6693
}
6794
},
95+
{
96+
"path" : "*\/Chatto\/ChattoAdditions\/Source\/Chat Items\/BaseMessage\/BaseMessageViewModel.swift",
97+
"modification" : "concurrent-2138",
98+
"applicableConfigs" : [
99+
"master",
100+
"swift-5.0-branch"
101+
],
102+
"issueUrl" : "https://bugs.swift.org/browse/SR-9371",
103+
"request" : {
104+
"kind" : "editorReplaceText",
105+
"length" : 0,
106+
"offset" : 1542,
107+
"text" : "}"
108+
}
109+
},
68110
{
69111
"path" : "*\/Chatto\/ChattoAdditions\/Source\/Chat Items\/TextMessages\/Views\/TextMessageCollectionViewCellDefaultStyle.swift",
70112
"modification" : "concurrent-4106",
@@ -104,6 +146,29 @@
104146
"offset" : 2769
105147
}
106148
},
149+
{
150+
"path" : "*\/Dollar\/Sources\/Dollar.swift",
151+
"applicableConfigs" : [
152+
"master",
153+
"swift-5.0-branch"
154+
],
155+
"issueUrl" : "https://bugs.swift.org/browse/SR-9371",
156+
"request" : {
157+
"kind" : "codeComplete",
158+
"offset" : 2423
159+
}
160+
},
161+
{
162+
"path" : "*\/DNS\/Sources\/DNS\/Bytes.swift",
163+
"applicableConfigs" : [
164+
"master"
165+
],
166+
"issueUrl" : "https://bugs.swift.org/browse/SR-9371",
167+
"request" : {
168+
"kind" : "codeComplete",
169+
"offset" : 2844
170+
}
171+
},
107172
{
108173
"path" : "*\/DNS\/Sources\/DNS\/Integer+Data.swift",
109174
"modification" : "concurrent-460",
@@ -168,20 +233,6 @@
168233
"offset" : 887
169234
}
170235
},
171-
{
172-
"path" : "*\/Dollar\/Sources\/Dollar.swift",
173-
"modification" : "concurrent-2573",
174-
"applicableConfigs" : [
175-
"master",
176-
"swift-5.0-branch"
177-
],
178-
"issueUrl" : "https://bugs.swift.org/browse/SR-9371",
179-
"request" : {
180-
"kind" : "semanticRefactoring",
181-
"refactoring" : "Local Rename",
182-
"offset" : 2250
183-
}
184-
},
185236
{
186237
"path" : "*\/Evergreen\/Frameworks\/Database\/Database.swift",
187238
"modification" : "insideOut-32",
@@ -381,7 +432,7 @@
381432
],
382433
"issueUrl" : "https://bugs.swift.org/browse/SR-9371 TIMEOUT",
383434
"request" : {
384-
"kind" : "cursorInfo",
435+
"kind" : "cursorInfo"
385436
}
386437
},
387438
{
@@ -446,16 +497,28 @@
446497
},
447498
{
448499
"path" : "*\/ProcedureKit\/Sources\/ProcedureKit\/Any.swift",
449-
"modification" : "concurrent-1715",
500+
"modification" : "concurrent-1152",
450501
"applicableConfigs" : [
451502
"master",
452503
"swift-5.0-branch"
453504
],
454505
"issueUrl" : "https://bugs.swift.org/browse/SR-9371",
455506
"request" : {
456-
"kind" : "semanticRefactoring",
457-
"refactoring" : "Local Rename",
458-
"offset" : 1148
507+
"kind" : "editorReplaceText",
508+
"length" : 0,
509+
"offset" : 785,
510+
"text" : "{"
511+
}
512+
},
513+
{
514+
"path" : "*\/ProcedureKit\/Sources\/ProcedureKit\/AnyObserver.swift",
515+
"applicableConfigs" : [
516+
"master"
517+
],
518+
"issueUrl" : "https://bugs.swift.org/browse/SR-9371",
519+
"request" : {
520+
"kind" : "codeComplete",
521+
"offset" : 3546
459522
}
460523
},
461524
{
@@ -543,6 +606,17 @@
543606
"offset" : 4690
544607
}
545608
},
609+
{
610+
"path" : "*\/Result\/Result\/Result.swift",
611+
"applicableConfigs" : [
612+
"master"
613+
],
614+
"issueUrl" : "https://bugs.swift.org/browse/SR-9371",
615+
"request" : {
616+
"kind" : "codeComplete",
617+
"offset" : 722
618+
}
619+
},
546620
{
547621
"path" : "*\/Result\/Result\/ResultProtocol.swift",
548622
"applicableConfigs" : [
@@ -604,15 +678,27 @@
604678
}
605679
},
606680
{
607-
"path" : "*\/Surge\/Sources\/Surge\/FFT.swift",
681+
"path" : "*\/Surge\/Sources\/Surge\/Matrix.swift",
682+
"applicableConfigs" : [
683+
"master",
684+
"swift-5.0-branch"
685+
],
686+
"issueUrl" : "https://bugs.swift.org/browse/SR-9371",
687+
"request" : {
688+
"kind" : "codeComplete",
689+
"offset" : 2970
690+
}
691+
},
692+
{
693+
"path" : "*\/Surge\/Sources\/Surge\/Matrix.swift",
608694
"applicableConfigs" : [
609695
"master",
610696
"swift-5.0-branch"
611697
],
612698
"issueUrl" : "https://bugs.swift.org/browse/SR-9371",
613699
"request" : {
614700
"kind" : "codeComplete",
615-
"offset" : 1789
701+
"offset" : 2970
616702
}
617703
},
618704
{
@@ -858,19 +944,6 @@
858944
"offset" : 892
859945
}
860946
},
861-
{
862-
"path" : "*\/Then\/Sources\/Then\/Then.swift",
863-
"modification" : "concurrent-2136",
864-
"applicableConfigs" : [
865-
"master",
866-
"swift-5.0-branch"
867-
],
868-
"issueUrl" : "https://bugs.swift.org/browse/SR-9371",
869-
"request" : {
870-
"kind" : "cursorInfo",
871-
"offset" : 2128
872-
}
873-
},
874947
{
875948
"path" : "*\/kommander\/Source\/Dispatcher.swift",
876949
"modification" : "concurrent-2809",
@@ -1054,5 +1127,5 @@
10541127
"kind" : "cursorInfo",
10551128
"offset" : 536
10561129
}
1057-
},
1130+
}
10581131
]

0 commit comments

Comments
 (0)