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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 50 def test_input(count, description, file, expected_result): function in function:TextFileTestCase.test_class
65 test_input(1, "no processing", in_file, result1)
72 test_input(2, "strip comments", in_file, result2)
79 test_input(3, "strip blanks", in_file, result3)
85 test_input(4, "default processing", in_file, result4)
92 test_input(5, "join lines without collapsing", in_file, result5)
99 test_input(6, "join lines with collapsing", in_file, result6)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_text_file.py 50 def test_input(count, description, file, expected_result): function in function:TextFileTestCase.test_class
65 test_input(1, "no processing", in_file, result1)
72 test_input(2, "strip comments", in_file, result2)
79 test_input(3, "strip blanks", in_file, result3)
85 test_input(4, "default processing", in_file, result4)
92 test_input(5, "join lines without collapsing", in_file, result5)
99 test_input(6, "join lines with collapsing", in_file, result6)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py 147 for test_input in self._test_inputs:
148 if test_input.test_name not in run_results.results_by_name:
149 result = test_results.TestResult(test_input.test_name, [test_failures.FailureEarlyExit()])
153 run_results.add(result, expected=False, test_is_slow=self._test_is_slow(test_input.test_name))
195 def _handle_started_test(self, worker_name, test_input, test_timeout_sec):
196 self._printer.print_started_test(test_input.test_name)
242 for i, test_input in enumerate(test_inputs):
243 device_failed = self._run_test(test_input, test_list_name)
251 def _update_test_input(self, test_input):
252 if test_input.reference_files is None
    [all...]
single_test_runner.py 44 def run_single_test(port, options, results_directory, worker_name, driver, test_input, stop_when_done):
45 runner = SingleTestRunner(port, options, results_directory, worker_name, driver, test_input, stop_when_done)
50 return TestResult(test_input.test_name, device_failed=True)
56 def __init__(self, port, options, results_directory, worker_name, driver, test_input, stop_when_done):
62 self._timeout = test_input.timeout
64 self._test_name = test_input.test_name
65 self._should_run_pixel_test = test_input.should_run_pixel_test
66 self._reference_files = test_input.reference_files
67 self._should_add_missing_baselines = test_input.should_add_missing_baselines
layout_test_runner_unittest.py 39 from webkitpy.layout_tests.models.test_input import TestInput
190 self.assertEqual([test_input.test_name for test_input in shard.test_inputs],
manager.py 52 from webkitpy.layout_tests.models.test_input import TestInput
  /external/oprofile/libop/tests/
mangle_tests.c 19 struct test_input { struct
24 static struct test_input const tests[] = {
50 struct test_input const * test;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt.py 216 def output_for_test(self, test_input, is_reftest):
219 test_input.test_name = test_input.test_name.replace(self._options.virtual_test_suite_base, self._options.virtual_test_suite_name)
220 actual_text = port.expected_text(test_input.test_name)
221 actual_audio = port.expected_audio(test_input.test_name)
229 if test_input.test_name.endswith('-mismatch.html'):
233 elif test_input.should_run_pixel_test and test_input.image_hash:
234 actual_checksum = port.expected_checksum(test_input.test_name)
235 actual_image = port.expected_image(test_input.test_name
    [all...]
base.py     [all...]

Completed in 274 milliseconds