Skip to content

Commit ab5399b

Browse files
committed
Rebaseline other.test_gen_struct_info
1 parent 26df299 commit ab5399b

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

tests/reference_struct_info.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1389,48 +1389,48 @@
13891389
"sin6_scope_id": 24
13901390
},
13911391
"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,
13961396
"st_atim": {
13971397
"__size__": 8,
1398-
"tv_nsec": 60,
1399-
"tv_sec": 56
1398+
"tv_nsec": 84,
1399+
"tv_sec": 80
14001400
},
1401-
"st_blksize": 48,
1402-
"st_blocks": 52,
1401+
"st_blksize": 56,
1402+
"st_blocks": 64,
14031403
"st_ctim": {
14041404
"__size__": 8,
1405-
"tv_nsec": 76,
1406-
"tv_sec": 72
1405+
"tv_nsec": 100,
1406+
"tv_sec": 96
14071407
},
14081408
"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,
14121412
"st_mtim": {
14131413
"__size__": 8,
1414-
"tv_nsec": 68,
1415-
"tv_sec": 64
1414+
"tv_nsec": 92,
1415+
"tv_sec": 88
14161416
},
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
14211421
},
14221422
"statfs": {
1423-
"__size__": 64,
1424-
"f_bavail": 16,
1425-
"f_bfree": 12,
1423+
"__size__": 88,
1424+
"f_bavail": 24,
1425+
"f_bfree": 16,
14261426
"f_blocks": 8,
14271427
"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
14341434
},
14351435
"thread_profiler_block": {
14361436
"__size__": 104,

tests/test_other.py

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

1098210982
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
1098410984
# structs or defines change. However its easy to rebaseline with
1098510985
# --rebaseline and it prevents regressions or unintended changes
1098610986
# to the output json.

0 commit comments

Comments
 (0)