HomeSort by relevance Sort by last modified time
    Searched full:test_input (Results 1 - 15 of 15) 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 140 for test_input in self._test_inputs:
141 if test_input.test_name not in run_results.results_by_name:
142 result = test_results.TestResult(test_input.test_name, [test_failures.FailureEarlyExit()])
146 run_results.add(result, expected=False, test_is_slow=self._test_is_slow(test_input.test_name))
186 def _handle_started_test(self, worker_name, test_input, test_timeout_sec):
187 self._printer.print_started_test(test_input.test_name)
229 for test_input in test_inputs:
230 self._run_test(test_input, test_list_name)
233 def _update_test_input(self, test_input):
234 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)
52 def __init__(self, port, options, results_directory, worker_name, driver, test_input, stop_when_done):
58 self._timeout = test_input.timeout
60 self._test_name = test_input.test_name
61 self._should_run_pixel_test = test_input.should_run_pixel_test
62 self._reference_files = test_input.reference_files
63 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
189 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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt.py 211 def output_for_test(self, test_input, is_reftest):
213 actual_text = port.expected_text(test_input.test_name)
214 actual_audio = port.expected_audio(test_input.test_name)
222 if test_input.test_name.endswith('-mismatch.html'):
226 elif self._options.pixel_tests and test_input.image_hash:
227 actual_checksum = port.expected_checksum(test_input.test_name)
228 actual_image = port.expected_image(test_input.test_name)
232 def write_test_output(self, test_input, output, is_reftest):
249 self._stdout.write('ExpectedHash: %s\n' % test_input.image_hash)
250 if output.image_hash != test_input.image_hash
    [all...]
base.py     [all...]
  /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/v8/test/mjsunit/harmony/
string-endswith.js 56 var TEST_INPUT = [{
80 var l = TEST_INPUT.length;
83 var e = TEST_INPUT[i];
102 var l = TEST_INPUT.length;
105 var e = TEST_INPUT[i];
string-startswith.js 56 var TEST_INPUT = [{
80 var l = TEST_INPUT.length;
83 var e = TEST_INPUT[i];
102 var l = TEST_INPUT.length;
105 var e = TEST_INPUT[i];
string-contains.js 67 var TEST_INPUT = [{
90 var l = TEST_INPUT.length;
93 var e = TEST_INPUT[i];
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 831 private static final byte[] TEST_INPUT = new byte[] {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py     [all...]

Completed in 6737 milliseconds