Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_dEQP/
Dprocess_logs.py131 def save_expectation_dict(expectation_path, expectation_dict): argument
138 json.dump(expectation_dict,
144 for key in expectation_dict:
145 if expectation_dict[key]:
147 for test in expectation_dict[key]: