Home
last modified time | relevance | path

Searched full:failed (Results 1 – 25 of 1607) sorted by relevance

12345678910>>...65

/arkcompiler/ets_runtime/test/sharedtest/sharedcollectionsexception/
Dexpect_output.txt17 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 …]
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/testing/
Darktest.ets45 * @param comment optional comment that will be printed in case of failed assertion
55 * @param comment optional comment that will be printed in case of failed assertion
63 * Check two values for == and produce throw error if check failed
66 * @param comment optional comment will be printed if equality failed
67 * @throws AssertionError if equality failed
70 …assertCommon(value1 === value2, "expected equality failed: '" + value1 + "' === '" + value2 + "'",…
74 * Check two values for != and produce throw error if check failed
77 * @param comment optional comment will be printed if non-equality failed
78 * @throws AssertionError if non-equality failed
81 …assertCommon(value1 !== value2, "expected non-equality failed: '" + value1 + "' !== '" + value2 + …
[all …]
/arkcompiler/ets_runtime/compiler_service/interface/
Daot_compiler_interface_proxy.cpp31 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/ets_runtime/test/moduletest/elements_kind_generic/
Delements_kind_generic.js30 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/
Delements_kind.js37 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/
Dexpect_output.txt15 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
Dsendable.ts31 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/static_core/plugins/ets/tests/ets_ts_subset/std/core/
DPromiseAllSettledMixed.ets24 …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.');
[all …]
DPromiseAnySequence4.ets18 …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');
DPromiseSequence6.ets18 …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');
DPromiseNullish.ets23 console.log('Test failed: ' + e);
28 console.log('Test failed: ' + e);
33 console.log('Test failed: ' + e);
38 console.log('Test failed: ' + e);
43 console.log('Test failed: ' + e);
48 console.log('Test failed: ' + e);
53 console.log('Test failed: ' + e);
58 console.log('Test failed: ' + e);
63 console.log('Test failed: ' + e);
68 console.log('Test failed: ' + e);
DPromiseAllSettledRejectAll.ets21 …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.');
44 console.log('Test failed: ' + e);
DPromiseAllSettledResolve.ets21 …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.');
44 console.log('Test failed: ' + e);
DPromiseSequence8.ets18 …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');
35 console.log('Test failed. The promise should be rejected.');
36 throw new Error('Test failed');
/arkcompiler/runtime_core/tests/cts-generator/runner/
Dresult.rb20 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/
Dresult.rb20 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/ets_runtime/test/sharedtest/sharedarray/
Dexpect_output.txt74 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/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/
Ddecl_short_value.params.yaml19 assertEQ(f(), 1234, "no args failed")
24 assertEQ(f(1), 9, "one arg failed")
29 assertEQ(f(1, 2), 3, "two args failed")
34 assertEQ(f(8), 9, "optional arg failed")
35 assertEQ(f(6, 7), 13, "optional arg[2] failed")
40 assertEQ(f(8), 9, "rest arg failed")
41 assertEQ(f(7, 1, 2, 3), 8, "rest arg[2] failed")
Ddecl_short_ref.params.yaml19 assertEQ(f(), "Hello, World!", "no arg failed")
24 assertEQ(f("World"), "Hello, World!", "one arg failed")
29 assertEQ(f("Hello", "World"), "Hello, World!", "two args failed")
34 assertEQ(f("Hello"), "Hello, undefined!", "optional arg failed")
35 assertEQ(f("Hello", "World"), "Hello, World!", "optional arg[2] failed")
40 assertEQ(f("Hello"), "Hello, !", "rest arg failed")
41 assertEQ(f("Hello", "World", "a", "b"), "Hello, World!", "rest arg[2] failed")
Ddecl_full_value.params.yaml19 assertEQ(f(), 1234, "no args failed")
24 assertEQ(f(1), 9, "one arg failed")
29 assertEQ(f(1, 2), 3, "two args failed")
34 assertEQ(f(8), 9, "optional arg failed")
35 assertEQ(f(6, 7), 13, "optional arg[2] failed")
40 assertEQ(f(8), 9, "rest arg failed")
41 assertEQ(f(7, 1, 2, 3), 8, "rest arg[2] failed")
Ddecl_full_ref.params.yaml19 assertEQ(f(), "Hello, World!", "no arg failed")
24 assertEQ(f("World"), "Hello, World!", "one arg failed")
29 assertEQ(f("Hello", "World"), "Hello, World!", "two args failed")
34 assertEQ(f("Hello"), "Hello, undefined!", "optional arg failed")
35 assertEQ(f("Hello", "World"), "Hello, World!", "optional arg[2] failed")
40 assertEQ(f("Hello"), "Hello, !", "rest arg failed")
41 assertEQ(f("Hello", "World", "a", "b"), "Hello, World!", "rest arg[2] failed")
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp69 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/static_core/plugins/ets/tests/ets-templates/07.expressions/32.lambda_expression/02.lambda_body/
Dbody.params.yaml19 assertEQ(f(), "Hello, World!", "single expression failed")
30 assertEQ(f(), "Hello, World!", "block failed")
48 assertEQ(a.count, 1, "capture \"this\" failed")
76 assertEQ(b.count, -1, "capture \"super\" failed")
85 assertEQ(f(), 2, "use local variable failed")
95 assertEQ(f(), 2, "modify local variable failed")
103 assertEQ(f(4), 5, "use formal parameter failed")
112 assertEQ(f(6), 7, "modify formal parameter failed")
/arkcompiler/runtime_core/libabckit/tests/stress/
Dfail_list_node_js.json4 …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/runtime_core/static_core/plugins/ets/tests/napi/ets/
DEtsnapiNameTest.ets29 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");

12345678910>>...65