Home
last modified time | relevance | path

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

12

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/test/
DTestCoroutineContextTest.kt249 val expectedError = IllegalAccessError("hello") in <lambda>() constant
260 val expectedError = IllegalAccessError("hello") in <lambda>() constant
273 val expectedError = TestException("hello") in <lambda>() constant
287 val expectedError = IllegalAccessError("hello") in <lambda>() constant
303 val expectedError = TestException("hello") in <lambda>() constant
319 val expectedError = IllegalAccessError("hello") in <lambda>() constant
334 val expectedError = TestException("hello") in <lambda>() constant
/external/antlr/tool/src/test/java/org/antlr/test/
DTestCompositeGrammars.java258 …String expectedError = "error(161): "+tmpdir.toString().replaceFirst("\\-[0-9]+","")+"/M.g:2:8: co… in testCombinedImportsCombined() local
310 String expectedError = in testSameStringTwoNames() local
363 String expectedError = in testSameNameTwoStrings() local
401 String expectedError = in testImportedTokenVocabIgnoredWithWarning() local
668 String expectedError = in testInvalidImportMechanism() local
741 String expectedError = in testWarningForUndefinedToken() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VMDebug/
DVMDebugTest.java45 int expectedError = JDWPConstants.Error.INVALID_OBJECT; in sendDebuggerActivity() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadGroupReference/
DParentTest.java151 private void checkCommandError(long groupID, int expectedError) { in checkCommandError()
DNameTest.java141 private void checkCommandError(long groupID, int expectedError) { in checkCommandError()
DChildrenTest.java186 private void checkCommandError(long groupID, int expectedError) { in checkCommandError()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StringReference/
DValueTest.java134 private void checkCommandError(long stringID, int expectedError) { in checkCommandError()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DSpdy3Test.java58 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayRoundTrip() local
DHttp2Test.java565 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithoutDebugDataRoundTrip() local
588 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithDebugDataRoundTrip() local
/external/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()
/external/angle/src/tests/compiler_tests/
DEmulateGLDrawID_test.cpp28 void CheckCompileFailure(const std::string &shaderString, const char *expectedError = nullptr) in CheckCompileFailure()
DEmulateGLBaseVertexBaseInstance_test.cpp28 void CheckCompileFailure(const std::string &shaderString, const char *expectedError = nullptr) in CheckCompileFailure()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayTex3DValidation.cpp204 bool TextureCubeMapArrayTex3DValidation::checkError(glw::GLint expectedError, const char* message) in checkError()
/external/kotlinx.coroutines/kotlinx-coroutines-test/test/
DTestRunBlockingTest.kt343 val expectedError = IllegalAccessError("hello") in <lambda>() constant
354 val expectedError = IllegalAccessError("hello") in <lambda>() constant
/external/angle/src/tests/gl_tests/
DSRGBFramebufferTest.cpp55 GLenum expectedError = in TEST_P() local
DWebGLCompatibilityTest.cpp2626 GLenum expectedError) in drawBuffersEXTFeedbackLoop()
2895 GLenum expectedError) in drawBuffersFeedbackLoop()
/external/deqp/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()
DglcPackedDepthStencilTests.cpp1484 GLenum expectedError = GL_INVALID_OPERATION; in checkErrors() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.cpp62 GLint error, GLint expectedError) in verifyQueryError()
85 …eUtils::verifyError(std::stringstream& log, const char* funcName, GLint error, GLint expectedError) in verifyError()
431 …ameterQueriesTestCase::testTextureSparseARB(const Functions& gl, GLint target, GLint expectedError) in testTextureSparseARB()
562 GLint expectedError) in testVirtualPageSizeIndexARB()
Dgl3cTransformFeedbackOverflowQueryTests.cpp445 void verifyError(GLenum expectedError) in verifyError()
/external/angle/third_party/vulkan-deps/glslang/src/gtests/
DTestFixture.h658 std::string input, expectedOutput, expectedError; in loadFilePreprocessAndCheck() local
/external/deqp-deps/glslang/gtests/
DTestFixture.h658 std::string input, expectedOutput, expectedError; in loadFilePreprocessAndCheck() local
/external/icu/icu4c/source/test/cintltst/
Dnccbtst.c3018 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) in testConvertFromUnicodeWithContext()
3198 const char *mySubChar, int8_t len, const void* context, UErrorCode expectedError) in testConvertToUnicodeWithContext()
/external/boringssl/src/ssl/test/runner/
Drunner.go552 expectedError string member
/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp2003 …const glw::GLenum expectedError = (m_sampleParam == SAMPLECOUNT_HIGH) ? (GL_INVALID_OPERATION) : … in iterate() local

12