Skip to content

Commit 6c53d4d

Browse files
committed
Rebaseline other.test_gen_struct_info. NFC
1 parent f7d8d20 commit 6c53d4d

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
@@ -1357,46 +1357,46 @@
13571357
"sin6_port": 2
13581358
},
13591359
"stat": {
1360-
"__size__": 112,
1361-
"__st_ino_truncated": 8,
1360+
"__size__": 128,
1361+
"__st_ino_truncated": 12,
13621362
"st_atim": {
13631363
"__size__": 16,
1364-
"tv_nsec": 64,
1365-
"tv_sec": 56
1364+
"tv_nsec": 80,
1365+
"tv_sec": 72
13661366
},
1367-
"st_blksize": 48,
1368-
"st_blocks": 52,
1367+
"st_blksize": 56,
1368+
"st_blocks": 64,
13691369
"st_ctim": {
13701370
"__size__": 16,
1371-
"tv_nsec": 96,
1372-
"tv_sec": 88
1371+
"tv_nsec": 112,
1372+
"tv_sec": 104
13731373
},
13741374
"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,
13781378
"st_mtim": {
13791379
"__size__": 16,
1380-
"tv_nsec": 80,
1381-
"tv_sec": 72
1380+
"tv_nsec": 96,
1381+
"tv_sec": 88
13821382
},
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
13871387
},
13881388
"statfs": {
1389-
"__size__": 64,
1390-
"f_bavail": 16,
1391-
"f_bfree": 12,
1389+
"__size__": 88,
1390+
"f_bavail": 24,
1391+
"f_bfree": 16,
13921392
"f_blocks": 8,
13931393
"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
14001400
},
14011401
"thread_profiler_block": {
14021402
"__size__": 104,

test/test_other.py

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

1130911309
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
1131111311
# structs or defines change. However its easy to rebaseline with
1131211312
# --rebaseline and it prevents regressions or unintended changes
1131311313
# to the output json.

0 commit comments

Comments
 (0)