Home
last modified time | relevance | path

Searched refs:other_tests (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/sdk_test/
H A Dresult.py82 other_tests = ["binary_consistency", variable
182 for name, task_info in task.other_tests.items():
223 for test in task.other_tests.values():
419 for test in other_tests:
422 if test in task.other_tests.keys():
423 task_info = task.other_tests[test]
493 content += f'<tr><th colspan=2 rowspan={len(other_tests)}>Other Tests</th>'
494 for index, item in enumerate(other_tests):
H A Doptions.py116 self.other_tests = {}
H A Dexecution.py1323 task.other_tests[test_name] = test_info
1362 task.other_tests[test_name] = test_info
1403 task.other_tests[test_name] = test_info
1437 task.other_tests[test_name] = test_info
1484 task.other_tests[test_name] = test_info

Completed in 8 milliseconds