/test/testfwk/arkxtest/jsunit/src/module/report/ |
H A D | ReportExtend.js | 49 report.errors++; 50 suiteReport.errors++; 77 errors: 0, 88 errors: 0,
|
/test/testfwk/developer_test/local_coverage/restore_comment/ |
H A D | after_lcov_branch.py | 53 with open(path, "r", encoding="utf-8", errors="ignore") as read_fp: 73 with open(part_name_path, "r", encoding="utf-8", errors="ignore") as fp:
|
H A D | build_before_generate.py | 57 with open(path, "r", encoding="utf-8", errors="ignore") as read_fp: 87 with open(subsystem_config_path, "r", encoding="utf-8", errors="ignore") as fp:
|
/test/xts/device_attest/common/ |
H A D | devattest_errno.h | 19 #include <errors.h>
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | result_reporter.py | 401 errors = ele.get(ReportConstant.errors, "0") 402 if errors == "": 403 errors = "0" 404 blocked = int(disabled) + int(errors) 545 ReportConstant.errors: 0, ReportConstant.disabled: 0, 552 ReportConstant.errors,
|
H A D | suite_reporter.py | 164 ReportConstant.errors: 0, 178 ReportConstant.errors, 251 ReportConstant.errors: 0,
|
H A D | reporter_helper.py | 78 errors = "errors" variable in ReportConstant 165 with open(data_report, 'r', encoding='UTF-8', errors="ignore") as \ 228 need_update_attributes = [ReportConstant.tests, ReportConstant.errors, 562 self.summary_element.get(ReportConstant.errors, 0)) + \ 588 errors = int(child.get(ReportConstant.errors)) if child.get( 589 ReportConstant.errors) else 0 594 suite.result.blocked = errors + disabled
|
H A D | repeater_helper.py | 63 ReportConstant.errors]
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | dmlib_lite.py | 229 data = com.read(com.in_waiting).decode('gbk', errors='ignore') 283 data = com.read(com.in_waiting).decode('gbk', errors='ignore') 306 data = com.readline().decode('gbk', errors='ignore')
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | upload.py | 197 errors = int(task_element.get(ReportConstant.errors, 0)) 202 elif errors > 0 or failures > 0:
|
/test/xts/tools/lite/reliability/ |
H A D | utils.py | 35 ret = stream.decode("utf-8", errors="ignore")
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTPacket.h | 40 enum errors enum
|
/test/xts/acts/graphic/vktest/ |
H A D | genlocal.py | 92 with open(tasklogpath, errors = 'ignore') as tasklogbuf: 154 f.write("<testsuites name=\"{}\" timestamp=\"{}\" time=\"0.0\" errors=\"0\" disabled=\"0\" failures=\"{}\" tests=\"{}\" ignored=\"0\" unavailable=\"{}\" productinfo=\"{}\">\n".format(suitename, curtime, failcnt, total, unavailablecnt, "{}")) 155 f.write(" <testsuite name=\"{}\" time=\"0.0\" errors=\"0\" disabled=\"0\" failures=\"{}\" ignored=\"0\" tests=\"{}\" message=\"\">\n".format(suitename, failcnt, total))
|
/test/testfwk/developer_test/src/core/ |
H A D | utils.py | 188 ret = stream.decode("utf-8", errors="ignore")
|
/test/xts/tools/lite/build/ |
H A D | utils.py | 28 from distutils.errors import DistutilsError
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | jsunit_driver.py | 233 errors='ignore') as file_read_pipe:
|
H A D | c_driver_lite.py | 296 data = deploy_com.readline().decode('gbk', errors='ignore') # 读取一行数据
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 115 ret = stream.decode("utf-8", errors="ignore")
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | drivers.py | 218 'disabled="0" errors="0" timestamp="%s" ' 222 'disabled="0" errors="0" time="0.0" ' 265 'time="300" timestamp="%s" errors="0" ' 269 'errors="0" failures="1" tests="1">\n' % filename) 291 'time="300" timestamp="%s" errors="0" ' 295 'errors="0" failures="0" tests="1">\n' % filename) 1047 errors='ignore') as file_read_pipe: 1117 errors='ignore') as file_read_pipe:
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 469 leaks and errors, using the specified valgrind binary. 1446 test_cmd $pkg_config --exists --print-errors $pkg_version || return
|