Home
last modified time | relevance | path

Searched full:thrown (Results 1 – 25 of 46) sorted by relevance

12

/arkcompiler/runtime_core/runtime/tests/
Dexception_test.cpp171 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
172 ASSERT_NE(result.GetAs<int64_t>(), no_exceptions) << "No exceptions were thrown"; in TEST_F()
254 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
255 ASSERT_NE(result.GetAs<int64_t>(), no_exceptions) << "No exceptions were thrown"; in TEST_F()
340 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
341 ASSERT_NE(result.GetAs<int64_t>(), no_exceptions) << "No exceptions were thrown"; in TEST_F()
426 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
427 ASSERT_NE(result.GetAs<int64_t>(), no_exceptions) << "No exceptions were thrown"; in TEST_F()
513 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F()
514 ASSERT_NE(result.GetAs<int64_t>(), no_exceptions) << "No exceptions were thrown"; in TEST_F()
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcheckcast.yaml49 … resolved type, accumulator content remains unchanged. Otherwise ClassCastException is thrown.
787 description: Check that ClassCastException is thrown when object cannot be cast to a type
790 Otherwise ClassCastException is thrown.
856 description: Check that ClassCastException is thrown when object cannot be cast to a type
859 Otherwise ClassCastException is thrown.
911 description: Check that ClassCastException is thrown when array cannot be cast to a type
914 Otherwise ClassCastException is thrown.
956 description: Check that ClassCastException is thrown when array cannot be cast to a type
959 Otherwise ClassCastException is thrown.
Dthrow.yaml135 description: Check that NullPointerException is thrown when register value is null
167 description: Check that NullPointerException is thrown when register value is null
769 …ndler is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown.
815 …ndler is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown.
863 …is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown. If no
864 …ndler is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown.
909 …is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown. If no
910 …ndler is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown.
1035 …is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown. If no
1036 …ndler is found, the frame of invoker is restored. If such frame exists, the exception is re-thrown.
Dmonitor.yaml76 NullPointerException is thrown.
86 on the monitor which it doesn't own, IllegalMonitorStateException is thrown.
Dststatic.64.yaml388 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
454 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
Dldstatic.64.yaml383 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
448 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
Dldobj.yaml128 … description: Check that NullPointerException is thrown if object ref is null in Panda context.
169 …description: Check that NullPointerException is thrown if object ref is null in PandaAssembly cont…
Dldobj.obj.yaml132 description: Check that NullPointerException is thrown if source ref is null
169 description: Check that NullPointerException is thrown if source ref is null
Dldobj.64.yaml148 … description: Check that NullPointerException is thrown if object ref is null in Panda context.
180 …description: Check that NullPointerException is thrown if object ref is null in PandaAssembly cont…
Dststatic.yaml390 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
456 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
Dldobj.v.obj.yaml131 description: Check that NullPointerException is thrown if source ref is null
168 description: Check that NullPointerException is thrown if source ref is null
Dldobj.v.yaml124 … description: Check that NullPointerException is thrown if object ref is null in Panda context.
166 …description: Check that NullPointerException is thrown if object ref is null in PandaAssembly cont…
Dldstatic.obj.yaml459 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
524 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
Dldstatic.yaml392 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
457 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
Dldobj.v.64.yaml146 … description: Check that NullPointerException is thrown if object ref is null in Panda context.
178 …description: Check that NullPointerException is thrown if object ref is null in PandaAssembly cont…
Dlda.const.yaml525 description: Check that ArrayIndexOutOfBoundsException is thrown for literal array.
570 description: Check that ArrayIndexOutOfBoundsException is thrown for literal array.
Dstobj.v.64.yaml163 …description: Check that NullPointerException is thrown if object ref is null in PandaAssembly cont…
204 …description: Check that NullPointerException is thrown if object ref is null in PandaAssembly cont…
Dststatic.obj.yaml729 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
796 …description: Check that ExceptionInInitializerError is thrown if an unexpected exception occurs in…
Dstobj.obj.yaml138 description: Check that NullPointerException is thrown if source ref is null
183 description: Check that NullPointerException is thrown if source ref is null
Dstobj.v.obj.yaml123 description: Check that NullPointerException is thrown if source ref is null.
167 description: Check that NullPointerException is thrown if source ref is null.
/arkcompiler/runtime_core/docs/
Ddebugger-vscode-communication.md21 …on was not established at the allocated time the `Can not launch debug server` error will be thrown
/arkcompiler/runtime_core/tests/cts-assembly/
Dinitobj-bad-02.pa14 # check that InstantiationError is thrown if ctor is abstract
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md29 ### Checks of exceptions, that can be thrown in runtime
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_generator_object_test.cpp55 * be thrown.
/arkcompiler/runtime_core/verification/
Dmessages.yaml168 …message: constant null in register v${reg}. NPE exception will always be thrown here. Accumulator …
174 message: constant null in accumulator. NPE exception will always be thrown here.

12