| /arkcompiler/ets_runtime/test/sharedtest/sharedcollectionsexception/ |
| D | expect_output.txt | 17 Call boundEntries failed. err: BusinessError: The entries method cannot be bound., errCode: 10200011 18 Call boundFill failed. err: BusinessError: The fill method cannot be bound., errCode: 10200011 19 Call boundFilter failed. err: BusinessError: The filter method cannot be bound., errCode: 10200011 20 Call boundFind failed. err: BusinessError: The find method cannot be bound., errCode: 10200011 21 Call boundFindIndex failed. err: BusinessError: The findIndex method cannot be bound., errCode: 102… 22 Call boundForEach failed. err: BusinessError: The forEach method cannot be bound., errCode: 10200011 23 Call boundIndexOf failed. err: BusinessError: The indexOf method cannot be bound., errCode: 10200011 24 Call boundJoin failed. err: BusinessError: The join method cannot be bound., errCode: 10200011 25 Call boundKeys failed. err: BusinessError: The keys method cannot be bound., errCode: 10200011 26 Call boundMap failed. err: BusinessError: The map method cannot be bound., errCode: 10200011 [all …]
|
| D | sharedcollectionsexception.ts | 61 print("Call boundEntries failed. err: " + err + ", errCode: " + err.code); 70 print("Call boundFill failed. err: " + err + ", errCode: " + err.code); 79 print("Call boundFilter failed. err: " + err + ", errCode: " + err.code); 88 print("Call boundFind failed. err: " + err + ", errCode: " + err.code); 97 print("Call boundFindIndex failed. err: " + err + ", errCode: " + err.code); 106 print("Call boundForEach failed. err: " + err + ", errCode: " + err.code); 115 print("Call boundIndexOf failed. err: " + err + ", errCode: " + err.code); 124 print("Call boundJoin failed. err: " + err + ", errCode: " + err.code); 133 print("Call boundKeys failed. err: " + err + ", errCode: " + err.code); 142 print("Call boundMap failed. err: " + err + ", errCode: " + err.code); [all …]
|
| /arkcompiler/ets_runtime/compiler_service/interface/ |
| D | aot_compiler_interface_proxy.cpp | 31 LOG_SA(ERROR) << "Write interface token failed!"; in AotCompiler() 43 LOG_SA(ERROR) << "Write [(it->first)] failed!"; in AotCompiler() 47 LOG_SA(ERROR) << "Write [(it->second)] failed!"; in AotCompiler() 58 if (FAILED(result)) { in AotCompiler() 59 LOG_SA(ERROR) << "Send request failed!"; in AotCompiler() 64 if (FAILED(errCode)) { in AotCompiler() 65 LOG_SA(ERROR) << "Read Int32 failed!"; in AotCompiler() 89 LOG_SA(ERROR) << "Write interface token failed!"; in StopAotCompiler() 99 if (FAILED(result)) { in StopAotCompiler() 100 LOG_SA(ERROR) << "Send request failed!"; in StopAotCompiler() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/testing/ |
| D | arktest.sts | 42 * @param comment optional comment that will be printed in case of failed assertion 52 * @param comment optional comment that will be printed in case of failed assertion 60 * Check two values for == and produce throw error if check failed 63 * @param comment optional comment will be printed if equality failed 64 * @throws AssertionError if equality failed 67 … assertCommon(value1 == value2, "expected equality failed: " + value1 + " == " + value2, comment); 71 * Check two values for != and produce throw error if check failed 74 * @param comment optional comment will be printed if non-equality failed 75 * @throws AssertionError if non-equality failed 78 …assertCommon(value1 != value2, "expected non-equality failed: " + value1 + " != " + value2, commen… [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/elements_kind_generic/ |
| D | elements_kind_generic.js | 30 print("test1 - failed"); 42 print("test2 - failed"); 55 print("test3 - failed"); 69 print("test4 - failed"); 80 print("test5 - failed"); 92 print("test6 - failed"); 105 print("test7 - failed"); 119 print("test8 - failed"); 130 print("test9 - failed"); 142 print("test10 - failed"); [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/elements_kind/ |
| D | elements_kind.js | 37 print("test1 - failed"); 49 print("test2 - failed"); 62 print("test3 - failed"); 76 print("test4 - failed"); 87 print("test5 - failed"); 99 print("test6 - failed"); 112 print("test7 - failed"); 126 print("test8 - failed"); 137 print("test9 - failed"); 149 print("test10 - failed"); [all …]
|
| /arkcompiler/ets_runtime/test/sharedtest/sendable/ |
| D | expect_output.txt | 15 sendable inherit from non-sendable failed. err: TypeError: Class not derived from a sendable object… 16 sendable change proto failed. err: TypeError: Cannot set proto with sendable object, code: undefined 18 non-sendable inherit from sendable failed. err: TypeError: The subclass of sendable class must be a… 20 sendable contain non-sendable failed. err: TypeError: Cannot set sendable property with mismatched … 21 sendable contain static non-sendable failed. err: TypeError: Cannot set sendable property with mism… 25 sendable add property failed. err: TypeError: Cannot add property in prevent extensions, code: unde… 26 sendable change property failed. err: TypeError: Cannot set sendable property with mismatched type,… 27 sendable delete property failed. err: TypeError: Cannot delete property, code: undefined
|
| D | sendable.ts | 31 print('sendable inherit from sendable failed. err: ' + err + ', code: ' + err.code); 45 print('sendable inherit from non-sendable failed. err: ' + err + ', code: ' + err.code); 63 print('sendable change proto failed. err: ' + err + ', code: ' + err.code); 78 print('non-sendable inherit from non-sendable failed. err: ' + err + ', code: ' + err.code); 93 print('non-sendable inherit from sendable failed. err: ' + err + ', code: ' + err.code); 115 print('sendable contain sendable failed. err: ' + err + ', code: ' + err.code); 131 print('sendable contain non-sendable failed. err: ' + err + ', code: ' + err.code); 145 print('sendable contain static non-sendable failed. err: ' + err + ', code: ' + err.code); 156 print('sendable contain undefined failed. err: ' + err + ', code: ' + err.code); 187 print('sendable contain lexenv failed. err: ' + err + ', code: ' + err.code); [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/ |
| D | result.rb | 20 failed: { cnt: 0, files: [] }, 71 @@stats[:failed][:cnt] += 1 72 @@stats[:failed][:files] << file 79 @@stats[:failed][:cnt] += 1 80 @@stats[:failed][:files] << file 87 @@stats[:failed][:cnt] += 1 88 @@stats[:failed][:files] << file 97 @@stats[:failed][:cnt] += 1 98 @@stats[:failed][:files] << file 124 TestRunner::log 1, 'Failed:' [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/ |
| D | result.rb | 20 failed: { cnt: 0, files: [] }, 71 @@stats[:failed][:cnt] += 1 72 @@stats[:failed][:files] << file 79 @@stats[:failed][:cnt] += 1 80 @@stats[:failed][:files] << file 87 @@stats[:failed][:cnt] += 1 88 @@stats[:failed][:files] << file 97 @@stats[:failed][:cnt] += 1 98 @@stats[:failed][:files] << file 125 TestRunner.log 1, 'Failed:' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/sts_ts_subset/std/core/ |
| D | PromiseAnySequence4.sts | 18 …console.log("Test failed. Expected sequence length " + expectedLength + ", but got " + actual.leng… 19 throw new Error("Test failed"); 23 … console.log("Test failed. Expected element at " + i + " to be " + i + ", but got " + actual[i]); 24 throw new Error("Test failed"); 48 console.log("Test failed. Expected number of errors 2, but got " + err.errors.length); 49 throw new Error("Test failed"); 52 console.log("Test failed. Expected the first error is 'abc', but got " + err.errors[0]); 53 throw new Error("Test failed"); 56 console.log("Test failed. Expected the first error is 'def', but got " + err.errors[1]); 57 throw new Error("Test failed");
|
| D | PromiseAllSettledMixed.sts | 24 …console.log("Test failed. Expected a string array of length 6 but got length " + values.length + "… 28 console.log("Test failed. Expected elements 0, 2, 4 have status 'rejected'."); 32 console.log("Test failed. Expected elements 1, 3, 5 have status 'fulfilled'."); 36 console.log("Test failed. Unexpected value of the element 0."); 40 console.log("Test failed. Unexpected value of the element 1."); 44 console.log("Test failed. Unexpected value of the element 2."); 48 console.log("Test failed. Unexpected value of the element 3."); 52 console.log("Test failed. Unexpected value of the element 4."); 56 console.log("Test failed. Unexpected value of the element 5."); 61 console.log("Test failed. The promise should not be rejected.");
|
| D | PromiseSequence6.sts | 18 …console.log("Test failed. Expected sequence length " + expectedLength + ", but got " + actual.leng… 19 throw new Error("Test failed"); 23 … console.log("Test failed. Expected element at " + i + " to be " + i + ", but got " + actual[i]); 24 throw new Error("Test failed"); 39 console.log("Test failed. The promise should not be resolved.") 40 throw new Error("Test failed"); 48 console.log("Test failed. The promise should not be resolved.") 49 throw new Error("Test failed");
|
| D | PromiseSequence8.sts | 18 …console.log("Test failed. Expected sequence length " + expectedLength + ", but got " + actual.leng… 19 throw new Error("Test failed"); 23 … console.log("Test failed. Expected element at " + i + " to be " + i + ", but got " + actual[i]); 24 throw new Error("Test failed"); 36 console.log("Test failed. The promise should be rejected."); 37 throw new Error("Test failed");
|
| D | PromiseAllSettledRejectAll.sts | 21 …console.log("Test failed. Expected a string array of length 3 but got length " + values.length + "… 25 console.log("Test failed. Expected elements 0, 2, 4 have status 'rejected'."); 29 console.log("Test failed. Unexpected value of the element 0."); 33 console.log("Test failed. Unexpected value of the element 1."); 37 console.log("Test failed. Unexpected value of the element 2."); 42 console.log("Test failed. The promise should not be rejected.");
|
| D | PromiseAllSettledResolve.sts | 21 …console.log("Test failed. Expected a string array of length 3 but got length " + values.length + "… 25 console.log("Test failed. Expected all elements have status 'fulfilled'."); 29 console.log("Test failed. Unexpected value of the element 0."); 33 console.log("Test failed. Unexpected value of the element 1."); 37 console.log("Test failed. Unexpected value of the element 2."); 42 console.log("Test failed. The promise should not be rejected.");
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedarray/ |
| D | expect_output.txt | 74 add element by index access failed. err: TypeError: Cannot add property in prevent extensions, code… 75 add element by index access failed. err: TypeError: Cannot add property in prevent extensions, code… 76 add element by index access failed. err: BusinessError: The value of index is out of range., code: … 80 add element by index access failed. err: BusinessError: The value of index is out of range., code: … 204 Add one element by splice api failed. err: BusinessError: Parameter error.Only accept sendable valu… 205 Add one element by splice api failed. err: BusinessError: Parameter error.Only accept sendable valu… 208 Create with without initialValue failed. err: BusinessError: Parameter error.Not enough parameters.… 209 Create with negative length failed. err: BusinessError: Parameter error.Invalid array length., code… 211 Create with exceed max length failed. err: BusinessError: Parameter error.Invalid array length., co… 237 Index access write out of range failed. err: BusinessError: The value of index is out of range., co… [all …]
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | dwarf_builder.cpp | 69 LOG(FATAL, COMPILER) << "Dwarf initialization failed: " << dwarf_errmsg(error); in DwarfBuilder() 74 LOG(FATAL, COMPILER) << "dwarf_pro_set_default_string_form failed: " << dwarf_errmsg(error); in DwarfBuilder() 79 LOG(FATAL, COMPILER) << "dwarf_new_die failed: " << dwarf_errmsg(error); in DwarfBuilder() 84 LOG(FATAL, COMPILER) << "dwarf_add_AT_producer failed: " << dwarf_errmsg(error); in DwarfBuilder() 89 LOG(FATAL, COMPILER) << "dwarf_add_die_to_debug_a failed: " << dwarf_errmsg(error); in DwarfBuilder() 96 LOG(FATAL, COMPILER) << "DW_AT_language failed: " << dwarf_errmsg(error); in DwarfBuilder() 108 LOG(FATAL, COMPILER) << "dwarf_lne_set_address failed: " << dwarf_errmsg(error); in BuildGraphNestedFunction() 125 LOG(ERROR, COMPILER) << "dwarf_add_line_entry failed: " << dwarf_errmsg(error); in BuildGraphNestedFunction() 132 LOG(ERROR, COMPILER) << "dwarf_lne_end_sequence failed: " << dwarf_errmsg(error); in BuildGraphNestedFunction() 138 …LOG(ERROR, COMPILER) << "dwarf_add_AT_targ_address_b(DW_AT_low_pc) failed: " << dwarf_errmsg(error… in BuildGraphNestedFunction() [all …]
|
| /arkcompiler/runtime_core/libabckit/tests/stress/ |
| D | fail_list_node_js.json | 4 …stylistic/eslint-plugin-js/dist/newline-per-chained-call.js": "ASSERTION FAILED: nameToFunction.co… 5 …t/node_modules/eslint/lib/rules/newline-per-chained-call.js": "ASSERTION FAILED: nameToFunction.co… 6 …ls/eslint/node_modules/eslint/lib/rules/object-shorthand.js": "ASSERTION FAILED: nameToFunction.co… 7 …lint/node_modules/eslint/lib/rules/prefer-arrow-callback.js": "ASSERTION FAILED: nameToFunction.co… 8 …npm/node_modules/@npmcli/arborist/lib/query-selector-all.js": "ASSERTION FAILED: nameToClass.count…
|
| /arkcompiler/toolchain/websocket/server/ |
| D | websocket_server.cpp | 64 LOGE("DecodeMessage: Recv maskingKey failed"); in DecodeMessage() 69 LOGE("DecodeMessage: Recv message with mask failed"); in DecodeMessage() 85 LOGE("ProtocolUpgrade: failed to encode WebSocket-Key"); in ProtocolUpgrade() 91 LOGE("ProtocolUpgrade: Send failed"); in ProtocolUpgrade() 111 LOGW("HttpHandShake recv failed, errno = %{public}d", errno); in HttpHandShake() 115 …LOGE("ReadMsg failed, msgLen = %{public}ld, errno = %{public}d", static_cast<long>(msgLen), errno); in HttpHandShake() 123 LOGE("HttpHandShake: Upgrade failed"); in HttpHandShake() 127 LOGE("HttpHandShake: Validation failed"); in HttpHandShake() 137 LOGE("HttpHandShake: failed to send 'bad request' response"); in HttpHandShake() 200 LOGW("AcceptNewConnection HttpHandShake failed"); in AcceptNewConnection() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/ets/ |
| D | EtsnapiNameTest.sts | 29 throw new Exception("ERROR: failed to call objectArg"); 32 throw new Exception("ERROR: failed to call methodOverloaded"); 35 throw new Exception("ERROR: failed to call methodOverloaded"); 38 throw new Exception("ERROR: failed to call methodOverloaded"); 42 throw new Exception("ERROR: failed to call methodOverloaded"); 50 throw new Exception("ERROR: failed to call 中文函数2不带参数"); 63 console.print("ERROR: failed to call nativeInGlobal");
|
| /arkcompiler/ets_runtime/compiler_service/src/ |
| D | aot_compiler_client.cpp | 33 LOG_SA(ERROR) << "create aot compiler died recipient failed"; in AotCompilerClient() 50 LOG_SA(ERROR) << "get aot compiler service failed"; in AotCompiler() 62 LOG_SA(ERROR) << "get aot compiler service failed"; in StopAotCompiler() 74 LOG_SA(ERROR) << "get aot compiler service failed"; in GetAOTVersion() 87 LOG_SA(ERROR) << "get aot compiler service failed"; in NeedReCompile() 103 LOG_SA(ERROR) << "failed to get system ability manager"; in GetAotCompilerProxy() 112 LOG_SA(ERROR) << "load aot compiler service failed"; in GetAotCompilerProxy() 117 LOG_SA(ERROR) << "failed to get aot compiler service"; in GetAotCompilerProxy() 132 LOG_SA(ERROR) << "failed to get system ability manager"; in LoadAotCompilerService() 137 LOG_SA(ERROR) << "failed to create load callback"; in LoadAotCompilerService() [all …]
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.cpp | 33 LOG(ERROR, ZIPARCHIVE) << "OpenArchive failed, filename is " << path; in OpenArchive() 43 LOG(ERROR, ZIPARCHIVE) << "OpenArchive failed from FILE *fp"; in OpenArchiveFile() 111 LOG(ERROR, ZIPARCHIVE) << "unzGetCurrentFileInfo failed!"; in GetCurrentFileInfo() 121 LOG(ERROR, ZIPARCHIVE) << "OpenCurrentFile failed!"; in OpenCurrentFile() 136 LOG(ERROR, ZIPARCHIVE) << "CloseCurrentFile failed!"; in CloseCurrentFile() 146 LOG(ERROR, ZIPARCHIVE) << "ExtractToMemory failed!"; in ExtractToMemory() 159 LOG(ERROR, ZIPARCHIVE) << "CreateArchive failed, zipname is " << zipname; in CreateOrAddFileIntoZip() 166 …LOG(ERROR, ZIPARCHIVE) << "zipOpenNewFileInZip failed!, zipname is" << zipname << ", filename is "… in CreateOrAddFileIntoZip() 171 …LOG(ERROR, ZIPARCHIVE) << "zipWriteInFileInZip failed!, zipname is" << zipname << ", filename is "… in CreateOrAddFileIntoZip() 176 …LOG(ERROR, ZIPARCHIVE) << "zipCloseFileInZip failed!, zipname is" << zipname << ", filename is " <… in CreateOrAddFileIntoZip() [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | test_reporter.rb | 74 @logger.log 1, "TEST FAILED: #{@pa_file}" 75 @logger.log 1, 'Compilation failed.' 80 @logger.log 1, "TEST FAILED: #{@pa_file}" 81 @logger.log 1, 'Quickening failed.' 86 @logger.log 1, "TEST FAILED: #{@pa_file}" 93 @logger.log 2, 'Compilation failed, as expected.' 104 @logger.log 1, "TEST FAILED: #{@pa_file}" 110 @logger.log 1, "TEST FAILED: #{@pa_file}" 116 @logger.log 1, "TEST FAILED: #{@pa_file}" 123 @logger.log 1, "TEST FAILED: #{@pa_file}"
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/ |
| D | test_reporter.rb | 74 @logger.log 1, "TEST FAILED: #{@pa_file}" 75 @logger.log 1, 'Compilation failed.' 80 @logger.log 1, "TEST FAILED: #{@pa_file}" 81 @logger.log 1, 'Quickening failed.' 86 @logger.log 1, "TEST FAILED: #{@pa_file}" 93 @logger.log 2, 'Compilation failed, as expected.' 104 @logger.log 1, "TEST FAILED: #{@pa_file}" 110 @logger.log 1, "TEST FAILED: #{@pa_file}" 116 @logger.log 1, "TEST FAILED: #{@pa_file}" 123 @logger.log 1, "TEST FAILED: #{@pa_file}"
|