Home
last modified time | relevance | path

Searched defs:shouldFail (Results 1 – 10 of 10) sorted by relevance

/third_party/node/test/parallel/
Dtest-policy-parse-integrity.js48 function test({ shouldFail, integrity, manifest = {} }) { property
80 shouldFail: false, property
84 shouldFail: true, property
88 shouldFail: true, property
92 shouldFail: true, property
99 shouldFail: true, property
106 shouldFail: false, property
Dtest-http-agent.js35 function makeRequests(outCount, inCount, shouldFail) { argument
/third_party/typescript/tests/baselines/reference/
DmappedTypeWithCombinedTypeMappers.js19 const shouldFail: { important: boolean } = output.x.children; constant
24 var shouldFail = output.x.children; variable
DneverType.js103 function failOrThrow(shouldFail) { argument
/third_party/typescript/tests/cases/compiler/
DmappedTypeWithCombinedTypeMappers.ts18 const shouldFail: { important: boolean } = output.x.children; constant
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DPluralRulesTest.java106 Object[][] shouldFail = { in testSyntaxRestrictions() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralRulesTest.java105 Object[][] shouldFail = { in testSyntaxRestrictions() local
/third_party/node/test/node-api/test_policy/
Dtest_policy.js42 function test(shouldFail, resources) { argument
/third_party/icu/icu4c/source/test/intltest/
Ddatadrivennumberformattestsuite.cpp97 UBool shouldFail = (NFTT_GET_FIELD(fTuple, output, "") == "fail") in run() local
Ditspoof.cpp745 bool shouldFail; in testCombiningDot() member