File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 3431
3431
"target" : " Base64CoderSwiftUI" ,
3432
3432
"destination" : " generic/platform=iOS" ,
3433
3433
"configuration" : " Release" ,
3434
- "tags" : " sourcekit"
3434
+ "tags" : " sourcekit sourcekit-smoke "
3435
3435
}
3436
3436
]
3437
3437
}
Original file line number Diff line number Diff line change @@ -232,7 +232,8 @@ class StressTesterRunner(object):
232
232
'SK_STRESS_OUTPUT' : results ,
233
233
'SK_XFAILS_PATH' : self .xfails_path ,
234
234
'SK_STRESS_ACTIVE_CONFIG' : self .swift_branch ,
235
- 'SK_STRESS_SUPPRESS_OUTPUT' : 'true' }
235
+ 'SK_STRESS_SUPPRESS_OUTPUT' : 'true' ,
236
+ 'SK_STRESS_REWRITE_MODES' : 'none concurrent insideout' }
236
237
run_env .update (os .environ )
237
238
run_cmd = ['./runner.py' ,
238
239
'--projects' , filtered_projects ,
Original file line number Diff line number Diff line change 253
253
},
254
254
{
255
255
"path" : " *\/ DNS\/ Sources\/ DNS\/ Types.swift" ,
256
- "modification" : " concurrent-1322 " ,
256
+ "modification" : " concurrent-1310 " ,
257
257
"issueDetail" : {
258
258
"kind" : " semanticRefactoring" ,
259
259
"refactoring" : " Local Rename" ,
260
- "offset" : 617
260
+ "offset" : 613
261
261
},
262
262
"applicableConfigs" : [
263
263
" master" ,
1101
1101
"offset" : 791
1102
1102
}
1103
1103
},
1104
+ {
1105
+ "path" : " *\/ Result\/ Result\/ Result.swift" ,
1106
+ "modification" : " concurrent-999" ,
1107
+ "issueDetail" : {
1108
+ "kind" : " codeComplete" ,
1109
+ "offset" : 968
1110
+ },
1111
+ "applicableConfigs" : [
1112
+ " swift-5.1-branch"
1113
+ ],
1114
+ "issueUrl" : " https://bugs.swift.org/browse/SR-9371"
1115
+ },
1104
1116
{
1105
1117
"path" : " *\/ Result\/ Result\/ ResultProtocol.swift" ,
1106
1118
"applicableConfigs" : [
You can’t perform that action at this time.
0 commit comments