Home
last modified time | relevance | path

Searched refs:skip (Results 1 - 7 of 7) sorted by relevance

/test/testfwk/arkxtest/jsunit/src/
H A Dservice.js249 console.info(reason == null ? `${TAG} skip suite: ${desc}` : `${TAG} skip suite: ${desc}, and the reason is ${reason}`);
253 console.info(reason == null ? `${TAG} skip suite: ${desc}` : `${TAG} skip suite: ${desc}, and the reason is ${reason}`);
902 console.info(reason == null ? `${TAG} skip spec: ${desc}` : `${TAG} skip spec: ${desc}, and the reason is ${reason}`);
906 console.info(reason == null ? `${TAG} skip spec: ${desc}` : `${TAG} skip spec: ${desc}, and the reason is ${reason}`);
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/
H A DSchemaJsTest.js385 * @tc.desc Test Js Api Schema.skip testcase 001
393 schema.skip = 0;
394 expect(schema.skip === 0).assertTrue();
/test/xts/acts/distributeddatamgr/kvStoretest/kvStorejstest/hap/entry/src/ohosTest/js/test/
H A DSchemaJsunit.test.js383 * @tc.name [JS-API8]Schema.skip
384 * @tc.desc Test Js Api Schema.skip testcase 001
390 schema.skip = 0;
391 expect(schema.skip === 0).assertTrue();
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dhandler.py121 if status in [ReportConstant.skip, ReportConstant.not_run]:
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Drepeater_helper.py112 elif status == ReportConstant.skip:
H A Dsuite_reporter.py235 test_case_attributes[ReportConstant.status] = ReportConstant.skip
H A Dreporter_helper.py102 skip = "skip" variable in ReportConstant
431 return self.status in [ReportConstant.skip, ReportConstant.not_run]

Completed in 8 milliseconds