Home
last modified time | relevance | path

Searched refs:currentError (Results 1 - 13 of 13) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-http2-info-headers-errors.js40 let currentError;
43 Http2Stream.prototype.info = () => currentError.ngError;
47 const errorMustCall = common.expectsError(currentError.error);
49 `${currentError.error.code} should emit on ${currentError.type}`
52 if (currentError.type === 'stream') {
69 currentError = test;
H A Dtest-http2-respond-nghttperrors.js41 let currentError;
44 Http2Stream.prototype.respond = () => currentError.ngError;
48 const errorMustCall = common.expectsError(currentError.error);
50 `${currentError.error.code} should emit on ${currentError.type}`
53 if (currentError.type === 'stream') {
88 currentError = test;
H A Dtest-http2-respond-with-fd-errors.js48 let currentError;
51 Http2Stream.prototype.respond = () => currentError.ngError;
55 const errorMustCall = common.expectsError(currentError.error);
57 `${currentError.error.code} should emit on ${currentError.type}`
60 if (currentError.type === 'stream') {
96 currentError = test;
H A Dtest-http2-server-push-stream-errors.js65 let currentError;
68 Http2Stream.prototype.pushPromise = () => currentError.ngError;
72 stream.pushStream({}, common.expectsError(currentError.error));
85 currentError = test;
H A Dtest-http2-client-onconnect-errors.js66 let currentError;
69 Http2Session.prototype.request = () => currentError;
81 currentError = test.ngError;
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp356 GLenum currentError = gl.getError(); in verifyError() local
357 if (currentError == expectedError) in verifyError()
362 << " was expected but got " << glu::getErrorStr(static_cast<int>(currentError)) << ". " in verifyError()
369 GLenum currentError = gl.getError(); in verifyError() local
370 if ((currentError == expectedError1) || (currentError == expectedError2)) in verifyError()
376 << glu::getErrorStr(static_cast<int>(currentError)) << ". " << missmatchMessage in verifyError()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 223 milliseconds