Home
last modified time | relevance | path

Searched defs:expectedError (Results 1 – 25 of 42) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-internal-util-assertCrypto.js8 const expectedError = common.expectsError({ constant
Dtest-child-process-uid-gid.js5 const expectedError = common.isWindows ? /\bENOTSUP\b/ : /\bEPERM\b/; constant
Dtest-fs-assert-encoding-error.js10 const expectedError = { variable
Dtest-dgram-send-address-types.js37 const expectedError = { variable
Dtest-http-res-write-end-dont-take-array.js38 const expectedError = { variable
Dtest-whatwg-url-custom-domainto.js20 const expectedError = { code: 'ERR_MISSING_ARGS', name: 'TypeError' }; variable
Dtest-whatwg-encoding-custom-interop.js48 const expectedError = { variable
Dtest-diagnostics-channel-tracing-channel-sync-error.js9 const expectedError = new Error('test'); constant
Dtest-crypto-keygen-async-rsa.js46 const expectedError = common.hasOpenSSL3 ? { constant
Dtest-diagnostics-channel-tracing-channel-async-error.js9 const expectedError = new Error('test'); constant
Dtest-abortsignal-any.mjs8 const expectedError = { code: 'ERR_INVALID_ARG_TYPE' }; variable
Dtest-child-process-validate-stdio.js8 const expectedError = { code: 'ERR_INVALID_ARG_VALUE', name: 'TypeError' }; variable
Dtest-fs-access.js94 const expectedError = (err) => { function
Dtest-whatwg-url-custom-parsing.js51 const expectedError = { code: 'ERR_INVALID_URL', name: 'TypeError' }; variable
/third_party/node/test/fixtures/test-runner/
Drun_inspect.js10 let expectedError; variable
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dtstdtmod.cpp82 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError) { in expectErrorAndReset()
91 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...) { in expectErrorAndReset()
/third_party/icu/icu4c/source/tools/ctestfw/
Dtstdtmod.cpp82 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError) { in expectErrorAndReset()
91 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...) { in expectErrorAndReset()
/third_party/typescript/src/testRunner/unittests/config/
DconvertTypeAcquisitionFromJson.ts20 const expectedError = expectedErrors[i]; constant
DconfigurationExtension.ts202 const expectedError = expected[i]; constant
DconvertCompilerOptionsFromJson.ts66 const expectedError = expectedErrors[i]; constant
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DEmulateGLDrawID_test.cpp28 void CheckCompileFailure(const std::string &shaderString, const char *expectedError = nullptr) in CheckCompileFailure()
DEmulateGLBaseVertexBaseInstance_test.cpp29 const char *expectedError = nullptr, in CheckCompileFailure()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayTex3DValidation.cpp204 bool TextureCubeMapArrayTex3DValidation::checkError(glw::GLint expectedError, const char* message) in checkError()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcRobustnessTests.cpp373 bool GetnUniformTest::verifyError(GLint error, GLint expectedError, const char* method) in verifyError()
618 bool ReadnPixelsTest::verifyError(GLint error, GLint expectedError, const char* method) in verifyError()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSRGBFramebufferTest.cpp55 GLenum expectedError = in TEST_P() local

12