| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
| D | call.acc.pa | 48 jnez fail 50 jnez fail 52 jnez fail 54 jnez fail 56 jnez fail 58 jnez fail 60 fail:
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | heapprofiler_impl.cpp | 43 SendResponse(request, DispatchResponse::Fail("Unknown method: " + method)); in Dispatch() 51 SendResponse(request, DispatchResponse::Fail("wrong params")); in AddInspectedHeapObject() 80 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetHeapObjectId() 94 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetObjectByHeapObjectId() 127 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartSampling() 139 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() 255 return DispatchResponse::Fail("AddInspectedHeapObject not support now"); in AddInspectedHeapObject() 280 return DispatchResponse::Fail("GetHeapObjectId not support now"); in GetHeapObjectId() [all …]
|
| D | profiler_impl.cpp | 47 SendResponse(request, DispatchResponse::Fail("Unknown method: " + method)); in Dispatch() 86 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetSamplingInterval() 115 SendResponse(request, DispatchResponse::Fail("wrong params")); in StartPreciseCoverage() 176 return DispatchResponse::Fail("Stop is failure"); in Stop() 190 return DispatchResponse::Fail("GetBestEffortCoverage not support now"); in GetBestEffortCoverage() 195 return DispatchResponse::Fail("StopPreciseCoverage not support now"); in StopPreciseCoverage() 200 return DispatchResponse::Fail("TakePreciseCoverage not support now"); in TakePreciseCoverage() 205 return DispatchResponse::Fail("StartPreciseCoverage not support now"); in StartPreciseCoverage() 210 return DispatchResponse::Fail("StartTypeProfile not support now"); in StartTypeProfile() 215 return DispatchResponse::Fail("StopTypeProfile not support now"); in StopTypeProfile() [all …]
|
| D | tracing_impl.cpp | 40 SendResponse(request, DispatchResponse::Fail("Unknown method: " + method)); in Dispatch() 119 return DispatchResponse::Fail("End not support now."); in End() 124 return DispatchResponse::Fail("GetCategories not support now."); in GetCategories() 129 return DispatchResponse::Fail("RecordClockSyncMarker not support now."); in RecordClockSyncMarker() 135 return DispatchResponse::Fail("RequestMemoryDump not support now."); in RequestMemoryDump() 140 return DispatchResponse::Fail("Start not support now."); in Start()
|
| D | debugger_impl.cpp | 306 SendResponse(request, DispatchResponse::Fail("Unknown method: " + method)); in Dispatch() 314 SendResponse(request, DispatchResponse::Fail("wrong params")); in Enable() 335 SendResponse(request, DispatchResponse::Fail("wrong params")); in EvaluateOnCallFrame() 353 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetPossibleBreakpoints() 366 SendResponse(request, DispatchResponse::Fail("wrong params")); in GetScriptSource() 385 SendResponse(request, DispatchResponse::Fail("wrong params")); in RemoveBreakpoint() 396 SendResponse(request, DispatchResponse::Fail("wrong params")); in Resume() 413 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetBreakpointByUrl() 428 SendResponse(request, DispatchResponse::Fail("wrong params")); in SetPauseOnExceptions() 440 SendResponse(request, DispatchResponse::Fail("wrong params")); in StepInto() [all …]
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | stack-9-params.pa | 156 lda.str "1-st paramer fail!" 164 lda.str "2-d paramer fail!" 172 lda.str "3-d paramer fail!" 180 lda.str "4-d paramer fail!" 188 lda.str "5-d paramer fail!" 196 lda.str "6-d paramer fail!" 204 lda.str "7-d paramer fail!" 212 lda.str "8-d paramer fail!" 220 lda.str "9-d paramer fail!"
|
| D | stack-4-params.pa | 81 lda.str "1-st paramer fail!" 89 lda.str "2-d paramer fail!" 97 lda.str "3-d paramer fail!"
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | inci.yaml | 136 tags: [sanitizer-fail] 139 tags: [sanitizer-fail] 145 tags: [sanitizer-fail] 170 tags: [sanitizer-fail] 173 tags: [sanitizer-fail] 175 tags: [sanitizer-fail] 177 tags: [sanitizer-fail] 179 tags: [sanitizer-fail]
|
| D | calle.polymorphic.range.yaml | 720 fail: 737 jne v7, fail 750 jne v7, fail 763 jnez fail 777 jnez fail 792 jnez fail 795 jnez fail 810 jnez fail 814 jnez fail 828 jne v8, fail [all …]
|
| D | call.polymorphic.yaml | 626 fail: 643 jne v7, fail 656 jne v7, fail 669 jnez fail 683 jnez fail 698 jnez fail 701 jnez fail 716 jnez fail 720 jnez fail 734 jne v7, fail [all …]
|
| D | call.polymorphic.range.yaml | 720 fail: 737 jne v7, fail 750 jne v7, fail 763 jnez fail 777 jnez fail 792 jnez fail 795 jnez fail 810 jnez fail 814 jnez fail 828 jne v8, fail [all …]
|
| D | calle.polymorphic.yaml | 626 fail: 643 jne v7, fail 656 jne v7, fail 669 jnez fail 683 jnez fail 698 jnez fail 701 jnez fail 716 jnez fail 720 jnez fail 734 jne v7, fail [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_serializer_test.cpp | 261 EXPECT_TRUE(!objValue1.IsEmpty()) << "[Empty] Deserialize obj1 fail"; in ObjectsPropertyReferenceTest() 262 EXPECT_TRUE(!objValue2.IsEmpty()) << "[Empty] Deserialize obj2 fail"; in ObjectsPropertyReferenceTest() 274 EXPECT_TRUE(!res.IsEmpty()) << "[Empty] Deserialize ecmaString fail"; in EcmaStringTest1() 275 EXPECT_TRUE(res->IsString()) << "[NotString] Deserialize ecmaString fail"; in EcmaStringTest1() 295 EXPECT_TRUE(!res.IsEmpty()) << "[Empty] Deserialize ecmaString fail"; in EcmaStringTest2() 296 EXPECT_TRUE(res->IsString()) << "[NotString] Deserialize ecmaString fail"; in EcmaStringTest2() 312 EXPECT_TRUE(res->IsString()) << "[NotString] Deserialize ecmaString fail"; in EcmaStringTest3() 333 EXPECT_TRUE(!res.IsEmpty()) << "[Empty] Deserialize ecmaString fail"; in EcmaStringTest4() 334 EXPECT_TRUE(res->IsString()) << "[NotString] Deserialize ecmaString fail"; in EcmaStringTest4() 353 …_TRUE(!resA.IsEmpty() && !resMin.IsEmpty() && !resB.IsEmpty()) << "[Empty] Deserialize Int32 fail"; in Int32Test() [all …]
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | compare_lenarray_with_zero.pa | 63 jnez fail 67 jeqz fail 70 fail:
|
| /arkcompiler/ets_runtime/test/moduletest/container/ |
| D | container_queue.js | 105 print("Queue forEach first argv fail"); 114 print("Queue forEach throw error fail"); 122 print("Test Queue fail: " + flag);
|
| D | container_deque.js | 123 print("Deque forEach first argv fail"); 132 print("Deque forEach throw error fail"); 138 print("Test Deque fail: " + flag);
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | README.md | 75 -i sanitizer-fail,wrong-tag 79 Tests that have `release` and `sanitizer-fail` will be excluded. 126 -e sanitizer-fail 129 Tests with `release` tag will be included to test execution, with `sanitizer-fail` will be excluded.
|
| D | CMakeLists.txt | 88 set(CTS_TEST_SELECT_OPTION "--exclude-tag sanitizer-fail") 101 set(CTS_TEST_SELECT_OPTION_JIT "--exclude-tag sanitizer-fail") 126 …set(CTS_TEST_SELECT_OPTION_JIT "${CTS_TEST_SELECT_OPTION_JIT} --exclude-tag arm64-fail --exclude-t… 127 …TLY_OPTION_JIT "${CTS_TEST_SELECT_NIGHTLY_OPTION_JIT} --exclude-tag arm64-fail --exclude-tag arm64…
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | access_field_nomodifier_core.pa | 15 # - it must fail in Java if the class is nor inherited by current class, nor stays in the same pack… 18 # Similar Java test to fail verification:
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | verifier.cpp | 430 … LOG_COMPILER(ERROR) << "[Verifier][Fail] Circuit data integrity verifier failed, " << methodName; in Run() 440 LOG_COMPILER(ERROR) << "[Verifier][Fail] RunStateGatesCheck failed"; in Run() 446 LOG_COMPILER(ERROR) << "[Verifier][Fail] RunCFGSoundnessCheck failed"; in Run() 452 LOG_COMPILER(ERROR) << "[Verifier][Fail] RunCFGIsDAGCheck failed"; in Run() 521 LOG_COMPILER(ERROR) << "[Verifier][Fail] RunCFGReducibilityCheck failed"; in Run() 529 LOG_COMPILER(ERROR) << "[Verifier][Fail] RunFixedGatesCheck failed"; in Run() 535 LOG_COMPILER(ERROR) << "[Verifier][Fail] RunFixedGatesRelationsCheck failed"; in Run() 542 LOG_COMPILER(ERROR) << "[Verifier][Fail] RunFlowCyclesFind failed"; in Run() 548 LOG_COMPILER(ERROR) << "[Verifier][Fail] RunSchedulableGatesCheck failed"; in Run() 554 LOG_COMPILER(ERROR) << "[Verifier][Fail] RunPrologGatesCheck failed"; in Run() [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/module/ |
| D | module.js | 48 print("Direct Export Fail"); 50 print("Indirect Export Fail");
|
| /arkcompiler/ets_frontend/testTs/ |
| D | run_testTs.py | 214 result = f'FAIL {file}\n' 225 result = f'FAIL {file}\n' 237 if line.startswith("FAIL"): 273 "Pull TypeScript Code Fail, Please Check The Network Request") 280 print("pull test code fail") 345 print("Run Python Script Fail")
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | c2i_bridge_test.cpp | 175 body << "jne.obj a0, fail\n"; in MakeCheckArgsMethod() 195 body << "jnez fail\n"; in MakeCheckArgsMethod() 199 body << "jnez fail\n"; in MakeCheckArgsMethod() 208 body << "jnez fail\n"; in MakeCheckArgsMethod() 211 body << "jne.obj a" << arg_num << ", fail\n"; in MakeCheckArgsMethod() 216 body << "jne a" << arg_num << ", fail\n"; in MakeCheckArgsMethod() 227 body << "fail:\n"; in MakeCheckArgsMethod() 233 body << "fail:\n"; in MakeCheckArgsMethod()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena.h | 39 * @return pointer to the allocated memory on success, or nullptr on fail 105 * @return true on success, or false on fail 137 * @return pointer to the allocated memory on success, or nullptr on fail
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | frame_allocator.h | 92 * @return true on success, or false on fail 99 * @return pointer to the allocated memory on success, or nullptr on fail 111 * @return pointer on success, or nullptr on fail
|