Lines Matching refs:test_path
132 test_path = f'{root}/{file}'
133 if skip(test_path, True):
134 if test_path in IMPORT_TEST['import']:
135 run_test(test_path, ark_frontend_tool, True)
136 result = compare(test_path, True)
139 run_test(test_path, ark_frontend_tool)
140 result = compare(test_path)
146 test_path = f'{root}/{file}'
147 if skip(test_path):
148 if test_path in IMPORT_TEST['import']:
149 run_test(test_path, ark_frontend_tool, True)
150 result = compare(test_path, True)
153 run_test(test_path, ark_frontend_tool)
154 result = compare(test_path)