HomeSort by relevance Sort by last modified time
    Searched refs:pdfium_test_path (Results 1 - 3 of 3) sorted by null

  /external/pdfium/testing/tools/
run_javascript_tests.py 21 fixup_path, pdfium_test_path, text_diff_path,
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,
run_pixel_tests.py 23 fixup_path, pdfium_test_path, image_differ,
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,
run_corpus_tests.py 29 pdfium_test_path, image_differ, drmem_wrapper,
46 cmd_to_run.extend([pdfium_test_path, '--png', pdf_path])
56 def test_one_file_parallel(working_dir, pdfium_test_path, image_differ,
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,

Completed in 199 milliseconds