Skip to content
Snippets Groups Projects
Commit 29da4e40 authored by Marc Herbert's avatar Marc Herbert
Browse files

tests: cbfs: add Comp column to support coreboot utils > 4.6

The compression column was added in October 2017 / v4.7 by
https://review.coreboot.org/c/coreboot/+/22196/

 (0c2f0c1d31)

Signed-off-by: default avatarMarc Herbert <Marc.Herbert@gmail.com>
parent cae019e8
Branches
Tags
1 merge request!31tests: cbfs: add Comp column to support coreboot utils > 4.6
......@@ -128,6 +128,7 @@ def test_listing(differences):
assert differences[0].unified_diff in (
get_data('cbfs_listing_expected_diff'),
get_data('cbfs_listing_no_legacy_header_expected_diff'),
get_data('cbfs_listing_comp_column_expected.diff'),
)
......
@@ -1,3 +1,3 @@
Name Offset Type Size Comp
-text 0x0 raw 446 none
-(empty) 0x200 null 32152 none
+text 0x0 raw 671 none
+(empty) 0x300 null 31896 none
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment