File tree Expand file tree Collapse file tree 2 files changed +27
-6
lines changed Expand file tree Collapse file tree 2 files changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -261,8 +261,8 @@ class StressTesterRunner(object):
261
261
if not os .path .isfile (results_path ):
262
262
return True
263
263
264
- with open (results_path ) as results_file :
265
- results = json .load (results_file )
264
+ with open (results_path , 'rb' ) as results_file :
265
+ results = json .load (results_file , encoding = 'utf-8' )
266
266
267
267
num_failures = len (results ['issues' ])
268
268
num_xfails = sum (len (value ) for _ , value in results ['expectedIssues' ].iteritems ())
Original file line number Diff line number Diff line change 251
251
"offset" : 2423
252
252
}
253
253
},
254
+ {
255
+ "path" : " *\/ DNS\/ Sources\/ DNS\/ Types.swift" ,
256
+ "modification" : " concurrent-1322" ,
257
+ "issueDetail" : {
258
+ "kind" : " semanticRefactoring" ,
259
+ "refactoring" : " Local Rename" ,
260
+ "offset" : 617
261
+ },
262
+ "applicableConfigs" : [
263
+ " master"
264
+ ],
265
+ "issueUrl" : " https://bugs.swift.org/browse/SR-9371"
266
+ },
254
267
{
255
268
"path" : " *\/ DNS\/ Sources\/ DNS\/ Bytes.swift" ,
256
269
"applicableConfigs" : [
266
279
"path" : " *\/ DNS\/ Sources\/ DNS\/ Integer+Data.swift" ,
267
280
"modification" : " concurrent-460" ,
268
281
"applicableConfigs" : [
269
- " master" ,
270
282
" swift-5.1-branch" ,
271
283
" swift-5.0-branch"
272
284
],
280
292
"path" : " *\/ DNS\/ Sources\/ DNS\/ Message.swift" ,
281
293
"modification" : " concurrent-9359" ,
282
294
"applicableConfigs" : [
283
- " master" ,
284
295
" swift-5.1-branch" ,
285
296
" swift-5.0-branch"
286
297
],
299
310
"offset" : 1864
300
311
},
301
312
"applicableConfigs" : [
302
- " master" ,
303
313
" swift-5.1-branch"
304
314
],
305
315
"issueUrl" : " https://bugs.swift.org/browse/SR-9371"
561
571
],
562
572
"issueUrl" : " https://bugs.swift.org/browse/SR-9371"
563
573
},
574
+ {
575
+ "path" : " *\/ Guitar\/ Sources\/ GuitarCase.swift" ,
576
+ "modification" : " insideOut-2833" ,
577
+ "issueDetail" : {
578
+ "kind" : " codeComplete" ,
579
+ "offset" : 2834
580
+ },
581
+ "applicableConfigs" : [
582
+ " master"
583
+ ],
584
+ "issueUrl" : " https://bugs.swift.org/browse/SR-9371"
585
+ },
564
586
{
565
587
"path" : " *\/ GRDB.swift\/ GRDB\/ Core\/ Cursor.swift" ,
566
588
"issueDetail" : {
1088
1110
"offset" : 1016
1089
1111
},
1090
1112
"applicableConfigs" : [
1091
- " master" ,
1092
1113
" swift-5.1-branch"
1093
1114
],
1094
1115
"issueUrl" : " https://bugs.swift.org/browse/SR-9371"
You can’t perform that action at this time.
0 commit comments