From 53f555a619bfa9eed7b80ff3e1f01fd08e174195 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Tue, 27 Feb 2018 22:01:25 +0000 Subject: Move XFA pixel tests under pixel/ This removes the need for them to have their own runner. Due to other upstream changes some of the expectation files needed to be updated. The suppressions have been updated to make sure the tests do not run for non-XFA builds. Having these tests run on the bots surfaced an MSAN issue in the XFA code, which is fixed in this CL. BUG=pdfium:1020,pdfium:1008 Change-Id: I44e2fa1cba2d07f30f56f5792749acbe1ebf4b62 Reviewed-on: https://pdfium-review.googlesource.com/27710 Reviewed-by: dsinclair Commit-Queue: Ryan Harrison --- .../resources/pixel/xfa_specific/barcode_test.pdf | Bin 0 -> 80879 bytes .../dynamic_list_box_allow_multiple_selection.pdf | Bin 0 -> 84183 bytes .../dynamic_password_field_background_fill.pdf | Bin 0 -> 84184 bytes .../xfa_specific/dynamic_table_color_and_width.pdf | Bin 0 -> 84901 bytes ...ynamic_table_color_and_width_expected.pdf.0.png | Bin 0 -> 16156 bytes ...ic_table_color_and_width_expected_win.pdf.0.png | Bin 0 -> 16155 bytes .../resources/pixel/xfa_specific/resolve_nodes.pdf | Bin 0 -> 213700 bytes .../pixel/xfa_specific/standard_symbols.pdf | Bin 0 -> 49726 bytes .../pixel/xfa_specific/static_list_box_caption.pdf | Bin 0 -> 99600 bytes .../static_list_box_caption_expected.pdf.0.png | Bin 0 -> 17875 bytes .../static_list_box_caption_expected_mac.pdf.0.png | Bin 0 -> 17363 bytes .../static_list_box_caption_expected_win.pdf.0.png | Bin 0 -> 17874 bytes .../xfa_specific/static_password_field_rotate.pdf | Bin 0 -> 130866 bytes ...static_password_field_rotate_expected.pdf.0.png | Bin 0 -> 47951 bytes ...static_password_field_rotate_expected.pdf.1.png | Bin 0 -> 44339 bytes ...ic_password_field_rotate_expected_mac.pdf.0.png | Bin 0 -> 46538 bytes ...ic_password_field_rotate_expected_mac.pdf.1.png | Bin 0 -> 41794 bytes ...ic_password_field_rotate_expected_win.pdf.0.png | Bin 0 -> 47951 bytes ...ic_password_field_rotate_expected_win.pdf.1.png | Bin 0 -> 44339 bytes .../resources/pixel/xfa_specific/xfa_example.in | 71 +++++++++++++++++++++ .../xfa_specific/xfa_example_expected.pdf.0.png | Bin 0 -> 5073 bytes .../xfa_example_expected_mac.pdf.0.png | Bin 0 -> 4806 bytes .../xfa_example_expected_win.pdf.0.png | Bin 0 -> 4806 bytes .../pixel/xfa_specific/xfa_node_caption.pdf | Bin 0 -> 87521 bytes 24 files changed, 71 insertions(+) create mode 100644 testing/resources/pixel/xfa_specific/barcode_test.pdf create mode 100644 testing/resources/pixel/xfa_specific/dynamic_list_box_allow_multiple_selection.pdf create mode 100644 testing/resources/pixel/xfa_specific/dynamic_password_field_background_fill.pdf create mode 100644 testing/resources/pixel/xfa_specific/dynamic_table_color_and_width.pdf create mode 100644 testing/resources/pixel/xfa_specific/dynamic_table_color_and_width_expected.pdf.0.png create mode 100644 testing/resources/pixel/xfa_specific/dynamic_table_color_and_width_expected_win.pdf.0.png create mode 100644 testing/resources/pixel/xfa_specific/resolve_nodes.pdf create mode 100644 testing/resources/pixel/xfa_specific/standard_symbols.pdf create mode 100644 testing/resources/pixel/xfa_specific/static_list_box_caption.pdf create mode 100644 testing/resources/pixel/xfa_specific/static_list_box_caption_expected.pdf.0.png create mode 100644 testing/resources/pixel/xfa_specific/static_list_box_caption_expected_mac.pdf.0.png create mode 100644 testing/resources/pixel/xfa_specific/static_list_box_caption_expected_win.pdf.0.png create mode 100644 testing/resources/pixel/xfa_specific/static_password_field_rotate.pdf create mode 100644 testing/resources/pixel/xfa_specific/static_password_field_rotate_expected.pdf.0.png create mode 100644 testing/resources/pixel/xfa_specific/static_password_field_rotate_expected.pdf.1.png create mode 100644 testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_mac.pdf.0.png create mode 100644 testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_mac.pdf.1.png create mode 100644 testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_win.pdf.0.png create mode 100644 testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_win.pdf.1.png create mode 100644 testing/resources/pixel/xfa_specific/xfa_example.in create mode 100644 testing/resources/pixel/xfa_specific/xfa_example_expected.pdf.0.png create mode 100644 testing/resources/pixel/xfa_specific/xfa_example_expected_mac.pdf.0.png create mode 100644 testing/resources/pixel/xfa_specific/xfa_example_expected_win.pdf.0.png create mode 100644 testing/resources/pixel/xfa_specific/xfa_node_caption.pdf (limited to 'testing/resources/pixel') diff --git a/testing/resources/pixel/xfa_specific/barcode_test.pdf b/testing/resources/pixel/xfa_specific/barcode_test.pdf new file mode 100644 index 0000000000..8454cd0752 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/barcode_test.pdf differ diff --git a/testing/resources/pixel/xfa_specific/dynamic_list_box_allow_multiple_selection.pdf b/testing/resources/pixel/xfa_specific/dynamic_list_box_allow_multiple_selection.pdf new file mode 100644 index 0000000000..5c3aa79028 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/dynamic_list_box_allow_multiple_selection.pdf differ diff --git a/testing/resources/pixel/xfa_specific/dynamic_password_field_background_fill.pdf b/testing/resources/pixel/xfa_specific/dynamic_password_field_background_fill.pdf new file mode 100644 index 0000000000..f9d74cd6ad Binary files /dev/null and b/testing/resources/pixel/xfa_specific/dynamic_password_field_background_fill.pdf differ diff --git a/testing/resources/pixel/xfa_specific/dynamic_table_color_and_width.pdf b/testing/resources/pixel/xfa_specific/dynamic_table_color_and_width.pdf new file mode 100644 index 0000000000..7b59c1825e Binary files /dev/null and b/testing/resources/pixel/xfa_specific/dynamic_table_color_and_width.pdf differ diff --git a/testing/resources/pixel/xfa_specific/dynamic_table_color_and_width_expected.pdf.0.png b/testing/resources/pixel/xfa_specific/dynamic_table_color_and_width_expected.pdf.0.png new file mode 100644 index 0000000000..6b2203150a Binary files /dev/null and b/testing/resources/pixel/xfa_specific/dynamic_table_color_and_width_expected.pdf.0.png differ diff --git a/testing/resources/pixel/xfa_specific/dynamic_table_color_and_width_expected_win.pdf.0.png b/testing/resources/pixel/xfa_specific/dynamic_table_color_and_width_expected_win.pdf.0.png new file mode 100644 index 0000000000..fc31cfaf2b Binary files /dev/null and b/testing/resources/pixel/xfa_specific/dynamic_table_color_and_width_expected_win.pdf.0.png differ diff --git a/testing/resources/pixel/xfa_specific/resolve_nodes.pdf b/testing/resources/pixel/xfa_specific/resolve_nodes.pdf new file mode 100644 index 0000000000..9694f7fe50 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/resolve_nodes.pdf differ diff --git a/testing/resources/pixel/xfa_specific/standard_symbols.pdf b/testing/resources/pixel/xfa_specific/standard_symbols.pdf new file mode 100644 index 0000000000..6a06520f34 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/standard_symbols.pdf differ diff --git a/testing/resources/pixel/xfa_specific/static_list_box_caption.pdf b/testing/resources/pixel/xfa_specific/static_list_box_caption.pdf new file mode 100644 index 0000000000..5b166cd214 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/static_list_box_caption.pdf differ diff --git a/testing/resources/pixel/xfa_specific/static_list_box_caption_expected.pdf.0.png b/testing/resources/pixel/xfa_specific/static_list_box_caption_expected.pdf.0.png new file mode 100644 index 0000000000..45a898326f Binary files /dev/null and b/testing/resources/pixel/xfa_specific/static_list_box_caption_expected.pdf.0.png differ diff --git a/testing/resources/pixel/xfa_specific/static_list_box_caption_expected_mac.pdf.0.png b/testing/resources/pixel/xfa_specific/static_list_box_caption_expected_mac.pdf.0.png new file mode 100644 index 0000000000..677ba280a4 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/static_list_box_caption_expected_mac.pdf.0.png differ diff --git a/testing/resources/pixel/xfa_specific/static_list_box_caption_expected_win.pdf.0.png b/testing/resources/pixel/xfa_specific/static_list_box_caption_expected_win.pdf.0.png new file mode 100644 index 0000000000..71edafd0a9 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/static_list_box_caption_expected_win.pdf.0.png differ diff --git a/testing/resources/pixel/xfa_specific/static_password_field_rotate.pdf b/testing/resources/pixel/xfa_specific/static_password_field_rotate.pdf new file mode 100644 index 0000000000..1ea45b68cc Binary files /dev/null and b/testing/resources/pixel/xfa_specific/static_password_field_rotate.pdf differ diff --git a/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected.pdf.0.png b/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected.pdf.0.png new file mode 100644 index 0000000000..d49fc369bf Binary files /dev/null and b/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected.pdf.0.png differ diff --git a/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected.pdf.1.png b/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected.pdf.1.png new file mode 100644 index 0000000000..3e60b4d893 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected.pdf.1.png differ diff --git a/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_mac.pdf.0.png b/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_mac.pdf.0.png new file mode 100644 index 0000000000..79f2e3fd0a Binary files /dev/null and b/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_mac.pdf.0.png differ diff --git a/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_mac.pdf.1.png b/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_mac.pdf.1.png new file mode 100644 index 0000000000..1d99751a65 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_mac.pdf.1.png differ diff --git a/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_win.pdf.0.png b/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_win.pdf.0.png new file mode 100644 index 0000000000..9530509f61 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_win.pdf.0.png differ diff --git a/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_win.pdf.1.png b/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_win.pdf.1.png new file mode 100644 index 0000000000..3e60b4d893 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/static_password_field_rotate_expected_win.pdf.1.png differ diff --git a/testing/resources/pixel/xfa_specific/xfa_example.in b/testing/resources/pixel/xfa_specific/xfa_example.in new file mode 100644 index 0000000000..d8be96f305 --- /dev/null +++ b/testing/resources/pixel/xfa_specific/xfa_example.in @@ -0,0 +1,71 @@ +{{header}} + +%% Original object ID: 24 0 +{{object 1 0}} +<< + /AcroForm 2 0 R + /Extensions << + /ADBE << + /BaseVersion /1.7 + /ExtensionLevel 8 + >> + >> + /NeedsRendering true + /Type /Catalog +>> +endobj + +%% Original object ID: 32 0 +{{object 2 0}} +<< + /XFA [ + (preamble) + 3 0 R + (config) + 4 0 R + (template) + 5 0 R + (localeSet) + 6 0 R + (postamble) + 7 0 R + ] +>> +endobj + +{{xfapreamble 3 0}} +{{xfaconfig 4 0}} + +{{object 5 0}} +<< + {{streamlen}} +>> +stream + +endstream +endobj + +{{xfalocale 6 0}} + +{{xfapostamble 7 0}} + +{{xref}} +{{trailer}} +{{startxref}} +%%EOF \ No newline at end of file diff --git a/testing/resources/pixel/xfa_specific/xfa_example_expected.pdf.0.png b/testing/resources/pixel/xfa_specific/xfa_example_expected.pdf.0.png new file mode 100644 index 0000000000..81c317a1e7 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/xfa_example_expected.pdf.0.png differ diff --git a/testing/resources/pixel/xfa_specific/xfa_example_expected_mac.pdf.0.png b/testing/resources/pixel/xfa_specific/xfa_example_expected_mac.pdf.0.png new file mode 100644 index 0000000000..9a682f7186 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/xfa_example_expected_mac.pdf.0.png differ diff --git a/testing/resources/pixel/xfa_specific/xfa_example_expected_win.pdf.0.png b/testing/resources/pixel/xfa_specific/xfa_example_expected_win.pdf.0.png new file mode 100644 index 0000000000..9a682f7186 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/xfa_example_expected_win.pdf.0.png differ diff --git a/testing/resources/pixel/xfa_specific/xfa_node_caption.pdf b/testing/resources/pixel/xfa_specific/xfa_node_caption.pdf new file mode 100644 index 0000000000..ef8eb7dcc9 Binary files /dev/null and b/testing/resources/pixel/xfa_specific/xfa_node_caption.pdf differ -- cgit v1.2.3