Skip to content
Snippets Groups Projects
Commit eb9c46e5 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Update test fixtures for GNU readelf 2.38 (now in Debian unstable).

parent 7252c305
No related branches found
Tags debian/0.2.5-2
No related merge requests found
Pipeline #391165 failed
...@@ -94,7 +94,7 @@ def test_obj_compare_non_existing(monkeypatch, obj1): ...@@ -94,7 +94,7 @@ def test_obj_compare_non_existing(monkeypatch, obj1):
@skip_unless_tools_exist("readelf") @skip_unless_tools_exist("readelf")
@skip_if_tool_version_is("readelf", readelf_version, "2.29") @skip_if_tool_version_is("readelf", readelf_version, "2.38")
@skip_if_binutils_does_not_support_x86() @skip_if_binutils_does_not_support_x86()
def test_diff(obj_differences): def test_diff(obj_differences):
assert len(obj_differences) == 1 assert len(obj_differences) == 1
...@@ -130,7 +130,7 @@ def lib_differences(lib1, lib2): ...@@ -130,7 +130,7 @@ def lib_differences(lib1, lib2):
@skip_unless_tools_exist("readelf", "objdump") @skip_unless_tools_exist("readelf", "objdump")
@skip_if_tool_version_is("readelf", readelf_version, "2.29") @skip_if_tool_version_is("readelf", readelf_version, "2.38")
@skip_if_binutils_does_not_support_x86() @skip_if_binutils_does_not_support_x86()
def test_lib_differences(lib_differences): def test_lib_differences(lib_differences):
assert len(lib_differences) == 2 assert len(lib_differences) == 2
......
...@@ -9,4 +9,4 @@ ...@@ -9,4 +9,4 @@
- mov $0x2a,%eax - mov $0x2a,%eax
+ mov $0xffffffff,%eax + mov $0xffffffff,%eax
pop %rbp pop %rbp
retq ret
...@@ -9,4 +9,4 @@ ...@@ -9,4 +9,4 @@
- mov $0x2a,%eax - mov $0x2a,%eax
+ mov $0xffffffff,%eax + mov $0xffffffff,%eax
pop %rbp pop %rbp
retq ret
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment