Searched refs:test_suppressor (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/testing/tools/ |
D | run_corpus_tests.py | 75 def handle_result(test_suppressor, input_filename, input_path, result, argument 77 if test_suppressor.IsSuppressed(input_filename): 105 test_suppressor = suppressor.Suppressor(finder) 142 handle_result(test_suppressor, input_filename, input_path, result, 155 handle_result(test_suppressor, input_filename, input_path, result,
|
D | run_pixel_tests.py | 73 test_suppressor = suppressor.Suppressor(finder) 89 if test_suppressor.IsSuppressed(input_filename):
|