Lines Matching refs:test_dict
96 test_dict = suite_dict[test]
98 for msg in test_dict:
99 fails = test_dict[msg]
104 test_dict[msg] = new_fails
109 del test_dict[k]
111 suite_dict[test] = test_dict
112 if len(test_dict) == 0:
178 test_dict = suite_dict[test]
179 for err_msg in test_dict:
180 err_list = test_dict[err_msg]
304 test_dict = suite_dict[test]
305 for err_msg in test_dict:
306 err_list = test_dict[err_msg]
470 test_dict = suite_dict[test]
472 test_dict = dict()
490 if msg in test_dict:
491 error_list = test_dict[msg]
509 test_dict[msg] = error_list
512 suite_dict[test] = test_dict
584 test_dict = test_data_dict[test]
585 test_list = test_dict['tests']
625 if board in test_dict:
626 board_dict = test_dict[board]
638 test_dict[board] = board_dict
639 test_data_dict[test] = test_dict