Home
last modified time | relevance | path

Searched full:wrong (Results 1 – 25 of 67) sorted by relevance

123

/arkcompiler/runtime_core/tests/checked/verify_aot_tests/
Dverify_aot_test.pa36 #! CHECKER Wrong AOT file with cha
42 #! CHECKER Wrong AOT file without cha
48 #! CHECKER Wrong path to AOT file with cha
54 #! CHECKER Wrong path to AOT file without cha
60 #! CHECKER Wrong path to boot panda files
71 #! CHECKER Wrong file in boot-locations
75 #! CHECKER Wrong numbers of files in boot-locations
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdestructuringTypeGuardFlow.ts58 const wrong: number = bar; constant
59 AssertType(wrong, "number");
103 const wrong: number = bar; constant
104 AssertType(wrong, "number");
DdeclarationEmitNameConflictsWithAlias.ts26 export let w: v.I; // Gets emitted as C.I, which is the wrong interface
DsymbolProperty56.ts35 …// the key passed in here is the *wrong* Symbol.iterator. It is not the iterator property of the g…
DsymbolProperty55.ts35 …// the key passed in here is the *wrong* Symbol.iterator. It is not the iterator property of the g…
DgenericReversingTypeParameters2.ts39 let i = b.inverse(); // used to get the type wrong here.
DgenericReversingTypeParameters.ts45 let i = b.inverse(); // used to get the type wrong here.
DrecursiveTypesUsedAsFunctionParameters.ts42 // error but wrong error
/arkcompiler/ets_runtime/test/moduletest/asyncgenerator/
Dasyncgeneratorthrow.js35 it.throw(new Error('async generator wrong')) // async generator wrong
Dexpect_output.txt26 Error: async generator wrong
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md15 Or access to wrong fields of object.
21 These checks eliminate calls of methods with incorrect `this`, wrong access to arrays, etc.
/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.cpp52 SendResponse(request, DispatchResponse::Fail("wrong params")); in AddInspectedHeapObject()
81 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetHeapObjectId()
95 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetObjectByHeapObjectId()
128 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartSampling()
153 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartTrackingHeapObjects()
164 SendResponse(request, DispatchResponse::Fail("wrong params")); in StopTrackingHeapObjects()
175 SendResponse(request, DispatchResponse::Fail("wrong params")); in TakeHeapSnapshot()
Ddebugger_impl.cpp316 SendResponse(request, DispatchResponse::Fail("wrong params")); in Enable()
337 SendResponse(request, DispatchResponse::Fail("wrong params")); in EvaluateOnCallFrame()
355 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetPossibleBreakpoints()
368 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetScriptSource()
387 SendResponse(request, DispatchResponse::Fail("wrong params")); in RemoveBreakpoint()
398 SendResponse(request, DispatchResponse::Fail("wrong params")); in Resume()
415 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetBreakpointByUrl()
431 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetPossibleAndSetBreakpointByUrl()
445 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetPauseOnExceptions()
457 SendResponse(request, DispatchResponse::Fail("wrong params")); in StepInto()
[all …]
Dprofiler_impl.cpp86 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetSamplingInterval()
115 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartPreciseCoverage()
/arkcompiler/ets_frontend/ts2panda/src/
Dhoisting.ts48 throw new Error("Wrong declaration type to be hoisted");
68 throw new Error("Wrong scope to hoist");
89 throw new Error("Wrong scope to hoist");
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-wrong-function-decl-3-expected.txt1 SyntaxError: Primary expression expected [test-wrong-function-decl-3.js:19:5]
Dtest-wrong-function-decl-2-expected.txt1 SyntaxError: Unexpected token, expected '{' [test-wrong-function-decl-2.js:17:18]
Dtest-wrong-function-decl-1-expected.txt1 SyntaxError: Unexpected token, expected '(' [test-wrong-function-decl-1.js:17:11]
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_checker_gen.h.erb52 …std::cerr << "Wrong dst type '" << DataType::ToString(inst->GetType()) << "' for inst:\n" << *inst…
64 …std::cerr << "Wrong input <%= i %> type '" << DataType::ToString(GetInputType(inst, <%= i %>)) << …
/arkcompiler/ets_runtime/test/aottest/suspendgeneratorthrow/
Dsuspendgeneratorthrow.ts29 g.throw(new Error("Something went wrong"));
/arkcompiler/toolchain/tooling/test/
Ddebugger_impl_test.cpp104 …EXPECT_STREQ(outStrForCallbackCheck.c_str(), R"({"id":0,"result":{"code":1,"message":"wrong params… in HWTEST_F_L0()
191 …EXPECT_STREQ(outStrForCallbackCheck.c_str(), R"({"id":0,"result":{"code":1,"message":"wrong params… in HWTEST_F_L0()
281 …EXPECT_STREQ(outStrForCallbackCheck.c_str(), R"({"id":0,"result":{"code":1,"message":"wrong params… in HWTEST_F_L0()
349 …EXPECT_STREQ(outStrForCallbackCheck.c_str(), R"({"id":0,"result":{"code":1,"message":"wrong params… in HWTEST_F_L0()
434 …EXPECT_STREQ(outStrForCallbackCheck.c_str(), R"({"id":0,"result":{"code":1,"message":"wrong params… in HWTEST_F_L0()
527 …EXPECT_STREQ(outStrForCallbackCheck.c_str(), R"({"id":0,"result":{"code":1,"message":"wrong params… in HWTEST_F_L0()
612 …EXPECT_STREQ(outStrForCallbackCheck.c_str(), R"({"id":0,"result":{"code":1,"message":"wrong params… in HWTEST_F_L0()
676 …EXPECT_STREQ(outStrForCallbackCheck.c_str(), R"({"id":0,"result":{"code":1,"message":"wrong params… in HWTEST_F_L0()
735 …EXPECT_STREQ(outStrForCallbackCheck.c_str(), R"({"id":0,"result":{"code":1,"message":"wrong params… in HWTEST_F_L0()
765 …EXPECT_STREQ(outStrForCallbackCheck.c_str(), R"({"id":0,"result":{"code":1,"message":"wrong params… in HWTEST_F_L0()
[all …]
Dheapprofiler_impl_test.cpp183 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
259 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
282 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
324 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
367 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
Druntime_impl_test.cpp145 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
170 ASSERT_TRUE(result.find("wrong params") != std::string::npos); in HWTEST_F_L0()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcheckcast.yaml1009 …description: Check that verification fails when accumulator contains wrong value, not an object or…
1035 …description: Check that verification fails when accumulator contains wrong value, not an object or…
1062 …description: Check that verification fails when accumulator contains wrong value, not an object or…
1090 …description: Check that verification fails when accumulator contains wrong value, not an object or…
Dlda.obj.yaml284 # Check lda.obj with wrong type
320 # Check lda.obj with wrong arguments

123