Add a new parsing regression test.
authorDan Fandrich <dan@coneharvesters.com>
Fri, 1 Jun 2018 18:17:43 +0000 (20:17 +0200)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 3 Jul 2018 13:28:39 +0000 (15:28 +0200)
commit5c93e6b4f098eed7f43f7df2589d97b8d5d6050a
tree5ab448437a90516b1d67d66fe7766de7ae70bc91
parent80ed9dffc0666246a4852936443846d24609aef4
Add a new parsing regression test.

This is intended as a fast check that all tags, including MakerNotes, can be
parsed.  It is not intended to replace the much more complete tests in
libexif-testsuite, but rather add some basic parsing test coverage without
having to download and configure a separate repository. As more tags are
identified and supported in the library in the future, the golden test files
will need to be updated to match.

The input files cover all four major MakerNote types supported by libexif and a
large proportion of the variants within those types.  The test files have had
their JPEG image data stripped out to make them smaller (which also makes them
noncompliant) but it's good enough for libexif to read the tags as well as some
other EXIF tools that don't care about the image.

Patch from Google.
21 files changed:
test/Makefile.am
test/parse-regression.sh [new file with mode: 0755]
test/test-parse.c
test/testdata/canon_makernote_variant_1.jpg [new file with mode: 0644]
test/testdata/canon_makernote_variant_1.jpg.parsed [new file with mode: 0644]
test/testdata/fuji_makernote_variant_1.jpg [new file with mode: 0644]
test/testdata/fuji_makernote_variant_1.jpg.parsed [new file with mode: 0644]
test/testdata/olympus_makernote_variant_2.jpg [new file with mode: 0644]
test/testdata/olympus_makernote_variant_2.jpg.parsed [new file with mode: 0644]
test/testdata/olympus_makernote_variant_3.jpg [new file with mode: 0644]
test/testdata/olympus_makernote_variant_3.jpg.parsed [new file with mode: 0644]
test/testdata/olympus_makernote_variant_4.jpg [new file with mode: 0644]
test/testdata/olympus_makernote_variant_4.jpg.parsed [new file with mode: 0644]
test/testdata/olympus_makernote_variant_5.jpg [new file with mode: 0644]
test/testdata/olympus_makernote_variant_5.jpg.parsed [new file with mode: 0644]
test/testdata/pentax_makernote_variant_2.jpg [new file with mode: 0644]
test/testdata/pentax_makernote_variant_2.jpg.parsed [new file with mode: 0644]
test/testdata/pentax_makernote_variant_3.jpg [new file with mode: 0644]
test/testdata/pentax_makernote_variant_3.jpg.parsed [new file with mode: 0644]
test/testdata/pentax_makernote_variant_4.jpg [new file with mode: 0644]
test/testdata/pentax_makernote_variant_4.jpg.parsed [new file with mode: 0644]