Lines Matching refs:result

247         result = exec_command_out_put(cmd_path, res_def_name, error_log)
248 assert result, "build test_ohos_shared_library_output_dir failed"
257 result = exec_command_out_put(cmd_path, res_def_name, error_log)
258 assert result, "build test_ohos_shared_library_testonly failed"
267 result = exec_command_communicate(cmd_path, res_path, res_def_name)
268 assert result, "build test_ohos_shared_library failed"
277 result = exec_command_communicate(cmd_path, res_path, res_def_name)
278 assert result, " ohos_shared_library template output_name and output_extension invalid"
287 result = exec_command_communicate(cmd_path, res_path, res_def_name)
288 assert result, " ohos_shared_library template output_name and output_extension invalid"
296 result = exec_command_install_dir(cmd_path, res_def_name)
297 assert result, " test_ohos_shared_library_module_install_dir fail"
305 result = exec_command_install_dir(cmd_path, res_def_name)
306 assert result, " test_ohos_shared_library_relative_install_dir fail"
315 result = exec_command_communicate(cmd_path, res_path, function_name)
316 assert result, "build test_ohos_static_library failed"
325 result = exec_command_communicate(cmd_path, res_path, function_name)
326 assert result, "build test_ohos_source_set failed"
335 result = exec_command_communicate(common_res_def, res_path, function_name)
336 assert result, "build test_ohos_executable failed"
348 result = exec_command_communicate(cmd_common, res_path, function_name)
349 assert result, "build test_ohos_prebuilt_executable failed"
358 result = exec_command_communicate(common_res_def, res_path, function_name)
359 assert result, "build test_ohos_prebuilt_shared_library failed"
368 result = exec_command_communicate(common_res_def, res_path, function_name)
369 assert result, "build test_ohos_prebuilt_static_library failed"
381 result = exec_command_communicate(cmd_path, profile_result_path, function_name)
382 assert result, "build test_ohos_sa_profile failed"
391 result = exec_command_communicate(cmd_path, rebuilt_result_path, function_name)
392 assert result, "build test_ohos_prebuilt_etc failed"
404 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
405 assert result, "build test_bin_cargo_crate failed"
414 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
415 assert result, "build test_bin_crate failed"
424 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
425 assert result, "build test_extern_c failed"
434 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
435 assert result, "build bindgen_test_for_h failed"
444 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
445 assert result, "build test_for_hello_world failed"
454 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
455 assert result, "build bindgen_test_hpp failed"
464 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
465 assert result, "build test_cdylib_crate failed"
474 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
475 assert result, "build test_cxx_exe failed"
484 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
486 assert result, "build test_cxx_rust failed"
495 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
496 assert result, "build test_cxx_rust failed"
505 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
506 assert result, "build test_idl failed"
515 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
516 assert result, "build test_rlib_cargo_crate failed"
525 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
526 assert result, "build test_rlib_crate failed"
535 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
536 assert result, "build test_rust_st failed"
545 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
546 assert result, "build test_rust_ut failed"
555 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
556 assert result, "build test_static_link failed"
565 result = exec_command_communicate(cmd_path, res_path, function_name, rust='rust')
566 assert result, "build test_staticlib_crate failed"