Commit 4024953682f7679f51c1584cbe47b65dbaa9c6d5

Authored by Jay Berkenbilt
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

Too many changes.

To preserve performance only 100 of 139 files are displayed.

qpdf/qpdf-ctest.c
... ... @@ -1152,6 +1152,7 @@ int main(int argc, char* argv[])
1152 1152 fn(infile, password, outfile, xarg);
1153 1153 qpdf_cleanup(&qpdf);
1154 1154 assert(qpdf == 0);
  1155 + printf("C test %d done\n", n);
1155 1156  
1156 1157 return 0;
1157 1158 }
... ...
qpdf/qtest/qpdf.test
... ... @@ -1452,7 +1452,7 @@ $td->runtest("check version",
1452 1452 unlink "a.pdf", "b.pdf" or die;
1453 1453 $td->runtest("C API: min/force versions",
1454 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 1456 $td->EXIT_STATUS => 0},
1457 1457 $td->NORMALIZE_NEWLINES);
1458 1458 $td->runtest("C check version 1",
... ... @@ -2049,7 +2049,7 @@ foreach my $d (
2049 2049 $td->runtest("newline before endstream (C)",
2050 2050 {$td->COMMAND =>
2051 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 2053 $td->NORMALIZE_NEWLINES);
2054 2054 $td->runtest("check output",
2055 2055 {$td->FILE => "a.pdf"},
... ... @@ -2949,7 +2949,7 @@ foreach my $l (qw(none generalized specialized all))
2949 2949 # C API
2950 2950 $td->runtest("image-streams: C",
2951 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 2953 $td->NORMALIZE_NEWLINES);
2954 2954 $td->runtest("check image-streams: C",
2955 2955 {$td->COMMAND => "test_driver 39 a.pdf"},
... ... @@ -3043,7 +3043,8 @@ $td->runtest("check output",
3043 3043 $td->runtest("keep unused objects (C)",
3044 3044 {$td->COMMAND =>
3045 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 3048 $td->runtest("check output",
3048 3049 {$td->FILE => "a.pdf"},
3049 3050 {$td->FILE => "unreferenced-preserved.pdf"});
... ... @@ -3413,7 +3414,8 @@ foreach my $d (@capi)
3413 3414 $outfile = "c-$outfile.pdf";
3414 3415 $td->runtest($description,
3415 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 3419 $td->runtest("check $description",
3418 3420 {$td->FILE => "a.pdf"},
3419 3421 {$td->FILE => $outfile});
... ... @@ -3472,8 +3474,9 @@ $td->runtest("deterministic ID with encryption",
3472 3474 $td->runtest("deterministic ID (C API)",
3473 3475 {$td->COMMAND =>
3474 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 3480 $td->runtest("compare files",
3478 3481 {$td->FILE => "a.pdf"},
3479 3482 {$td->FILE => "deterministic-id-nn.pdf"});
... ... @@ -4275,7 +4278,8 @@ foreach my $d (@cenc)
4275 4278 my $check_outfile = "c-$outfile.out";
4276 4279 $td->runtest("C API encryption: $description",
4277 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 4283 $td->NORMALIZE_NEWLINES);
4280 4284 if (-f $pdf_outfile)
4281 4285 {
... ... @@ -4825,7 +4829,7 @@ $td->runtest("check output",
4825 4829  
4826 4830 $td->runtest("C check object handle creation",
4827 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 4833 $td->NORMALIZE_NEWLINES);
4830 4834 $td->runtest("check output",
4831 4835 {$td->FILE => 'a.pdf'},
... ... @@ -4833,7 +4837,7 @@ $td->runtest("check output",
4833 4837  
4834 4838 $td->runtest("C indirect objects",
4835 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 4841 $td->NORMALIZE_NEWLINES);
4838 4842 $td->runtest("check output",
4839 4843 {$td->FILE => 'a.pdf'},
... ... @@ -4841,15 +4845,15 @@ $td->runtest("check output",
4841 4845  
4842 4846 $td->runtest("C uninitialized objects",
4843 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 4849 $td->NORMALIZE_NEWLINES);
4846 4850 $td->runtest("C string with embedded null",
4847 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 4853 $td->NORMALIZE_NEWLINES);
4850 4854 $td->runtest("C wrap and clone objects",
4851 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 4857 $td->NORMALIZE_NEWLINES);
4854 4858 $td->runtest("C object handle errors",
4855 4859 {$td->COMMAND => "qpdf-ctest 29 minimal.pdf '' ''"},
... ... @@ -4865,7 +4869,7 @@ $td->runtest("C type mismatch warning",
4865 4869 $td->NORMALIZE_NEWLINES);
4866 4870 $td->runtest("C get object by ID",
4867 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 4873 $td->NORMALIZE_NEWLINES);
4870 4874  
4871 4875 show_ntests();
... ... @@ -4876,7 +4880,7 @@ $n_tests += 5;
4876 4880 $td->runtest("C page normal",
4877 4881 {$td->COMMAND =>
4878 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 4884 $td->NORMALIZE_NEWLINES);
4881 4885 $td->runtest("check output",
4882 4886 {$td->FILE => 'a.pdf'},
... ... @@ -4890,12 +4894,12 @@ $td->runtest("C page errors",
4890 4894 $td->runtest("C inherited page resources",
4891 4895 {$td->COMMAND =>
4892 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 4898 $td->NORMALIZE_NEWLINES);
4895 4899 $td->runtest("C pages cache",
4896 4900 {$td->COMMAND =>
4897 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 4903 $td->NORMALIZE_NEWLINES);
4900 4904  
4901 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 19 file: append-page-content-damaged.pdf
20 20 pos : 0
21 21 text: Attempting to reconstruct cross-reference table
  22 +C test 1 done
... ...
qpdf/qtest/qpdf/c-check-clear.out
1 1 status: 0
  2 +C test 23 done
... ...
qpdf/qtest/qpdf/c-check-warn.out
... ... @@ -17,3 +17,4 @@ warning: c-check-warn-in.pdf: Attempting to reconstruct cross-reference table
17 17 file: c-check-warn-in.pdf
18 18 pos : 0
19 19 text: Attempting to reconstruct cross-reference table
  20 +C test 23 done
... ...
qpdf/qtest/qpdf/c-info1.out
... ... @@ -4,3 +4,4 @@ Info key /Creator: (null)
4 4 Info key /Author: Mr. Potato Head
5 5 Info key /Producer: QPDF library
6 6 Info key /Creator: (null)
  7 +C test 16 done
... ...
qpdf/qtest/qpdf/c-info2.out
... ... @@ -4,3 +4,4 @@ Info key /Creator: A. Nony Mous
4 4 Info key /Author: Mr. Potato Head
5 5 Info key /Producer: QPDF library
6 6 Info key /Creator: (null)
  7 +C test 16 done
... ...
qpdf/qtest/qpdf/c-invalid-password.out
... ... @@ -3,3 +3,4 @@ error: enc-R2,V1,U=view,O=view.pdf: invalid password
3 3 file: enc-R2,V1,U=view,O=view.pdf
4 4 pos : 0
5 5 text: invalid password
  6 +C test 2 done
... ...
qpdf/qtest/qpdf/c-min-version.out
... ... @@ -2,3 +2,4 @@ version: 1.7
2 2 extension level: 8
3 3 linearized: 0
4 4 encrypted: 0
  5 +C test 1 done
... ...
qpdf/qtest/qpdf/c-no-recovery.out
... ... @@ -3,3 +3,4 @@ error: bad33.pdf (offset 1771): xref not found
3 3 file: bad33.pdf
4 4 pos : 1771
5 5 text: xref not found
  6 +C test 10 done
... ...
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 15 file: minimal.pdf
16 16 pos : 0
17 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 53 file:
54 54 pos : 0
55 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 6 file:
7 7 pos : 0
8 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 23 file: bad1.pdf
24 24 pos : 0
25 25 text: unable to find trailer dictionary while recovering damaged file
  26 +C test 2 done
... ...
qpdf/qtest/qpdf/c-type-warning.out
1 1 WARNING: minimal.pdf, trailer at offset 715: operation for integer attempted on object of type dictionary: returning 0
  2 +C test 31 done
... ...
qpdf/qtest/qpdf/c-unhandled-error.out
... ... @@ -3,3 +3,4 @@ WARNING: bad1.pdf: file is damaged
3 3 WARNING: bad1.pdf: can't find startxref
4 4 WARNING: bad1.pdf: Attempting to reconstruct cross-reference table
5 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 13 file: append-page-content-damaged.pdf
14 14 pos : 0
15 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 18 file: bad33.pdf
19 19 pos : 629
20 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 8 file: damaged-stream.pdf
9 9 pos : 426
10 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
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.1.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.10-ogen.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.10.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.11-ogen.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.11.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.12-ogen.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.12.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.2-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.2.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.3-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.3.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.4-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.4.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.5-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.5.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.6-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.6.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.7-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.7.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.8-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.8.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.9-ogen.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/encrypted-with-images.9.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.1-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.1.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.10-ogen.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.10.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.11-ogen.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.11.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.12-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.12.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.2-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.2.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.3-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.3.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.4-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.4.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.5-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.5.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.6-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.6.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.7-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.7.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.8-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.8.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.9-ogen.c-check
1 1 version: 1.5
2 2 linearized: 1
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/hybrid-xref.9.c-check
1 1 version: 1.5
2 2 linearized: 1
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.1-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.1.c-check
1 1 version: 1.2
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.10-ogen.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.10.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.11-ogen.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.11.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.12-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.12.c-check
1 1 version: 1.2
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.2-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.2.c-check
1 1 version: 1.2
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.3-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.3.c-check
1 1 version: 1.2
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.4-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.4.c-check
1 1 version: 1.2
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.5-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.5.c-check
1 1 version: 1.2
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.6-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.6.c-check
1 1 version: 1.2
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.7-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.7.c-check
1 1 version: 1.2
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.8-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.8.c-check
1 1 version: 1.2
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.9-ogen.c-check
1 1 version: 1.5
2 2 linearized: 1
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/inline-images.9.c-check
1 1 version: 1.2
2 2 linearized: 1
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/lin-special.1-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/lin-special.1.c-check
1 1 version: 1.3
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/lin-special.10-ogen.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/lin-special.10.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/lin-special.11-ogen.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/lin-special.11.c-check
... ... @@ -11,3 +11,4 @@ modify forms: 1
11 11 modify annotations: 1
12 12 modify other: 1
13 13 modify anything: 1
  14 +C test 1 done
... ...
qpdf/qtest/qpdf/lin-special.12-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/lin-special.12.c-check
1 1 version: 1.3
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...
qpdf/qtest/qpdf/lin-special.2-ogen.c-check
1 1 version: 1.5
2 2 linearized: 0
3 3 encrypted: 0
  4 +C test 1 done
... ...