Commit 4024953682f7679f51c1584cbe47b65dbaa9c6d5
1 parent
9bb6f570
Output C test n done at the end of each qpdf-ctest
Showing
139 changed files
with
159 additions
and
17 deletions
qpdf/qpdf-ctest.c
| @@ -1152,6 +1152,7 @@ int main(int argc, char* argv[]) | @@ -1152,6 +1152,7 @@ int main(int argc, char* argv[]) | ||
| 1152 | fn(infile, password, outfile, xarg); | 1152 | fn(infile, password, outfile, xarg); |
| 1153 | qpdf_cleanup(&qpdf); | 1153 | qpdf_cleanup(&qpdf); |
| 1154 | assert(qpdf == 0); | 1154 | assert(qpdf == 0); |
| 1155 | + printf("C test %d done\n", n); | ||
| 1155 | 1156 | ||
| 1156 | return 0; | 1157 | return 0; |
| 1157 | } | 1158 | } |
qpdf/qtest/qpdf.test
| @@ -1452,7 +1452,7 @@ $td->runtest("check version", | @@ -1452,7 +1452,7 @@ $td->runtest("check version", | ||
| 1452 | unlink "a.pdf", "b.pdf" or die; | 1452 | unlink "a.pdf", "b.pdf" or die; |
| 1453 | $td->runtest("C API: min/force versions", | 1453 | $td->runtest("C API: min/force versions", |
| 1454 | {$td->COMMAND => "qpdf-ctest 14 object-stream.pdf '' a.pdf b.pdf"}, | 1454 | {$td->COMMAND => "qpdf-ctest 14 object-stream.pdf '' a.pdf b.pdf"}, |
| 1455 | - {$td->STRING => "", | 1455 | + {$td->STRING => "C test 14 done\n", |
| 1456 | $td->EXIT_STATUS => 0}, | 1456 | $td->EXIT_STATUS => 0}, |
| 1457 | $td->NORMALIZE_NEWLINES); | 1457 | $td->NORMALIZE_NEWLINES); |
| 1458 | $td->runtest("C check version 1", | 1458 | $td->runtest("C check version 1", |
| @@ -2049,7 +2049,7 @@ foreach my $d ( | @@ -2049,7 +2049,7 @@ foreach my $d ( | ||
| 2049 | $td->runtest("newline before endstream (C)", | 2049 | $td->runtest("newline before endstream (C)", |
| 2050 | {$td->COMMAND => | 2050 | {$td->COMMAND => |
| 2051 | "qpdf-ctest 22 streams-with-newlines.pdf '' a.pdf"}, | 2051 | "qpdf-ctest 22 streams-with-newlines.pdf '' a.pdf"}, |
| 2052 | - {$td->STRING => "", $td->EXIT_STATUS => 0}, | 2052 | + {$td->STRING => "C test 22 done\n", $td->EXIT_STATUS => 0}, |
| 2053 | $td->NORMALIZE_NEWLINES); | 2053 | $td->NORMALIZE_NEWLINES); |
| 2054 | $td->runtest("check output", | 2054 | $td->runtest("check output", |
| 2055 | {$td->FILE => "a.pdf"}, | 2055 | {$td->FILE => "a.pdf"}, |
| @@ -2949,7 +2949,7 @@ foreach my $l (qw(none generalized specialized all)) | @@ -2949,7 +2949,7 @@ foreach my $l (qw(none generalized specialized all)) | ||
| 2949 | # C API | 2949 | # C API |
| 2950 | $td->runtest("image-streams: C", | 2950 | $td->runtest("image-streams: C", |
| 2951 | {$td->COMMAND => "qpdf-ctest 20 image-streams.pdf '' a.pdf"}, | 2951 | {$td->COMMAND => "qpdf-ctest 20 image-streams.pdf '' a.pdf"}, |
| 2952 | - {$td->STRING => "", $td->EXIT_STATUS => 0}, | 2952 | + {$td->STRING => "C test 20 done\n", $td->EXIT_STATUS => 0}, |
| 2953 | $td->NORMALIZE_NEWLINES); | 2953 | $td->NORMALIZE_NEWLINES); |
| 2954 | $td->runtest("check image-streams: C", | 2954 | $td->runtest("check image-streams: C", |
| 2955 | {$td->COMMAND => "test_driver 39 a.pdf"}, | 2955 | {$td->COMMAND => "test_driver 39 a.pdf"}, |
| @@ -3043,7 +3043,8 @@ $td->runtest("check output", | @@ -3043,7 +3043,8 @@ $td->runtest("check output", | ||
| 3043 | $td->runtest("keep unused objects (C)", | 3043 | $td->runtest("keep unused objects (C)", |
| 3044 | {$td->COMMAND => | 3044 | {$td->COMMAND => |
| 3045 | "qpdf-ctest 21 unreferenced-objects.pdf '' a.pdf"}, | 3045 | "qpdf-ctest 21 unreferenced-objects.pdf '' a.pdf"}, |
| 3046 | - {$td->STRING => "", $td->EXIT_STATUS => 0}); | 3046 | + {$td->STRING => "C test 21 done\n", $td->EXIT_STATUS => 0}, |
| 3047 | + $td->NORMALIZE_NEWLINES); | ||
| 3047 | $td->runtest("check output", | 3048 | $td->runtest("check output", |
| 3048 | {$td->FILE => "a.pdf"}, | 3049 | {$td->FILE => "a.pdf"}, |
| 3049 | {$td->FILE => "unreferenced-preserved.pdf"}); | 3050 | {$td->FILE => "unreferenced-preserved.pdf"}); |
| @@ -3413,7 +3414,8 @@ foreach my $d (@capi) | @@ -3413,7 +3414,8 @@ foreach my $d (@capi) | ||
| 3413 | $outfile = "c-$outfile.pdf"; | 3414 | $outfile = "c-$outfile.pdf"; |
| 3414 | $td->runtest($description, | 3415 | $td->runtest($description, |
| 3415 | {$td->COMMAND => "qpdf-ctest $n hybrid-xref.pdf '' a.pdf"}, | 3416 | {$td->COMMAND => "qpdf-ctest $n hybrid-xref.pdf '' a.pdf"}, |
| 3416 | - {$td->STRING => "", $td->EXIT_STATUS => 0}); | 3417 | + {$td->STRING => "C test $n done\n", $td->EXIT_STATUS => 0}, |
| 3418 | + $td->NORMALIZE_NEWLINES); | ||
| 3417 | $td->runtest("check $description", | 3419 | $td->runtest("check $description", |
| 3418 | {$td->FILE => "a.pdf"}, | 3420 | {$td->FILE => "a.pdf"}, |
| 3419 | {$td->FILE => $outfile}); | 3421 | {$td->FILE => $outfile}); |
| @@ -3472,8 +3474,9 @@ $td->runtest("deterministic ID with encryption", | @@ -3472,8 +3474,9 @@ $td->runtest("deterministic ID with encryption", | ||
| 3472 | $td->runtest("deterministic ID (C API)", | 3474 | $td->runtest("deterministic ID (C API)", |
| 3473 | {$td->COMMAND => | 3475 | {$td->COMMAND => |
| 3474 | "qpdf-ctest 19 deterministic-id-in.pdf '' a.pdf"}, | 3476 | "qpdf-ctest 19 deterministic-id-in.pdf '' a.pdf"}, |
| 3475 | - {$td->STRING => "", | ||
| 3476 | - $td->EXIT_STATUS => 0}); | 3477 | + {$td->STRING => "C test 19 done\n", |
| 3478 | + $td->EXIT_STATUS => 0}, | ||
| 3479 | + $td->NORMALIZE_NEWLINES); | ||
| 3477 | $td->runtest("compare files", | 3480 | $td->runtest("compare files", |
| 3478 | {$td->FILE => "a.pdf"}, | 3481 | {$td->FILE => "a.pdf"}, |
| 3479 | {$td->FILE => "deterministic-id-nn.pdf"}); | 3482 | {$td->FILE => "deterministic-id-nn.pdf"}); |
| @@ -4275,7 +4278,8 @@ foreach my $d (@cenc) | @@ -4275,7 +4278,8 @@ foreach my $d (@cenc) | ||
| 4275 | my $check_outfile = "c-$outfile.out"; | 4278 | my $check_outfile = "c-$outfile.out"; |
| 4276 | $td->runtest("C API encryption: $description", | 4279 | $td->runtest("C API encryption: $description", |
| 4277 | {$td->COMMAND => "qpdf-ctest $n $infile $pass a.pdf"}, | 4280 | {$td->COMMAND => "qpdf-ctest $n $infile $pass a.pdf"}, |
| 4278 | - {$td->STRING => $output, $td->EXIT_STATUS => 0}, | 4281 | + {$td->STRING => $output . "C test $n done\n", |
| 4282 | + $td->EXIT_STATUS => 0}, | ||
| 4279 | $td->NORMALIZE_NEWLINES); | 4283 | $td->NORMALIZE_NEWLINES); |
| 4280 | if (-f $pdf_outfile) | 4284 | if (-f $pdf_outfile) |
| 4281 | { | 4285 | { |
| @@ -4825,7 +4829,7 @@ $td->runtest("check output", | @@ -4825,7 +4829,7 @@ $td->runtest("check output", | ||
| 4825 | 4829 | ||
| 4826 | $td->runtest("C check object handle creation", | 4830 | $td->runtest("C check object handle creation", |
| 4827 | {$td->COMMAND => "qpdf-ctest 25 minimal.pdf '' a.pdf"}, | 4831 | {$td->COMMAND => "qpdf-ctest 25 minimal.pdf '' a.pdf"}, |
| 4828 | - {$td->STRING => "", $td->EXIT_STATUS => 0}, | 4832 | + {$td->STRING => "C test 25 done\n", $td->EXIT_STATUS => 0}, |
| 4829 | $td->NORMALIZE_NEWLINES); | 4833 | $td->NORMALIZE_NEWLINES); |
| 4830 | $td->runtest("check output", | 4834 | $td->runtest("check output", |
| 4831 | {$td->FILE => 'a.pdf'}, | 4835 | {$td->FILE => 'a.pdf'}, |
| @@ -4833,7 +4837,7 @@ $td->runtest("check output", | @@ -4833,7 +4837,7 @@ $td->runtest("check output", | ||
| 4833 | 4837 | ||
| 4834 | $td->runtest("C indirect objects", | 4838 | $td->runtest("C indirect objects", |
| 4835 | {$td->COMMAND => "qpdf-ctest 33 minimal.pdf '' a.pdf"}, | 4839 | {$td->COMMAND => "qpdf-ctest 33 minimal.pdf '' a.pdf"}, |
| 4836 | - {$td->STRING => "", $td->EXIT_STATUS => 0}, | 4840 | + {$td->STRING => "C test 33 done\n", $td->EXIT_STATUS => 0}, |
| 4837 | $td->NORMALIZE_NEWLINES); | 4841 | $td->NORMALIZE_NEWLINES); |
| 4838 | $td->runtest("check output", | 4842 | $td->runtest("check output", |
| 4839 | {$td->FILE => 'a.pdf'}, | 4843 | {$td->FILE => 'a.pdf'}, |
| @@ -4841,15 +4845,15 @@ $td->runtest("check output", | @@ -4841,15 +4845,15 @@ $td->runtest("check output", | ||
| 4841 | 4845 | ||
| 4842 | $td->runtest("C uninitialized objects", | 4846 | $td->runtest("C uninitialized objects", |
| 4843 | {$td->COMMAND => "qpdf-ctest 26 '' '' ''"}, | 4847 | {$td->COMMAND => "qpdf-ctest 26 '' '' ''"}, |
| 4844 | - {$td->STRING => "", $td->EXIT_STATUS => 0}, | 4848 | + {$td->STRING => "C test 26 done\n", $td->EXIT_STATUS => 0}, |
| 4845 | $td->NORMALIZE_NEWLINES); | 4849 | $td->NORMALIZE_NEWLINES); |
| 4846 | $td->runtest("C string with embedded null", | 4850 | $td->runtest("C string with embedded null", |
| 4847 | {$td->COMMAND => "qpdf-ctest 27 '' '' ''"}, | 4851 | {$td->COMMAND => "qpdf-ctest 27 '' '' ''"}, |
| 4848 | - {$td->STRING => "", $td->EXIT_STATUS => 0}, | 4852 | + {$td->STRING => "C test 27 done\n", $td->EXIT_STATUS => 0}, |
| 4849 | $td->NORMALIZE_NEWLINES); | 4853 | $td->NORMALIZE_NEWLINES); |
| 4850 | $td->runtest("C wrap and clone objects", | 4854 | $td->runtest("C wrap and clone objects", |
| 4851 | {$td->COMMAND => "qpdf-ctest 28 minimal.pdf '' ''"}, | 4855 | {$td->COMMAND => "qpdf-ctest 28 minimal.pdf '' ''"}, |
| 4852 | - {$td->STRING => "", $td->EXIT_STATUS => 0}, | 4856 | + {$td->STRING => "C test 28 done\n", $td->EXIT_STATUS => 0}, |
| 4853 | $td->NORMALIZE_NEWLINES); | 4857 | $td->NORMALIZE_NEWLINES); |
| 4854 | $td->runtest("C object handle errors", | 4858 | $td->runtest("C object handle errors", |
| 4855 | {$td->COMMAND => "qpdf-ctest 29 minimal.pdf '' ''"}, | 4859 | {$td->COMMAND => "qpdf-ctest 29 minimal.pdf '' ''"}, |
| @@ -4865,7 +4869,7 @@ $td->runtest("C type mismatch warning", | @@ -4865,7 +4869,7 @@ $td->runtest("C type mismatch warning", | ||
| 4865 | $td->NORMALIZE_NEWLINES); | 4869 | $td->NORMALIZE_NEWLINES); |
| 4866 | $td->runtest("C get object by ID", | 4870 | $td->runtest("C get object by ID", |
| 4867 | {$td->COMMAND => "qpdf-ctest 32 minimal.pdf '' ''"}, | 4871 | {$td->COMMAND => "qpdf-ctest 32 minimal.pdf '' ''"}, |
| 4868 | - {$td->STRING => "", $td->EXIT_STATUS => 0}, | 4872 | + {$td->STRING => "C test 32 done\n", $td->EXIT_STATUS => 0}, |
| 4869 | $td->NORMALIZE_NEWLINES); | 4873 | $td->NORMALIZE_NEWLINES); |
| 4870 | 4874 | ||
| 4871 | show_ntests(); | 4875 | show_ntests(); |
| @@ -4876,7 +4880,7 @@ $n_tests += 5; | @@ -4876,7 +4880,7 @@ $n_tests += 5; | ||
| 4876 | $td->runtest("C page normal", | 4880 | $td->runtest("C page normal", |
| 4877 | {$td->COMMAND => | 4881 | {$td->COMMAND => |
| 4878 | "qpdf-ctest 34 11-pages.pdf '' a.pdf minimal.pdf"}, | 4882 | "qpdf-ctest 34 11-pages.pdf '' a.pdf minimal.pdf"}, |
| 4879 | - {$td->STRING => "", $td->EXIT_STATUS => 0}, | 4883 | + {$td->STRING => "C test 34 done\n", $td->EXIT_STATUS => 0}, |
| 4880 | $td->NORMALIZE_NEWLINES); | 4884 | $td->NORMALIZE_NEWLINES); |
| 4881 | $td->runtest("check output", | 4885 | $td->runtest("check output", |
| 4882 | {$td->FILE => 'a.pdf'}, | 4886 | {$td->FILE => 'a.pdf'}, |
| @@ -4890,12 +4894,12 @@ $td->runtest("C page errors", | @@ -4890,12 +4894,12 @@ $td->runtest("C page errors", | ||
| 4890 | $td->runtest("C inherited page resources", | 4894 | $td->runtest("C inherited page resources", |
| 4891 | {$td->COMMAND => | 4895 | {$td->COMMAND => |
| 4892 | "qpdf-ctest 36 inherited-rotate.pdf '' ''"}, | 4896 | "qpdf-ctest 36 inherited-rotate.pdf '' ''"}, |
| 4893 | - {$td->STRING => "", $td->EXIT_STATUS => 0}, | 4897 | + {$td->STRING => "C test 36 done\n", $td->EXIT_STATUS => 0}, |
| 4894 | $td->NORMALIZE_NEWLINES); | 4898 | $td->NORMALIZE_NEWLINES); |
| 4895 | $td->runtest("C pages cache", | 4899 | $td->runtest("C pages cache", |
| 4896 | {$td->COMMAND => | 4900 | {$td->COMMAND => |
| 4897 | "qpdf-ctest 37 11-pages.pdf '' ''"}, | 4901 | "qpdf-ctest 37 11-pages.pdf '' ''"}, |
| 4898 | - {$td->STRING => "", $td->EXIT_STATUS => 0}, | 4902 | + {$td->STRING => "C test 37 done\n", $td->EXIT_STATUS => 0}, |
| 4899 | $td->NORMALIZE_NEWLINES); | 4903 | $td->NORMALIZE_NEWLINES); |
| 4900 | 4904 | ||
| 4901 | show_ntests(); | 4905 | show_ntests(); |
qpdf/qtest/qpdf/append-page-content-damaged-c-check.out
| @@ -19,3 +19,4 @@ warning: append-page-content-damaged.pdf: Attempting to reconstruct cross-refere | @@ -19,3 +19,4 @@ warning: append-page-content-damaged.pdf: Attempting to reconstruct cross-refere | ||
| 19 | file: append-page-content-damaged.pdf | 19 | file: append-page-content-damaged.pdf |
| 20 | pos : 0 | 20 | pos : 0 |
| 21 | text: Attempting to reconstruct cross-reference table | 21 | text: Attempting to reconstruct cross-reference table |
| 22 | +C test 1 done |
qpdf/qtest/qpdf/c-check-clear.out
qpdf/qtest/qpdf/c-check-warn.out
| @@ -17,3 +17,4 @@ warning: c-check-warn-in.pdf: Attempting to reconstruct cross-reference table | @@ -17,3 +17,4 @@ warning: c-check-warn-in.pdf: Attempting to reconstruct cross-reference table | ||
| 17 | file: c-check-warn-in.pdf | 17 | file: c-check-warn-in.pdf |
| 18 | pos : 0 | 18 | pos : 0 |
| 19 | text: Attempting to reconstruct cross-reference table | 19 | text: Attempting to reconstruct cross-reference table |
| 20 | +C test 23 done |
qpdf/qtest/qpdf/c-info1.out
qpdf/qtest/qpdf/c-info2.out
| @@ -4,3 +4,4 @@ Info key /Creator: A. Nony Mous | @@ -4,3 +4,4 @@ Info key /Creator: A. Nony Mous | ||
| 4 | Info key /Author: Mr. Potato Head | 4 | Info key /Author: Mr. Potato Head |
| 5 | Info key /Producer: QPDF library | 5 | Info key /Producer: QPDF library |
| 6 | Info key /Creator: (null) | 6 | Info key /Creator: (null) |
| 7 | +C test 16 done |
qpdf/qtest/qpdf/c-invalid-password.out
qpdf/qtest/qpdf/c-min-version.out
qpdf/qtest/qpdf/c-no-recovery.out
qpdf/qtest/qpdf/c-object-handles.out
| @@ -15,3 +15,4 @@ warning: minimal.pdf: C API object handle accessor errors occurred, and the appl | @@ -15,3 +15,4 @@ warning: minimal.pdf: C API object handle accessor errors occurred, and the appl | ||
| 15 | file: minimal.pdf | 15 | file: minimal.pdf |
| 16 | pos : 0 | 16 | pos : 0 |
| 17 | text: C API object handle accessor errors occurred, and the application did not define an error handler | 17 | text: C API object handle accessor errors occurred, and the application did not define an error handler |
| 18 | +C test 24 done |
qpdf/qtest/qpdf/c-oh-errors.out
| @@ -53,3 +53,4 @@ dictionary type mismatch: operation for dictionary attempted on object of type i | @@ -53,3 +53,4 @@ dictionary type mismatch: operation for dictionary attempted on object of type i | ||
| 53 | file: | 53 | file: |
| 54 | pos : 0 | 54 | pos : 0 |
| 55 | text: operation for dictionary attempted on object of type integer: returning false for a key containment request | 55 | text: operation for dictionary attempted on object of type integer: returning false for a key containment request |
| 56 | +C test 29 done |
qpdf/qtest/qpdf/c-page-errors.out
| @@ -6,3 +6,4 @@ warning: object 27 0: operation for dictionary attempted on object of type null: | @@ -6,3 +6,4 @@ warning: object 27 0: operation for dictionary attempted on object of type null: | ||
| 6 | file: | 6 | file: |
| 7 | pos : 0 | 7 | pos : 0 |
| 8 | text: operation for dictionary attempted on object of type null: ignoring key replacement request | 8 | text: operation for dictionary attempted on object of type null: ignoring key replacement request |
| 9 | +C test 35 done |
qpdf/qtest/qpdf/c-read-errors.out
| @@ -23,3 +23,4 @@ error: bad1.pdf: unable to find trailer dictionary while recovering damaged file | @@ -23,3 +23,4 @@ error: bad1.pdf: unable to find trailer dictionary while recovering damaged file | ||
| 23 | file: bad1.pdf | 23 | file: bad1.pdf |
| 24 | pos : 0 | 24 | pos : 0 |
| 25 | text: unable to find trailer dictionary while recovering damaged file | 25 | text: unable to find trailer dictionary while recovering damaged file |
| 26 | +C test 2 done |
qpdf/qtest/qpdf/c-type-warning.out
qpdf/qtest/qpdf/c-unhandled-error.out
| @@ -3,3 +3,4 @@ WARNING: bad1.pdf: file is damaged | @@ -3,3 +3,4 @@ WARNING: bad1.pdf: file is damaged | ||
| 3 | WARNING: bad1.pdf: can't find startxref | 3 | WARNING: bad1.pdf: can't find startxref |
| 4 | WARNING: bad1.pdf: Attempting to reconstruct cross-reference table | 4 | WARNING: bad1.pdf: Attempting to reconstruct cross-reference table |
| 5 | WARNING: application did not handle error: bad1.pdf: unable to find trailer dictionary while recovering damaged file | 5 | WARNING: application did not handle error: bad1.pdf: unable to find trailer dictionary while recovering damaged file |
| 6 | +C test 30 done |
qpdf/qtest/qpdf/c-write-damaged.out
| @@ -13,3 +13,4 @@ warning: append-page-content-damaged.pdf: Attempting to reconstruct cross-refere | @@ -13,3 +13,4 @@ warning: append-page-content-damaged.pdf: Attempting to reconstruct cross-refere | ||
| 13 | file: append-page-content-damaged.pdf | 13 | file: append-page-content-damaged.pdf |
| 14 | pos : 0 | 14 | pos : 0 |
| 15 | text: Attempting to reconstruct cross-reference table | 15 | text: Attempting to reconstruct cross-reference table |
| 16 | +C test 2 done |
qpdf/qtest/qpdf/c-write-warnings.out
| @@ -18,3 +18,4 @@ warning: bad33.pdf (offset 629): stream filter type is not name or array | @@ -18,3 +18,4 @@ warning: bad33.pdf (offset 629): stream filter type is not name or array | ||
| 18 | file: bad33.pdf | 18 | file: bad33.pdf |
| 19 | pos : 629 | 19 | pos : 629 |
| 20 | text: stream filter type is not name or array | 20 | text: stream filter type is not name or array |
| 21 | +C test 2 done |
qpdf/qtest/qpdf/damaged-stream-c-check.out
| @@ -8,3 +8,4 @@ warning: damaged-stream.pdf (offset 426): stream will be re-processed without fi | @@ -8,3 +8,4 @@ warning: damaged-stream.pdf (offset 426): stream will be re-processed without fi | ||
| 8 | file: damaged-stream.pdf | 8 | file: damaged-stream.pdf |
| 9 | pos : 426 | 9 | pos : 426 |
| 10 | text: stream will be re-processed without filtering to avoid data loss | 10 | text: stream will be re-processed without filtering to avoid data loss |
| 11 | +C test 2 done |
qpdf/qtest/qpdf/encrypted-with-images.1-ogen.c-check
qpdf/qtest/qpdf/encrypted-with-images.1.c-check
qpdf/qtest/qpdf/encrypted-with-images.10-ogen.c-check
qpdf/qtest/qpdf/encrypted-with-images.10.c-check
qpdf/qtest/qpdf/encrypted-with-images.11-ogen.c-check
qpdf/qtest/qpdf/encrypted-with-images.11.c-check
qpdf/qtest/qpdf/encrypted-with-images.12-ogen.c-check
qpdf/qtest/qpdf/encrypted-with-images.12.c-check
qpdf/qtest/qpdf/encrypted-with-images.2-ogen.c-check
qpdf/qtest/qpdf/encrypted-with-images.2.c-check
qpdf/qtest/qpdf/encrypted-with-images.3-ogen.c-check
qpdf/qtest/qpdf/encrypted-with-images.3.c-check
qpdf/qtest/qpdf/encrypted-with-images.4-ogen.c-check
qpdf/qtest/qpdf/encrypted-with-images.4.c-check
qpdf/qtest/qpdf/encrypted-with-images.5-ogen.c-check
qpdf/qtest/qpdf/encrypted-with-images.5.c-check
qpdf/qtest/qpdf/encrypted-with-images.6-ogen.c-check
qpdf/qtest/qpdf/encrypted-with-images.6.c-check
qpdf/qtest/qpdf/encrypted-with-images.7-ogen.c-check
qpdf/qtest/qpdf/encrypted-with-images.7.c-check
qpdf/qtest/qpdf/encrypted-with-images.8-ogen.c-check
qpdf/qtest/qpdf/encrypted-with-images.8.c-check
qpdf/qtest/qpdf/encrypted-with-images.9-ogen.c-check
qpdf/qtest/qpdf/encrypted-with-images.9.c-check
qpdf/qtest/qpdf/hybrid-xref.1-ogen.c-check
qpdf/qtest/qpdf/hybrid-xref.1.c-check
qpdf/qtest/qpdf/hybrid-xref.10-ogen.c-check
qpdf/qtest/qpdf/hybrid-xref.10.c-check
qpdf/qtest/qpdf/hybrid-xref.11-ogen.c-check
qpdf/qtest/qpdf/hybrid-xref.11.c-check
qpdf/qtest/qpdf/hybrid-xref.12-ogen.c-check
qpdf/qtest/qpdf/hybrid-xref.12.c-check
qpdf/qtest/qpdf/hybrid-xref.2-ogen.c-check
qpdf/qtest/qpdf/hybrid-xref.2.c-check
qpdf/qtest/qpdf/hybrid-xref.3-ogen.c-check
qpdf/qtest/qpdf/hybrid-xref.3.c-check
qpdf/qtest/qpdf/hybrid-xref.4-ogen.c-check
qpdf/qtest/qpdf/hybrid-xref.4.c-check
qpdf/qtest/qpdf/hybrid-xref.5-ogen.c-check
qpdf/qtest/qpdf/hybrid-xref.5.c-check
qpdf/qtest/qpdf/hybrid-xref.6-ogen.c-check
qpdf/qtest/qpdf/hybrid-xref.6.c-check
qpdf/qtest/qpdf/hybrid-xref.7-ogen.c-check
qpdf/qtest/qpdf/hybrid-xref.7.c-check
qpdf/qtest/qpdf/hybrid-xref.8-ogen.c-check
qpdf/qtest/qpdf/hybrid-xref.8.c-check
qpdf/qtest/qpdf/hybrid-xref.9-ogen.c-check
qpdf/qtest/qpdf/hybrid-xref.9.c-check
qpdf/qtest/qpdf/inline-images.1-ogen.c-check
qpdf/qtest/qpdf/inline-images.1.c-check
qpdf/qtest/qpdf/inline-images.10-ogen.c-check
qpdf/qtest/qpdf/inline-images.10.c-check
qpdf/qtest/qpdf/inline-images.11-ogen.c-check
qpdf/qtest/qpdf/inline-images.11.c-check
qpdf/qtest/qpdf/inline-images.12-ogen.c-check
qpdf/qtest/qpdf/inline-images.12.c-check
qpdf/qtest/qpdf/inline-images.2-ogen.c-check
qpdf/qtest/qpdf/inline-images.2.c-check
qpdf/qtest/qpdf/inline-images.3-ogen.c-check
qpdf/qtest/qpdf/inline-images.3.c-check
qpdf/qtest/qpdf/inline-images.4-ogen.c-check
qpdf/qtest/qpdf/inline-images.4.c-check
qpdf/qtest/qpdf/inline-images.5-ogen.c-check
qpdf/qtest/qpdf/inline-images.5.c-check
qpdf/qtest/qpdf/inline-images.6-ogen.c-check
qpdf/qtest/qpdf/inline-images.6.c-check
qpdf/qtest/qpdf/inline-images.7-ogen.c-check
qpdf/qtest/qpdf/inline-images.7.c-check
qpdf/qtest/qpdf/inline-images.8-ogen.c-check
qpdf/qtest/qpdf/inline-images.8.c-check
qpdf/qtest/qpdf/inline-images.9-ogen.c-check
qpdf/qtest/qpdf/inline-images.9.c-check
qpdf/qtest/qpdf/lin-special.1-ogen.c-check
qpdf/qtest/qpdf/lin-special.1.c-check
qpdf/qtest/qpdf/lin-special.10-ogen.c-check
qpdf/qtest/qpdf/lin-special.10.c-check
qpdf/qtest/qpdf/lin-special.11-ogen.c-check
qpdf/qtest/qpdf/lin-special.11.c-check
qpdf/qtest/qpdf/lin-special.12-ogen.c-check
qpdf/qtest/qpdf/lin-special.12.c-check
qpdf/qtest/qpdf/lin-special.2-ogen.c-check
qpdf/qtest/qpdf/lin-special.2.c-check
qpdf/qtest/qpdf/lin-special.3-ogen.c-check
qpdf/qtest/qpdf/lin-special.3.c-check
qpdf/qtest/qpdf/lin-special.4-ogen.c-check
qpdf/qtest/qpdf/lin-special.4.c-check
qpdf/qtest/qpdf/lin-special.5-ogen.c-check
qpdf/qtest/qpdf/lin-special.5.c-check
qpdf/qtest/qpdf/lin-special.6-ogen.c-check
qpdf/qtest/qpdf/lin-special.6.c-check
qpdf/qtest/qpdf/lin-special.7-ogen.c-check
qpdf/qtest/qpdf/lin-special.7.c-check
qpdf/qtest/qpdf/lin-special.8-ogen.c-check
qpdf/qtest/qpdf/lin-special.8.c-check
qpdf/qtest/qpdf/lin-special.9-ogen.c-check
qpdf/qtest/qpdf/lin-special.9.c-check
qpdf/qtest/qpdf/object-stream.1-ogen.c-check
qpdf/qtest/qpdf/object-stream.1.c-check
qpdf/qtest/qpdf/object-stream.10-ogen.c-check
qpdf/qtest/qpdf/object-stream.10.c-check
qpdf/qtest/qpdf/object-stream.11-ogen.c-check
qpdf/qtest/qpdf/object-stream.11.c-check
qpdf/qtest/qpdf/object-stream.12-ogen.c-check
qpdf/qtest/qpdf/object-stream.12.c-check
qpdf/qtest/qpdf/object-stream.2-ogen.c-check
qpdf/qtest/qpdf/object-stream.2.c-check
qpdf/qtest/qpdf/object-stream.3-ogen.c-check
qpdf/qtest/qpdf/object-stream.3.c-check
qpdf/qtest/qpdf/object-stream.4-ogen.c-check
qpdf/qtest/qpdf/object-stream.4.c-check
qpdf/qtest/qpdf/object-stream.5-ogen.c-check
qpdf/qtest/qpdf/object-stream.5.c-check
qpdf/qtest/qpdf/object-stream.6-ogen.c-check
qpdf/qtest/qpdf/object-stream.6.c-check
qpdf/qtest/qpdf/object-stream.7-ogen.c-check
qpdf/qtest/qpdf/object-stream.7.c-check
qpdf/qtest/qpdf/object-stream.8-ogen.c-check
qpdf/qtest/qpdf/object-stream.8.c-check
qpdf/qtest/qpdf/object-stream.9-ogen.c-check