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

  /external/chromium_org/third_party/skia/tools/tests/
skimage_self_test.py 129 expectations_path = os.path.join(file_dir, "skimage", "output-actual",
132 "--createExpectationsPath", expectations_path])
138 DieIfFilesMismatch(expected=golden_expectations, actual=expectations_path)
144 expectations_path],
166 expectations_path = os.path.join(file_dir, "skimage", "output-actual",
169 "--createExpectationsPath", expectations_path])
172 DieIfFilesMismatch(expected=golden_expectations, actual=expectations_path)
176 expectations_path = os.path.join(file_dir, "skimage", "output-actual",
179 "--createExpectationsPath", expectations_path])
182 DieIfFilesMismatch(expected=golden_expectations, actual=expectations_path)
    [all...]
render_pictures_test.py 189 expectations_path = self._create_expectations()
194 '--readJsonSummaryPath', expectations_path,
224 expectations_path = self._create_expectations(ignore_some_failures=True)
229 '--readJsonSummaryPath', expectations_path,
262 expectations_path = self._create_expectations(missing_some_images=True)
267 '--readJsonSummaryPath', expectations_path,
291 def _test_untiled(self, expectations_path=None, expected_summary_dict=None,
296 expectations_path: path we should pass using --readJsonSummaryPath, or
307 if expectations_path == None:
308 expectations_path = self._create_expectations(
    [all...]
  /external/skia/tools/tests/
skimage_self_test.py 129 expectations_path = os.path.join(file_dir, "skimage", "output-actual",
132 "--createExpectationsPath", expectations_path])
138 DieIfFilesMismatch(expected=golden_expectations, actual=expectations_path)
144 expectations_path],
166 expectations_path = os.path.join(file_dir, "skimage", "output-actual",
169 "--createExpectationsPath", expectations_path])
172 DieIfFilesMismatch(expected=golden_expectations, actual=expectations_path)
176 expectations_path = os.path.join(file_dir, "skimage", "output-actual",
179 "--createExpectationsPath", expectations_path])
182 DieIfFilesMismatch(expected=golden_expectations, actual=expectations_path)
    [all...]
render_pictures_test.py 185 expectations_path = self._create_expectations()
190 '--readJsonSummaryPath', expectations_path,
218 expectations_path = self._create_expectations(missing_some_images=True)
223 '--readJsonSummaryPath', expectations_path,
245 def _test_untiled(self, expectations_path=None, expected_summary_dict=None,
250 expectations_path: path we should pass using --readJsonSummaryPath, or
261 if expectations_path == None:
262 expectations_path = self._create_expectations()
265 '--readJsonSummaryPath', expectations_path,
294 expectations_path = os.path.join(self._expectations_dir, 'empty'
    [all...]
  /external/chromium_org/content/test/gpu/gpu_tests/
maps.py 68 expectations_path = os.path.join(page._base_dir, page.pixel_expectations)
69 with open(expectations_path, 'r') as f:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py 196 expectations_path = fs.join(port.path_to_generic_test_expectations_file())
197 self._write(expectations_path, (
    [all...]

Completed in 919 milliseconds