Skip to content

Commit 3113ddc

Browse files
committed
Rebaseline other.test_gen_struct_info. NFC
1 parent e93183b commit 3113ddc

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

test/reference_struct_info.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,46 +1352,46 @@
13521352
"sin6_port": 2
13531353
},
13541354
"stat": {
1355-
"__size__": 112,
1356-
"__st_ino_truncated": 8,
1355+
"__size__": 128,
1356+
"__st_ino_truncated": 12,
13571357
"st_atim": {
13581358
"__size__": 16,
1359-
"tv_nsec": 64,
1360-
"tv_sec": 56
1359+
"tv_nsec": 80,
1360+
"tv_sec": 72
13611361
},
1362-
"st_blksize": 48,
1363-
"st_blocks": 52,
1362+
"st_blksize": 56,
1363+
"st_blocks": 64,
13641364
"st_ctim": {
13651365
"__size__": 16,
1366-
"tv_nsec": 96,
1367-
"tv_sec": 88
1366+
"tv_nsec": 112,
1367+
"tv_sec": 104
13681368
},
13691369
"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,
13731373
"st_mtim": {
13741374
"__size__": 16,
1375-
"tv_nsec": 80,
1376-
"tv_sec": 72
1375+
"tv_nsec": 96,
1376+
"tv_sec": 88
13771377
},
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
13821382
},
13831383
"statfs": {
1384-
"__size__": 64,
1385-
"f_bavail": 16,
1386-
"f_bfree": 12,
1384+
"__size__": 88,
1385+
"f_bavail": 24,
1386+
"f_bfree": 16,
13871387
"f_blocks": 8,
13881388
"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
13951395
},
13961396
"thread_profiler_block": {
13971397
"__size__": 104,

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11241,7 +11241,7 @@ def test_split_main_module(self):
1124111241
self.assertIn('Hello from lib!', result)
1124211242

1124311243
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
1124511245
# structs or defines change. However its easy to rebaseline with
1124611246
# --rebaseline and it prevents regressions or unintended changes
1124711247
# to the output json.

0 commit comments

Comments
 (0)