Home
last modified time | relevance | path

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

1234567

/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/ast/parser/ets/
Dwrong-union-array-assignment.sts16 class Bad
24 array = /* @@ label */new Bad();
27 /* @@@ label Error TypeError: Type 'Bad' cannot be assigned to type '(Int|Double|String)[]' */
Dincrement-on-nullish-type-undefined.sts20 …/* @@? 17:3 Error TypeError: Bad operand type, the operand of the non-nullish expression is 'null'…
21 /* @@? 17:3 Error TypeError: Bad operand type, the type of the operand must be numeric type. */
Dreturn_type_non_match.sts18 /* @@? 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.sts28 /* @@? 23:17 Error TypeError: Bad operand type, the types of the operands must be numeric type. */
29 /* @@? 26:12 Error TypeError: 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
Dpass_in_runtime_on_the_fly.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
/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/test/ast/compiler/ets/
DinferTypeOfArrayNegative2.sts21 /* @@? 19:9 Error TypeError: Bad operand type, the types of the operands must be numeric type, enum…
22 /* @@? 19:9 Error TypeError: Bad operand type, the types of the operands must be numeric type, enum…
DvoidTypeInBinaryOperation.sts24 /* @@? 20:10 Error TypeError: Bad operand type, the types of the operands must be of possible condi…
25 /* @@? 20:10 Error TypeError: Bad operand type, the type of the operand must be boolean type. */
Dnullable_type_in_stringconcat_func.sts29 /* @@@ 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 (…
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/annotation_tests/
DannotationUsage_as_type10.sts22 /* @@? 19:9 Error TypeError: Bad operand type, the types of the operands must be same type. */
24 /* @@? 19:9 Error TypeError: Bad operand type, the types of the operands must be same type. */
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/
Descompat_Array_misc.sts28 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/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/math/
DTestIntegerLog10.sts34 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.sts29 x[i] = "Bad"
34 assert x[i] == "Bad"
Dlength_setter_0105.sts29 x.push("Bad")
38 assert x[i] == "Bad"
Dlength_setter_0104.sts29 x.push("Bad")
38 assert x[i] == "Bad"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/
Dtof_n.params.yaml31 if (p == 'bad') {
36 expr: 'foo("bad")'

1234567