Home
last modified time | relevance | path

Searched refs:shouldFail (Results 1 – 20 of 20) sorted by relevance

/third_party/node/test/parallel/
Dtest-policy-parse-integrity.js48 function test({ shouldFail, integrity, manifest = {} }) { property
72 if (shouldFail) {
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
47 if (!shouldFail)
58 if (shouldFail)
/third_party/typescript/tests/baselines/reference/
DneverType.js14 function failOrThrow(shouldFail: boolean) {
15 if (shouldFail) {
103 function failOrThrow(shouldFail) { argument
104 if (shouldFail) {
178 declare function failOrThrow(shouldFail: boolean): never;
DneverType.symbols27 function failOrThrow(shouldFail: boolean) {
29 >shouldFail : Symbol(shouldFail, Decl(neverType.ts, 12, 21))
31 if (shouldFail) {
32 >shouldFail : Symbol(shouldFail, Decl(neverType.ts, 12, 21))
DneverType.types31 function failOrThrow(shouldFail: boolean) {
32 >failOrThrow : (shouldFail: boolean) => never
33 >shouldFail : boolean
35 if (shouldFail) {
36 >shouldFail : boolean
DmappedTypeWithCombinedTypeMappers.js19 const shouldFail: { important: boolean } = output.x.children; constant
24 var shouldFail = output.x.children; variable
DmappedTypeWithCombinedTypeMappers.symbols47 const shouldFail: { important: boolean } = output.x.children;
48 >shouldFail : Symbol(shouldFail, Decl(mappedTypeWithCombinedTypeMappers.ts, 17, 5))
DmappedTypeWithCombinedTypeMappers.types31 const shouldFail: { important: boolean } = output.x.children;
32 >shouldFail : { important: boolean; }
DmappedTypeWithCombinedTypeMappers.errors.txt22 const shouldFail: { important: boolean } = output.x.children;
/third_party/typescript/tests/cases/conformance/types/never/
DneverType.ts17 function failOrThrow(shouldFail: boolean) {
18 if (shouldFail) {
/third_party/node/test/node-api/test_policy/
Dtest_policy.js42 function test(shouldFail, resources) { argument
51 if (shouldFail) {
/third_party/icu/icu4c/source/test/intltest/
Ddatadrivennumberformattestsuite.cpp97 UBool shouldFail = (NFTT_GET_FIELD(fTuple, output, "") == "fail") in run() local
101 if (shouldFail && actualSuccess) { in run()
104 } else if (!shouldFail && !actualSuccess) { in run()
Ditspoof.cpp745 bool shouldFail; in testCombiningDot() member
773 int32_t expected = cas.shouldFail ? USPOOF_HIDDEN_OVERLAY : 0; in testCombiningDot()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDataDrivenNumberFormatTestUtility.java247 boolean shouldFail = (tuple.output != null && tuple.output.equals("fail")) in run()
256 if (shouldFail && errorMessage == null) { in run()
258 } else if (!shouldFail && errorMessage != null) { in run()
DPluralRulesTest.java106 Object[][] shouldFail = { in testSyntaxRestrictions() local
162 for (Object[] shouldFailTest : shouldFail) { in testSyntaxRestrictions()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDataDrivenNumberFormatTestUtility.java244 boolean shouldFail = (tuple.output != null && tuple.output.equals("fail")) in run()
253 if (shouldFail && errorMessage == null) { in run()
255 } else if (!shouldFail && errorMessage != null) { in run()
DPluralRulesTest.java113 Object[][] shouldFail = { in testSyntaxRestrictions() local
169 for (Object[] shouldFailTest : shouldFail) { in testSyntaxRestrictions()
/third_party/typescript/tests/cases/compiler/
DmappedTypeWithCombinedTypeMappers.ts18 const shouldFail: { important: boolean } = output.x.children; constant
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java887 boolean shouldFail = (Boolean) cas[0]; in testCombiningDot()
891 int expected = shouldFail ? SpoofChecker.HIDDEN_OVERLAY : 0; in testCombiningDot()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
DSpoofCheckerTest.java890 boolean shouldFail = (Boolean) cas[0]; in testCombiningDot()
894 int expected = shouldFail ? SpoofChecker.HIDDEN_OVERLAY : 0; in testCombiningDot()