File tree Expand file tree Collapse file tree 2 files changed +29
-29
lines changed Expand file tree Collapse file tree 2 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 1389
1389
"sin6_scope_id" : 24
1390
1390
},
1391
1391
"stat" : {
1392
- "__size__" : 88 ,
1393
- "__st_dev_padding" : 4 ,
1394
- "__st_ino_truncated" : 8 ,
1395
- "__st_rdev_padding" : 32 ,
1392
+ "__size__" : 104 ,
1393
+ "__st_dev_padding" : 8 ,
1394
+ "__st_ino_truncated" : 12 ,
1395
+ "__st_rdev_padding" : 40 ,
1396
1396
"st_atim" : {
1397
1397
"__size__" : 8 ,
1398
- "tv_nsec" : 60 ,
1399
- "tv_sec" : 56
1398
+ "tv_nsec" : 84 ,
1399
+ "tv_sec" : 80
1400
1400
},
1401
- "st_blksize" : 48 ,
1402
- "st_blocks" : 52 ,
1401
+ "st_blksize" : 56 ,
1402
+ "st_blocks" : 64 ,
1403
1403
"st_ctim" : {
1404
1404
"__size__" : 8 ,
1405
- "tv_nsec" : 76 ,
1406
- "tv_sec" : 72
1405
+ "tv_nsec" : 100 ,
1406
+ "tv_sec" : 96
1407
1407
},
1408
1408
"st_dev" : 0 ,
1409
- "st_gid" : 24 ,
1410
- "st_ino" : 80 ,
1411
- "st_mode" : 12 ,
1409
+ "st_gid" : 28 ,
1410
+ "st_ino" : 72 ,
1411
+ "st_mode" : 16 ,
1412
1412
"st_mtim" : {
1413
1413
"__size__" : 8 ,
1414
- "tv_nsec" : 68 ,
1415
- "tv_sec" : 64
1414
+ "tv_nsec" : 92 ,
1415
+ "tv_sec" : 88
1416
1416
},
1417
- "st_nlink" : 16 ,
1418
- "st_rdev" : 28 ,
1419
- "st_size" : 40 ,
1420
- "st_uid" : 20
1417
+ "st_nlink" : 20 ,
1418
+ "st_rdev" : 32 ,
1419
+ "st_size" : 48 ,
1420
+ "st_uid" : 24
1421
1421
},
1422
1422
"statfs" : {
1423
- "__size__" : 64 ,
1424
- "f_bavail" : 16 ,
1425
- "f_bfree" : 12 ,
1423
+ "__size__" : 88 ,
1424
+ "f_bavail" : 24 ,
1425
+ "f_bfree" : 16 ,
1426
1426
"f_blocks" : 8 ,
1427
1427
"f_bsize" : 4 ,
1428
- "f_ffree" : 24 ,
1429
- "f_files" : 20 ,
1430
- "f_flags" : 44 ,
1431
- "f_frsize" : 40 ,
1432
- "f_fsid" : 28 ,
1433
- "f_namelen" : 36
1428
+ "f_ffree" : 40 ,
1429
+ "f_files" : 32 ,
1430
+ "f_flags" : 64 ,
1431
+ "f_frsize" : 60 ,
1432
+ "f_fsid" : 48 ,
1433
+ "f_namelen" : 56
1434
1434
},
1435
1435
"thread_profiler_block" : {
1436
1436
"__size__" : 104 ,
Original file line number Diff line number Diff line change @@ -10980,7 +10980,7 @@ def test_split_main_module(self):
10980
10980
self .assertIn ('Hello from lib!' , result )
10981
10981
10982
10982
def test_gen_struct_info (self ):
10983
- # This tests is fragile and will need updating any time any of the refereced
10983
+ # This tests is fragile and will need updating any time any of the referenced
10984
10984
# structs or defines change. However its easy to rebaseline with
10985
10985
# --rebaseline and it prevents regressions or unintended changes
10986
10986
# to the output json.
You can’t perform that action at this time.
0 commit comments