[diffoscope] branch master updated (21b04d4 -> eb07031)

Jérémy Bobbio lunar at moszumanska.debian.org
Wed Jan 20 16:11:44 CET 2016


This is an automated email from the git hooks/post-receive script.

lunar pushed a change to branch master
in repository diffoscope.

      from  21b04d4   Don't show a difference for identical but long diff inputs
       new  a6eca15   Fix symbol ignore regexp for ELF files
       new  c351f1e   Ask readelf to decompress sections before dumping their content
       new  472a467   Fix --max-diff-input-line=0 that got broken with hashing
       new  c2618f8   Don't redefine .name() in Archive when its already defined in File
       new  a7c0792   All files can now belong to a container
       new  84cc27a   Update requirements for ELF tests
       new  7d69ea3   Update test case for --max-diff-input-lines
       new  e874d30   Sort directory entries in DirectoryContainer
       new  1a95b2f   Use Python OrderedDict instead of keeping a list of sections in ELF container
       new  eb07031   Install detached symbols from debug .deb before comparing ELF files

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 diffoscope/comparators/binary.py                   |  10 +-
 diffoscope/comparators/deb.py                      |  36 ++++++-
 diffoscope/comparators/directory.py                |   4 +-
 diffoscope/comparators/elf.py                      | 104 ++++++++++++++++++---
 diffoscope/comparators/utils.py                    |  10 +-
 diffoscope/difference.py                           |   3 +-
 tests/comparators/test_elf.py                      |  38 +++++++-
 .../data/dbgsym/add/test-dbgsym-dbgsym_1_amd64.deb | Bin 0 -> 2628 bytes
 tests/data/dbgsym/add/test-dbgsym_1_amd64.deb      | Bin 0 -> 2356 bytes
 .../dbgsym/mult/test-dbgsym-dbgsym_1_amd64.deb     | Bin 0 -> 2632 bytes
 tests/data/dbgsym/mult/test-dbgsym_1_amd64.deb     | Bin 0 -> 2364 bytes
 tests/data/dbgsym/test-dbgsym_1.dsc                |  15 +++
 tests/data/dbgsym/test-dbgsym_1.tar.gz             | Bin 0 -> 729 bytes
 tests/data/gnu_debuglink_expected_diff             |  12 +++
 tests/test_difference.py                           |   2 +-
 15 files changed, 205 insertions(+), 29 deletions(-)
 create mode 100644 tests/data/dbgsym/add/test-dbgsym-dbgsym_1_amd64.deb
 create mode 100644 tests/data/dbgsym/add/test-dbgsym_1_amd64.deb
 create mode 100644 tests/data/dbgsym/mult/test-dbgsym-dbgsym_1_amd64.deb
 create mode 100644 tests/data/dbgsym/mult/test-dbgsym_1_amd64.deb
 create mode 100644 tests/data/dbgsym/test-dbgsym_1.dsc
 create mode 100644 tests/data/dbgsym/test-dbgsym_1.tar.gz
 create mode 100644 tests/data/gnu_debuglink_expected_diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list