Home
last modified time | relevance | path

Searched refs:gotError (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-stream2-writable.js279 let gotError = false; variable
281 gotError = true;
284 assert.strictEqual(gotError, true);
292 let gotError = false;
294 gotError = true;
297 assert.strictEqual(gotError, false);
306 let gotError = false;
308 gotError = true;
314 assert.strictEqual(gotError, true);
Dtest-http2-max-invalid-frames.js59 let gotError = false; variable
64 for (let i = 1; i < 10 && !gotError; i++) {
77 if (!gotError)
82 gotError = true;
Dtest-http2-reset-flood.js61 let gotError = false; variable
65 for (let i = 1; i < 10 && !gotError; i++) {
76 if (!gotError)
81 gotError = true;
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DIncrementalProgressTest.java48 boolean gotError = false; in CheckIncrementalAux()
53 gotError = true; in CheckIncrementalAux()
60 gotError = true; in CheckIncrementalAux()
62 if(!gotError){ in CheckIncrementalAux()
DTransliteratorTest.java651 boolean gotError = (err != null); in TestJ329()
653 (gotError ? (" -> error: " + err) : " -> no error"); in TestJ329()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DIncrementalProgressTest.java51 boolean gotError = false; in CheckIncrementalAux()
56 gotError = true; in CheckIncrementalAux()
63 gotError = true; in CheckIncrementalAux()
65 if(!gotError){ in CheckIncrementalAux()
DTransliteratorTest.java654 boolean gotError = (err != null); in TestJ329()
656 (gotError ? (" -> error: " + err) : " -> no error"); in TestJ329()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp312 bool gotError = false; in iterate() local
348 gotError = true; in iterate()
406 else if (gotError) in iterate()
409 if (compareOk && !gotError && !isLastIter) in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp312 bool gotError = false; in iterate() local
348 gotError = true; in iterate()
406 else if (gotError) in iterate()
409 if (compareOk && !gotError && !isLastIter) in iterate()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java652 boolean gotError = false; in TestClientSupport()
657gotError |= !assertEquals(ulocale + "\tBucket Labels (" + index + ")", bucketLabel, myLabel); in TestClientSupport()
669gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()
675gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()
679 if (gotError) { in TestClientSupport()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DAlphabeticIndexTest.java655 boolean gotError = false; in TestClientSupport()
660gotError |= !assertEquals(ulocale + "\tBucket Labels (" + index + ")", bucketLabel, myLabel); in TestClientSupport()
672gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()
678gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()
682 if (gotError) { in TestClientSupport()
/third_party/icu/icu4c/source/test/intltest/
Dtranstst.cpp894 UBool gotError = U_FAILURE(status); in TestJ329() local
896 desc.append(gotError ? " -> error" : " -> no error"); in TestJ329()
897 if (gotError) { in TestJ329()
903 if (gotError == DATA[i].containsErrors) { in TestJ329()
3718 UBool gotError = false; in CheckIncrementalAux() local
3719 (void)gotError; // Suppress set but not used warning. in CheckIncrementalAux()
3726 gotError = true; in CheckIncrementalAux()
3735 gotError = true; in CheckIncrementalAux()