Home
last modified time | relevance | path

Searched full:bad (Results 1 – 25 of 219) sorted by relevance

123456789

/arkcompiler/ets_frontend/es2panda/test/optimizer/js/branch-elimination/
Dtest-branch-elimination.js21 print("bad")
47 print("bad");
60 print("bad");
74 print("bad");
87 print("bad");
104 print("bad");
107 print("bad");
111 print("bad");
116 print("bad");
120 print("bad");
Dtest-constant-propagation.js23 print("bad");
31 print("bad");
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
Dbig_switch.ets27 throw Error('Bad overload');
75 throw Error('Bad overload');
123 throw Error('Bad overload');
171 throw Error('Bad overload');
219 throw Error('Bad overload');
267 throw Error('Bad overload');
315 throw Error('Bad overload');
363 throw Error('Bad overload');
411 throw Error('Bad overload');
459 throw Error('Bad overload');
[all …]
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/FixedArray/
Dwrong-union-array-assignment.ets16 class Bad
24 array = /* @@ label */new Bad();
27 /* @@? 24:27 Error TypeError: Type 'Bad' cannot be assigned to type 'Array<Int|Double|String>' */
Dets_never_type_without_affect_other.ets28 /* @@? 23:17 Error TypeError: Bad operand type, the types of the operands must be numeric type. */
29 /* @@? 26:12 Warning Warning: Bad operand type, the operand of the non-nullish expression is 'null'…
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/
Dwrong-union-array-assignment.ets16 class Bad
24 array = /* @@ label */new Bad();
27 /* @@? 24:27 Error TypeError: Type 'Bad' cannot be assigned to type 'Array<Int|Double|String>' */
Dreturn_type_non_match.ets18 /* @@? 16:4 Error TypeError: Bad return type, main enable only void or int type. */
19 …enclosing method's return type 'undefined' *//* @@? 16:4 Error TypeError: Bad return type, main e…
Dets_never_type_without_affect_other.ets28 /* @@? 23:17 Error TypeError: Bad operand type, the types of the operands must be numeric type. */
29 /* @@? 26:12 Warning Warning: Bad operand type, the operand of the non-nullish expression is 'null'…
/arkcompiler/ets_frontend/es2panda/test/optimizer/ts/branch-elimination/projects/ts_module_syntax_project/
Dtest-local-export.ts28 print("bad");
36 print("bad");
39 print("bad");
Dtest-ts-namespace-exports.ts31 print("bad");
34 print("bad");
/arkcompiler/ets_frontend/es2panda/test/optimizer/ts/branch-elimination/projects/ts_ohmurl_project/
Dtest-import-datatypes.ts23 print("bad");
26 print("bad");
34 print("bad");
/arkcompiler/runtime_core/static_core/tests/verifier-tests/
Dfail_in_runtime_ahead_of_time.pa14 .function void bad (i64 a0) {
21 call.short bad:(i64), v0
Dfail_in_runtime_on_the_fly.pa14 .function void bad (i64 a0) {
21 call.short bad:(i64), v0
Dpass_in_runtime_on_the_fly.pa14 .function void bad (i64 a0) {
21 call.short bad:(i64), v0
/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
Darg_parser.py52 raise RuntimeError(f"Bad path to lib_gen_dir: '{args.lib_gen_dir}'\nSee --help for more.")
54 … raise RuntimeError(f"Bad path to es2panda_root: '{args.es2panda_root}'\nSee --help for more.")
57 raise RuntimeError(f"Bad path to header: '{header}'. See --help for more.")
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/
Dmember_expression_7.ts19 b = a.foo.bar./* @@ label */bad;
21 /* @@@ label Error TypeError: Property bad does not exist on this type. */
Dmember_expression_8.ts19 b = a?.foo?.bar?./* @@ label */bad;
21 /* @@@ label Error TypeError: Property bad does not exist on this type. */
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dsendable_explicit_field_type_2.ets31 bad;
41 this.bad = x;
Dsendable_explicit_field_type_2.ets.migrate.ets35 bad;
45 this.bad = x;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/math/
DTestIntegerLog10.ets34 failures += test(bad(), "Bad value passed")
46 function bad():int {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/05.Generics/
Dlength_setter_0103.ets29 x[i] = "Bad"
34 assertEQ( x[i], "Bad")
Dlength_setter_0105.ets29 x.push("Bad")
38 assertEQ( x[i], "Bad")
Dlength_setter_0104.ets29 x.push("Bad")
38 assertEQ( x[i], "Bad")
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/
Descompat_Array_misc.ets28 failures += check((): int => { return testBadNegIndex()}, "Test bad negative index")
29 failures += check((): int => { return testBadPosIndex()}, "Test bad positive index")
129 console.println("Bad slice copy")
152 console.println("Bad slice copy")
175 console.println("Bad slice copy")
230 console.println("Bad at() result")
238 console.println("Bad at() result")
247 console.println("Unexpected result on bad negative index")
255 console.println("Unexpected result on bad positive index")
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/
Dnullable_type_in_stringconcat_func.ets29 /* @@@ label Error TypeError: Bad operand type: multiple types left in the normalized union type (S…
30 /* @@@ label1 Error TypeError: Bad operand type: multiple types left in the normalized union type (…

123456789