Home
last modified time | relevance | path

Searched refs:ignore (Results 1 - 4 of 4) sorted by relevance

/test/testfwk/arkxtest/jsunit/
H A Dindex.js83 const ret = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0};
91 const retResult = {total: 0, failure: 0, error: 0, pass: 0, ignore: 0, duration: 0};
100 `\n${PrintTag.OHOS_REPORT_ALL_RESULT}: stream=Test run: runTimes: ${ret.total},total: ${retResult.total}, Failure: ${retResult.failure}, Error: ${retResult.error}, Pass: ${retResult.pass}, Ignore: ${retResult.ignore}` +
144 for (const {total, failure, error, pass, ignore, duration, itItemList} of items) {
149 ret.ignore += ignore;
187 retResult.ignore ++;
/test/xts/hats/hdf/usb/mtpTest/common/
H A Dusbfn_mtp_test.cpp83 bool ignore = false; in PrintVector() local
86 ignore = true; in PrintVector()
97 if (ignore) { in PrintVector()
/test/testfwk/arkxtest/jsunit/src/module/report/
H A DOhReport.js55 message += ', Ignore: ' + summary.ignore;
/test/xts/hats/hdf/usb/mtpTest_additional/common/
H A Dusbfn_mtp_test.cpp75 bool ignore = false; in PrintVector() local
78 ignore = true; in PrintVector()
89 if (ignore) { in PrintVector()

Completed in 5 milliseconds