<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [Patch] Skip XRef gaps in PDFDoc save methods"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107057#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [Patch] Skip XRef gaps in PDFDoc save methods"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107057">bug 107057</a>
from <span class="vcard"><a class="email" href="mailto:haxtibal@posteo.de" title="Tobias Deiminger <haxtibal@posteo.de>"> <span class="fn">Tobias Deiminger</span></a>
</span></b>
<pre>(In reply to Tobias Deiminger from <a href="show_bug.cgi?id=107057#c0">comment #0</a>)
<span class="quote">> Poppler regression tests are yet outstanding.</span >
All regression tests (that I'm aware of) are done now. Everything passes /
behaves as expected.
# Automated tests pass
poppler$ make test
Running tests...
Test project /home/deiminge/cmake/poppler
Start 1: check_qt5_attachments
1/17 Test #1: check_qt5_attachments ............ Passed 0.08 sec
... snip ...
17/17 Test #17: check_qt5_strings ................ Passed 0.02 sec
100% tests passed, 0 tests failed out of 17
Total Test time (real) = 0.83 sec
# Incremental update of *.pdf from poppler unittest documents works
# (exclude encrypted for loop simplicity)
test$ good=0; for f in ~/git/test/unittestcases/*.pdf; do [[ "$f" ==
*Encrypted* ]] || [[ "$f" == *Gday*open* ]] && continue; ./pdf-fullrewrite
-check -i "$f" out.pdf && good=$((good+1)) || echo "$f failed"; done; echo
"Passed: $good"
Passed: 20
# Full rewrite of *.pdf from poppler unittest documents
# (exclude encrypted for loop simplicity)
test$ good=0; for f in ~/git/test/unittestcases/*.pdf; do [[ "$f" ==
*Encrypted* ]] || [[ "$f" == *Gday*open* ]] && continue; ./pdf-fullrewrite
-check "$f" out.pdf && good=$((good+1)) || echo "$f failed"; done; echo
"Passed: $good"
Passed: 20
# Incremental update of malformed document (object 0 missing) works.
# out.pdf is readable in Okular and Adobe Reader.
# pdf-fullrewrite verify function complains, that's expected
test$ ./pdf-fullrewrite -check -i '1_PDFsam_Untitled 2.pdf' out.pdf
XRef table: Unexpected number of entries (18+1 != 18)
Syntax Error: Invalid XRef entry # XRef::getEntry(0) on 1_PDFsam_Untitled
2.pdf
Syntax Error: Invalid XRef entry # XRef::getEntry(0) on out.pdf
XRef entry 0: generation number was expected to be 65535 (0 != 65535)
# Error expected: Incremental update doesn't add object 0.
# That's exactly how Adobe Reader behaves on incremental update of this file.
Verification failed
# Test full rewrite of malformed PDF
# out.pdf is completely fine, object 0 is added.
test$ ./pdf-fullrewrite -check '1_PDFsam_Untitled 2.pdf' out.pdf
Syntax Error: Invalid XRef entry # XRef::getEntry(0) on 1_PDFsam_Untitled
2.pdf</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>