Home
last modified time | relevance | path

Searched refs:pdfium_test_path (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/testing/tools/
Drun_corpus_tests.py29 pdfium_test_path, image_differ, drmem_wrapper, argument
46 cmd_to_run.extend([pdfium_test_path, '--png', pdf_path])
56 def test_one_file_parallel(working_dir, pdfium_test_path, image_differ, argument
66 pdfium_test_path, image_differ, "", True);
96 pdfium_test_path = finder.ExecutablePath('pdfium_test')
97 if not os.path.exists(pdfium_test_path):
98 print "FAILURE: Can't find test executable '%s'" % pdfium_test_path
136 pdfium_test_path, image_differ)
153 pdfium_test_path, image_differ,
Drun_javascript_tests.py21 fixup_path, pdfium_test_path, text_diff_path, argument
35 cmd_to_run.extend([pdfium_test_path, pdf_path])
57 pdfium_test_path = finder.ExecutablePath('pdfium_test')
58 if not os.path.exists(pdfium_test_path):
59 print "FAILURE: Can't find test executable '%s'" % pdfium_test_path
80 fixup_path, pdfium_test_path, text_diff_path,
Drun_pixel_tests.py23 fixup_path, pdfium_test_path, image_differ, argument
42 cmd_to_run.extend([pdfium_test_path, '--png', pdf_path])
64 pdfium_test_path = finder.ExecutablePath('pdfium_test')
65 if not os.path.exists(pdfium_test_path):
66 print "FAILURE: Can't find test executable '%s'" % pdfium_test_path
92 fixup_path, pdfium_test_path, image_differ,