Searched full:bad (Results 1 – 25 of 166) sorted by relevance
1234567
| /arkcompiler/ets_frontend/es2panda/test/optimizer/js/branch-elimination/ |
| D | test-branch-elimination.js | 21 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");
|
| D | test-constant-propagation.js | 23 print("bad"); 31 print("bad");
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | wrong-union-array-assignment.sts | 16 class Bad 24 array = /* @@ label */new Bad(); 27 /* @@@ label Error TypeError: Type 'Bad' cannot be assigned to type '(Int|Double|String)[]' */
|
| D | increment-on-nullish-type-undefined.sts | 20 …/* @@? 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. */
|
| D | return_type_non_match.sts | 18 /* @@? 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…
|
| D | ets_never_type_without_affect_other.sts | 28 /* @@? 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/ |
| D | test-local-export.ts | 28 print("bad"); 36 print("bad"); 39 print("bad");
|
| D | test-ts-namespace-exports.ts | 31 print("bad"); 34 print("bad");
|
| /arkcompiler/ets_frontend/es2panda/test/optimizer/ts/branch-elimination/projects/ts_ohmurl_project/ |
| D | test-import-datatypes.ts | 23 print("bad"); 26 print("bad"); 34 print("bad");
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | fail_in_runtime_ahead_of_time.pa | 14 .function void bad (i64 a0) { 21 call.short bad:(i64), v0
|
| D | pass_in_runtime_on_the_fly.pa | 14 .function void bad (i64 a0) { 21 call.short bad:(i64), v0
|
| D | fail_in_runtime_on_the_fly.pa | 14 .function void bad (i64 a0) { 21 call.short bad:(i64), v0
|
| /arkcompiler/ets_frontend/ets2panda/public/headers_parser/ |
| D | arg_parser.py | 52 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/ |
| D | member_expression_7.ts | 19 b = a.foo.bar./* @@ label */bad; 21 /* @@@ label Error TypeError: Property bad does not exist on this type. */
|
| D | member_expression_8.ts | 19 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/ |
| D | inferTypeOfArrayNegative2.sts | 21 /* @@? 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…
|
| D | voidTypeInBinaryOperation.sts | 24 /* @@? 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. */
|
| D | nullable_type_in_stringconcat_func.sts | 29 /* @@@ 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/ |
| D | annotationUsage_as_type10.sts | 22 /* @@? 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/ |
| D | escompat_Array_misc.sts | 28 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/ |
| D | TestIntegerLog10.sts | 34 failures += test(bad(), "Bad value passed") 46 function bad():int {
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/05.Generics/ |
| D | length_setter_0103.sts | 29 x[i] = "Bad" 34 assert x[i] == "Bad"
|
| D | length_setter_0105.sts | 29 x.push("Bad") 38 assert x[i] == "Bad"
|
| D | length_setter_0104.sts | 29 x.push("Bad") 38 assert x[i] == "Bad"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/17.typeof_expression/ |
| D | tof_n.params.yaml | 31 if (p == 'bad') { 36 expr: 'foo("bad")'
|
1234567