test(allocator): remove tests for size of ChunkFooter#21734
Conversation
Merging this PR will not alter performance
Comparing Footnotes
|
There was a problem hiding this comment.
Pull request overview
Removes allocator-internal unit tests that asserted the exact ChunkFooter word-size on 32-bit/64-bit targets, since those tests are brittle and not validating behavior that needs to remain fixed.
Changes:
- Delete two
ChunkFootersize assertion tests gated bytarget_pointer_width. - Simplify the
superimports in the allocator arena unit tests accordingly.
Merge activity
|
Remove 2 tests for the size of `ChunkFooter`. It's not relevant, and doesn't require tests. These tests will fail if add more fields to `ChunkFooter`, which is a pain for no gain.
91c8cce to
93b7dbd
Compare
ceaa3c5 to
dfc2451
Compare

Remove 2 tests for the size of
ChunkFooter. It's not relevant, and doesn't require tests. These tests will fail if add more fields toChunkFooter, which is a pain for no gain.