|
|
@ -13,19 +13,22 @@ class PngReadRawProfile(metaclass=system_tests.CaseMeta):
|
|
|
|
|
|
|
|
|
|
|
|
filenames = [
|
|
|
|
filenames = [
|
|
|
|
system_tests.path("$data_path/issue_428_poc1.png"),
|
|
|
|
system_tests.path("$data_path/issue_428_poc1.png"),
|
|
|
|
system_tests.path("$data_path/issue_428_poc2.png"),
|
|
|
|
|
|
|
|
system_tests.path("$data_path/issue_428_poc3.png"),
|
|
|
|
system_tests.path("$data_path/issue_428_poc3.png"),
|
|
|
|
system_tests.path("$data_path/issue_428_poc4.png"),
|
|
|
|
system_tests.path("$data_path/issue_428_poc4.png"),
|
|
|
|
system_tests.path("$data_path/issue_428_poc5.png"),
|
|
|
|
system_tests.path("$data_path/issue_428_poc5.png"),
|
|
|
|
system_tests.path("$data_path/issue_428_poc8.png"),
|
|
|
|
system_tests.path("$data_path/issue_428_poc8.png"),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
system_tests.path("$data_path/issue_428_poc2.png"),
|
|
|
|
system_tests.path("$data_path/issue_428_poc6.png"),
|
|
|
|
system_tests.path("$data_path/issue_428_poc6.png"),
|
|
|
|
system_tests.path("$data_path/issue_428_poc7.png"),
|
|
|
|
system_tests.path("$data_path/issue_428_poc7.png"),
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
commands = ["$exiv2 " + fname for fname in filenames]
|
|
|
|
commands = ["$exiv2 " + fname for fname in filenames]
|
|
|
|
stdout = [""] * len(filenames)
|
|
|
|
stdout = [""] * len(filenames)
|
|
|
|
stderr = [ stderr_exception(fname) for fname in filenames[0:6] ]
|
|
|
|
stderr = [ stderr_exception(fname) for fname in filenames[0:5] ]
|
|
|
|
|
|
|
|
stderr.append("""$exiv2_exception_message """ + filenames[5] + """:
|
|
|
|
|
|
|
|
$kerInputDataReadFailed
|
|
|
|
|
|
|
|
""")
|
|
|
|
stderr.append("""Error: XMP Toolkit error 201: XML parsing failure
|
|
|
|
stderr.append("""Error: XMP Toolkit error 201: XML parsing failure
|
|
|
|
Warning: Failed to decode XMP metadata.
|
|
|
|
Warning: Failed to decode XMP metadata.
|
|
|
|
""" + stderr_exception(filenames[6]))
|
|
|
|
""" + stderr_exception(filenames[6]))
|
|
|
|