Home
last modified time | relevance | path

Searched refs:exp_dict (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/site_tests/graphics_PiglitBVT/
Dgenerate_scripts.py261 exp_dict = load_files(get_filepaths(family_root, 'expectations.*\.json$'))
263 expectations = compute_expectations(exp_dict, statistics, family, piglit_path)
353 def compute_expectations(exp_dict, statistics, family, piglit_path): argument
366 for filename in exp_dict:
367 for test in exp_dict[filename]['tests']:
368 expectation = exp_dict[filename]['tests'][test]