Searched refs:test_data_dict (Results 1 – 1 of 1) sorted by relevance
/external/toolchain-utils/ |
D | generate-waterfall-reports.py | 528 def ParseLogFile(log_file, test_data_dict, failure_dict, test, builder, argument 593 test_dict = test_data_dict[test] 648 test_data_dict[test] = test_dict 770 test_data_dict = dict() 779 test_data_dict = json.load(input_file) 801 target, test_data_dict, failure_dict, test, builder, buildnum, 835 json.dump(test_data_dict, out_file, indent=2)
|