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