Lines Matching full:passed
51 passed = validate(inc_task, task, is_debug, stdout,
54 logging.debug(f"validate new module hap file, passed {passed}")
55 if not passed:
178 passed = validate(inc_task, task, is_debug, stdout, stderr, 'incremental_compile_no_change')
179 if passed:
199 … passed = validate(inc_task, task, is_debug, stdout, stderr, 'incremental_compile_add_oneline')
200 if passed:
244 passed = validate(inc_task, task, is_debug, stdout, stderr, 'incremental_compile_add_file')
245 if passed:
275 …passed = validate(inc_task, task, is_debug, stdout, stderr, 'incremental_compile_add_nonexistent_f…
276 if not passed:
296 …passed = validate(inc_task, task, is_debug, stdout, stderr, 'incremental_compile_add_nonexistent_f…
297 if passed:
314 … passed = validate(inc_task, task, is_debug, stdout, stderr, 'incremental_compile_delete_file')
315 if passed:
444 test_info.result = options.TaskResult.passed
483 passed = validate_compile_output(test_info, task, is_debug)
484 if passed:
485 test_info.result = options.TaskResult.passed
509 passed = False
512 passed = True
515 if passed:
516 test_info.result = options.TaskResult.passed
555 test_info.result = options.TaskResult.passed
565 passed = validate_compile_output(test_info, task, is_debug)
566 if passed:
567 test_info.result = options.TaskResult.passed
608 passed = validate_compile_output(
610 if passed:
611 test_info.result = options.TaskResult.passed
775 passed = False
784 passed = False
788 return passed
796 passed = False
800 return passed
803 passed = validate_output_for_esmodule(
806 passed = validate_output_for_jsbundle(
811 return passed
828 info.runtime_result = options.TaskResult.passed
856 passed = validate_compile_output(info, task, is_debug, output_file)
861 if passed:
863 info.result = options.TaskResult.passed
865 return passed
927 passed = validate(task.full_compilation_info,
929 if not passed:
1012 passed = False
1015 passed = validate(task.full_compilation_info,
1017 if passed:
1022 passed = validate(task.full_compilation_info,
1024 if passed:
1028 return passed