File tree Expand file tree Collapse file tree 2 files changed +27
-27
lines changed Expand file tree Collapse file tree 2 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 1352
1352
"sin6_port" : 2
1353
1353
},
1354
1354
"stat" : {
1355
- "__size__" : 112 ,
1356
- "__st_ino_truncated" : 8 ,
1355
+ "__size__" : 128 ,
1356
+ "__st_ino_truncated" : 12 ,
1357
1357
"st_atim" : {
1358
1358
"__size__" : 16 ,
1359
- "tv_nsec" : 64 ,
1360
- "tv_sec" : 56
1359
+ "tv_nsec" : 80 ,
1360
+ "tv_sec" : 72
1361
1361
},
1362
- "st_blksize" : 48 ,
1363
- "st_blocks" : 52 ,
1362
+ "st_blksize" : 56 ,
1363
+ "st_blocks" : 64 ,
1364
1364
"st_ctim" : {
1365
1365
"__size__" : 16 ,
1366
- "tv_nsec" : 96 ,
1367
- "tv_sec" : 88
1366
+ "tv_nsec" : 112 ,
1367
+ "tv_sec" : 104
1368
1368
},
1369
1369
"st_dev" : 0 ,
1370
- "st_gid" : 24 ,
1371
- "st_ino" : 104 ,
1372
- "st_mode" : 12 ,
1370
+ "st_gid" : 28 ,
1371
+ "st_ino" : 120 ,
1372
+ "st_mode" : 16 ,
1373
1373
"st_mtim" : {
1374
1374
"__size__" : 16 ,
1375
- "tv_nsec" : 80 ,
1376
- "tv_sec" : 72
1375
+ "tv_nsec" : 96 ,
1376
+ "tv_sec" : 88
1377
1377
},
1378
- "st_nlink" : 16 ,
1379
- "st_rdev" : 28 ,
1380
- "st_size" : 40 ,
1381
- "st_uid" : 20
1378
+ "st_nlink" : 20 ,
1379
+ "st_rdev" : 32 ,
1380
+ "st_size" : 48 ,
1381
+ "st_uid" : 24
1382
1382
},
1383
1383
"statfs" : {
1384
- "__size__" : 64 ,
1385
- "f_bavail" : 16 ,
1386
- "f_bfree" : 12 ,
1384
+ "__size__" : 88 ,
1385
+ "f_bavail" : 24 ,
1386
+ "f_bfree" : 16 ,
1387
1387
"f_blocks" : 8 ,
1388
1388
"f_bsize" : 4 ,
1389
- "f_ffree" : 24 ,
1390
- "f_files" : 20 ,
1391
- "f_flags" : 44 ,
1392
- "f_frsize" : 40 ,
1393
- "f_fsid" : 28 ,
1394
- "f_namelen" : 36
1389
+ "f_ffree" : 40 ,
1390
+ "f_files" : 32 ,
1391
+ "f_flags" : 64 ,
1392
+ "f_frsize" : 60 ,
1393
+ "f_fsid" : 48 ,
1394
+ "f_namelen" : 56
1395
1395
},
1396
1396
"thread_profiler_block" : {
1397
1397
"__size__" : 104 ,
Original file line number Diff line number Diff line change @@ -11241,7 +11241,7 @@ def test_split_main_module(self):
11241
11241
self .assertIn ('Hello from lib!' , result )
11242
11242
11243
11243
def test_gen_struct_info (self ):
11244
- # This tests is fragile and will need updating any time any of the refereced
11244
+ # This tests is fragile and will need updating any time any of the referenced
11245
11245
# structs or defines change. However its easy to rebaseline with
11246
11246
# --rebaseline and it prevents regressions or unintended changes
11247
11247
# to the output json.
You can’t perform that action at this time.
0 commit comments