OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectations_path
(Results
1 - 3
of
3
) sorted by null
/external/skia/tools/tests/
skimage_self_test.py
133
expectations_path
= os.path.join(file_dir, "skimage", "output-actual",
136
"--createExpectationsPath",
expectations_path
])
142
DieIfFilesMismatch(expected=golden_expectations, actual=
expectations_path
)
148
expectations_path
],
174
expectations_path
= os.path.join(file_dir, "skimage", "output-actual",
177
"--createExpectationsPath",
expectations_path
])
180
DieIfFilesMismatch(expected=golden_expectations, actual=
expectations_path
)
184
expectations_path
= os.path.join(file_dir, "skimage", "output-actual",
187
"--createExpectationsPath",
expectations_path
])
190
DieIfFilesMismatch(expected=golden_expectations, actual=
expectations_path
)
[
all
...]
/external/chromium_org/content/test/gpu/gpu_tests/
maps.py
82
expectations_path
= os.path.join(page._base_dir, page.pixel_expectations)
83
with open(
expectations_path
, 'r') as f:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py
192
expectations_path
= fs.join(port.path_to_generic_test_expectations_file())
193
self._write(
expectations_path
, (
[
all
...]
Completed in 65 milliseconds