[Git][reproducible-builds/diffoscope][master] Update a missing test fixture.
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Tue Jun 21 08:40:13 UTC 2022
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
a4d45412 by Chris Lamb at 2022-06-21T09:39:57+01:00
Update a missing test fixture.
Gbp-Pq: ignore
- - - - -
2 changed files:
- tests/comparators/test_elf.py
- tests/data/elfmix_disassembly_expected_diff
Changes:
=====================================
tests/comparators/test_elf.py
=====================================
@@ -172,7 +172,7 @@ def libmix_differences(libmix1, libmix2):
@skip_unless_tools_exist("xxd")
@skip_unless_tools_exist("llvm-readobj", "llvm-objdump")
@skip_unless_tools_exist("readelf", "objdump")
- at skip_if_tool_version_is("readelf", readelf_version, "2.29")
+ at skip_if_tool_version_is("readelf", readelf_version, "2.38")
@skip_if_binutils_does_not_support_x86()
def test_libmix_differences(libmix_differences):
assert len(libmix_differences) == 5
=====================================
tests/data/elfmix_disassembly_expected_diff
=====================================
@@ -9,4 +9,4 @@
- mov $0x2a,%eax
+ mov $0x2b,%eax
pop %rbp
- retq
+ ret
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/a4d45412711a2b127a613c05f4ef69ac00c298c6
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/a4d45412711a2b127a613c05f4ef69ac00c298c6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220621/55383b69/attachment.htm>
More information about the rb-commits
mailing list