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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 79 self._expectations = None
108 tests_to_skip = self._finder.skip_tests(paths, test_names, self._expectations, self._http_tests(test_names))
126 self._expectations.add_extra_skipped_tests(tests_in_other_chunks)
145 expectations = self._expectations.model().get_expectations(test_file)
149 return test_expectations.SLOW in self._expectations.model().get_expectations(test_file)
196 self._expectations = test_expectations.TestExpectations(self._port, test_names)
252 summarized_full_results = test_run_results.summarize_results(self._port, self._expectations, initial_results, retry_results, enabled_pixel_tests_in_retry)
253 summarized_failing_results = test_run_results.summarize_results(self._port, self._expectations, initial_results, retry_results, enabled_pixel_tests_in_retry, only_include_failing=True)
284 return self._runner.run_tests(self._expectations, test_inputs, tests_to_skip, num_workers, retrying)
layout_test_runner.py 73 self._expectations = None
80 self._expectations = expectations
86 run_results = TestRunResults(self._expectations, len(test_inputs) + len(tests_to_skip))
92 self._printer.print_expected(run_results, self._expectations.get_tests_with_result_type)
179 expected = self._expectations.matches_an_expected_result(result.test_name, result.type, self._options.pixel_tests or result.reftest_type, self._options.enable_sanitizer)
180 exp_str = self._expectations.get_expectations_string(result.test_name)
181 got_str = self._expectations.expectation_to_string(result.type)
layout_test_runner_unittest.py 144 runner._expectations = expectations
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py     [all...]
  /external/chromium_org/third_party/skia/tools/skpdiff/
skpdiff_server.py 255 """Fills self._expectations with GMInstance objects for each test whose
261 self._expectations = []
309 self._expectations.append(
326 """Download the expected and actual images for the _expectations array.
335 for expectation in self._expectations:
397 for expectation in self._expectations:
  /external/skia/tools/skpdiff/
skpdiff_server.py 255 """Fills self._expectations with GMInstance objects for each test whose
261 self._expectations = []
309 self._expectations.append(
326 """Download the expected and actual images for the _expectations array.
335 for expectation in self._expectations:
397 for expectation in self._expectations:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 1154 _expectations = { variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 1154 _expectations = { variable
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover.py 181 TestExpectations.list_to_string(test_expectations._expectations, reconstitute_only_these=[]))

Completed in 963 milliseconds