Searched refs:exp_dict (Results 1 – 1 of 1) sorted by relevance
261 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): argument366 for filename in exp_dict:367 for test in exp_dict[filename]['tests']:368 expectation = exp_dict[filename]['tests'][test]