Home
last modified time | relevance | path

Searched refs:errors (Results 1 - 20 of 20) sorted by relevance

/test/testfwk/arkxtest/jsunit/src/module/report/
H A DReportExtend.js49 report.errors++;
50 suiteReport.errors++;
77 errors: 0,
88 errors: 0,
/test/testfwk/developer_test/local_coverage/restore_comment/
H A Dafter_lcov_branch.py53 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 Dbuild_before_generate.py57 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 Ddevattest_errno.h19 #include <errors.h>
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py401 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 Dsuite_reporter.py164 ReportConstant.errors: 0,
178 ReportConstant.errors,
251 ReportConstant.errors: 0,
H A Dreporter_helper.py78 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 Drepeater_helper.py63 ReportConstant.errors]
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddmlib_lite.py229 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 Dupload.py197 errors = int(task_element.get(ReportConstant.errors, 0))
202 elif errors > 0 or failures > 0:
/test/xts/tools/lite/reliability/
H A Dutils.py35 ret = stream.decode("utf-8", errors="ignore")
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTPacket.h40 enum errors enum
/test/xts/acts/graphic/vktest/
H A Dgenlocal.py92 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 Dutils.py188 ret = stream.decode("utf-8", errors="ignore")
/test/xts/tools/lite/build/
H A Dutils.py28 from distutils.errors import DistutilsError
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Djsunit_driver.py233 errors='ignore') as file_read_pipe:
H A Dc_driver_lite.py296 data = deploy_com.readline().decode('gbk', errors='ignore') # 读取一行数据
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py115 ret = stream.decode("utf-8", errors="ignore")
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py218 '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 Dconfigure_llvm469 leaks and errors, using the specified valgrind binary.
1446 test_cmd $pkg_config --exists --print-errors $pkg_version || return

Completed in 19 milliseconds