Searched full:bad (Results 1 – 25 of 138) sorted by relevance
123456
| /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 = new Bad(); 27 /* @@? 24:13 Error TypeError: Type 'Bad' cannot be assigned to type '(Int|Double|String)[]' */
|
| D | assert_with_not_boolean_type_1.sts | 20 /* @@? 17:12 Error TypeError: Bad operand type, the type of the operand must be boolean type. */
|
| /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 | fail_in_runtime_on_the_fly.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
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/ |
| D | member_expression_8.ts | 19 b = a?.foo?.bar?.bad; 21 /* @@? 19:18 Error TypeError: Property bad does not exist on this type. */
|
| D | member_expression_7.ts | 19 b = a.foo.bar.bad; 21 /* @@? 19:15 Error TypeError: Property bad does not exist on this 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-templates/07.expressions/17.typeof_expression/ |
| D | tof_n.params.yaml | 31 if (p == 'bad') { 36 expr: 'foo("bad")'
|
| /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_0104.sts | 29 x.push("Bad") 38 assert x[i] == "Bad"
|
| D | length_setter_0105.sts | 29 x.push("Bad") 38 assert x[i] == "Bad"
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | check_verifier.pa | 24 .function void bad (i64 a0) { 30 call.short bad:(i64), v0
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/09.classes/9.5.Field_Declaration/ |
| D | class_with_optional_attributes_0002.sts | 52 let s1 : Student = new Student("Karl", 18, "a bad student"); 60 assert s1.desc == "a bad student";
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/10.Interfaces/10.4.Interface_Members/ |
| D | interface_with_optional_attributes_0002.sts | 59 let s1 : Student = new Student("Karl", 18, "a bad student"); 67 assert s1.desc == "a bad student";
|
| /arkcompiler/runtime_core/tests/ |
| D | CMakeLists.txt | 863 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/initobj-bad-02.pa" SKIP_VERIFICATION S… 879 …a" COMPILER_OPTIONS --compiler-inlining=false VERIFIER_FAIL_TEST SEARCH_STDERR "Bad register type") 880 …a" COMPILER_OPTIONS --compiler-inlining=false VERIFIER_FAIL_TEST SEARCH_STDERR "Bad register type") 881 …CMAKE_CURRENT_SOURCE_DIR}/regression/fcmp.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Bad register type") 967 …{CMAKE_CURRENT_SOURCE_DIR}/verifier-tests/bug_1926.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Bad call") 968 …_SOURCE_DIR}/verifier-tests/bug_1940.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Bad call undefined regi… 971 …ENT_SOURCE_DIR}/verifier-tests/issue_1163.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Bad register type") 974 …RRENT_SOURCE_DIR}/verifier-tests/bug_1697.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Bad register type") 976 …RRENT_SOURCE_DIR}/verifier-tests/bug_1813.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Bad register type") 979 …RRENT_SOURCE_DIR}/verifier-tests/bug_1834.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Bad register type") [all …]
|
| /arkcompiler/runtime_core/static_core/tests/ |
| D | CMakeLists.txt | 1046 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/obj-bad-class-02.pa" SKIP_CROSS_ARM SK… 1092 add_test_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/cts-assembly/initobj-bad-02.pa" SKIP_VERIFICATION) 1121 …a" COMPILER_OPTIONS --compiler-inlining=false VERIFIER_FAIL_TEST SEARCH_STDERR "Bad register type") 1122 …a" COMPILER_OPTIONS --compiler-inlining=false VERIFIER_FAIL_TEST SEARCH_STDERR "Bad register type") 1123 …CMAKE_CURRENT_SOURCE_DIR}/regression/fcmp.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Bad register type") 1216 …{CMAKE_CURRENT_SOURCE_DIR}/verifier-tests/bug_1926.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Bad call") 1217 …_SOURCE_DIR}/verifier-tests/bug_1940.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Bad call undefined regi… 1220 …ENT_SOURCE_DIR}/verifier-tests/issue_1163.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Bad register type") 1223 …RRENT_SOURCE_DIR}/verifier-tests/bug_1697.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Bad register type") 1225 …RRENT_SOURCE_DIR}/verifier-tests/bug_1813.pa" VERIFIER_FAIL_TEST SEARCH_STDERR "Bad register type") [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/test-lists/parser/ |
| D | parser-js-ignored.txt | 4 # Bad test shadows Object with type parameter name #14913
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | arithmetic.cpp | 185 … LogTypeError("Bad operand type: multiple types left in the normalized union type (" + ss.str() + in CheckBinaryPlusMultDivOperandsForUnionType() 192 … LogTypeError("Bad operand type: multiple types left in the normalized union type (" + ss.str() + in CheckBinaryPlusMultDivOperandsForUnionType() 226 LogTypeError("Bad operand type, the types of the operands must be numeric type.", pos); in CheckBinaryOperatorMulDivMod() 278 LogTypeError("Bad operand type, the types of the operands must be numeric type.", pos); in CheckBinaryOperatorPlus() 300 …LogTypeError("Bad operand type, the types of the operands must be numeric type, enum or String.", … in CheckBinaryOperatorPlus() 324 …LogTypeError("Bad operand type, unions are not allowed in binary expressions except equality.", po… in CheckBinaryOperatorShift() 337 LogTypeError("Bad operand type, the types of the operands must be numeric type.", pos); in CheckBinaryOperatorShift() 384 …LogTypeError("Bad operand type, unions are not allowed in binary expressions except equality.", po… in CheckBinaryOperatorBitwise() 402 LogTypeError("Bad operand type, the types of the operands must be numeric type.", pos); in CheckBinaryOperatorBitwise() 424 …LogTypeError("Bad operand type, unions are not allowed in binary expressions except equality.", po… in CheckBinaryOperatorLogical() [all …]
|
123456