| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | tst-branch.pa | 32 call.short ret0 35 call.short ret1 43 call.short ret0 46 call.short ret1 54 call.short ret0 57 call.short ret1 65 call.short ret0 68 call.short ret1 76 call.short ret0 79 call.short ret1 [all …]
|
| D | tst-select.pa | 169 call.short testVarsEqZeroI32, v0, v1 171 call.short testVarsEqZeroI32, v0, v0 173 call.short testVarsNeZeroI32, v0, v1 175 call.short testVarsNeZeroI32, v0, v0 177 call.short testVarSmallImmEqZeroI32, v3 179 call.short testVarSmallImmEqZeroI32, v2 181 call.short testVarSmallImmNeZeroI32, v3 183 call.short testVarSmallImmNeZeroI32, v2 185 call.short testVarLargeImmEqZeroI32, v3 187 call.short testVarLargeImmEqZeroI32, v2 [all …]
|
| D | tst-compare.pa | 167 call.short testVarsEqZeroI32, v0, v1 169 call.short testVarsEqZeroI32, v0, v0 171 call.short testVarsNeZeroI32, v0, v1 173 call.short testVarsNeZeroI32, v0, v0 175 call.short testVarSmallImmEqZeroI32, v3 177 call.short testVarSmallImmEqZeroI32, v2 179 call.short testVarSmallImmNeZeroI32, v3 181 call.short testVarSmallImmNeZeroI32, v2 183 call.short testVarLargeImmEqZeroI32, v3 185 call.short testVarLargeImmEqZeroI32, v2 [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | tst-branch.pa | 32 call.short ret0 35 call.short ret1 43 call.short ret0 46 call.short ret1 54 call.short ret0 57 call.short ret1 65 call.short ret0 68 call.short ret1 76 call.short ret0 79 call.short ret1 [all …]
|
| D | tst-select.pa | 169 call.short testVarsEqZeroI32, v0, v1 171 call.short testVarsEqZeroI32, v0, v0 173 call.short testVarsNeZeroI32, v0, v1 175 call.short testVarsNeZeroI32, v0, v0 177 call.short testVarSmallImmEqZeroI32, v3 179 call.short testVarSmallImmEqZeroI32, v2 181 call.short testVarSmallImmNeZeroI32, v3 183 call.short testVarSmallImmNeZeroI32, v2 185 call.short testVarLargeImmEqZeroI32, v3 187 call.short testVarLargeImmEqZeroI32, v2 [all …]
|
| D | tst-compare.pa | 167 call.short testVarsEqZeroI32, v0, v1 169 call.short testVarsEqZeroI32, v0, v0 171 call.short testVarsNeZeroI32, v0, v1 173 call.short testVarsNeZeroI32, v0, v0 175 call.short testVarSmallImmEqZeroI32, v3 177 call.short testVarSmallImmEqZeroI32, v2 179 call.short testVarSmallImmNeZeroI32, v3 181 call.short testVarSmallImmNeZeroI32, v2 183 call.short testVarLargeImmEqZeroI32, v3 185 call.short testVarLargeImmEqZeroI32, v2 [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/ |
| D | function_argument_equivalent_neg.params.yaml | 16 - { arg: "", call: "" } 17 - { arg: "i: short", call: "1 as short" } 18 - { arg: "i: Short", call: "new Short()" } 19 - { arg: "i: int", call: "1 as int" } 20 - { arg: "i: Int", call: "new Int()" } 21 - { arg: "i: long", call: "1 as long" } 22 - { arg: "i: Long", call: "new Long()" } 23 - { arg: "i: float", call: "1.1 as float" } 24 - { arg: "i: Float", call: "new Float()" } 25 - { arg: "i: double", call: "1.2 as double" } [all …]
|
| D | function_argument_equivalent_n.params.yaml | 16 - { arg: "", call: "", res: 1} 17 - { arg: "i: short", call: "1 as short", res: 2} 18 - { arg: "i: Short", call: "new Short()", res: 3} 19 - { arg: "i: int", call: "1 as int", res: 4} 20 - { arg: "i: Int", call: "new Int()", res: 5} 21 - { arg: "i: long", call: "1 as long", res: 6} 22 - { arg: "i: Long", call: "new Long()", res: 7} 23 - { arg: "i: float", call: "1.1 as float", res: 8} 24 - { arg: "i: Float", call: "new Float()", res: 9} 25 - { arg: "i: double", call: "1.2 as double", res: 10} [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/call_meth/ |
| D | call-meth.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/call_cons/ |
| D | call-cons.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/comp_obj/ |
| D | comp-clss.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/decl_field/ |
| D | decl-field.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/call_func/ |
| D | call-func.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/decl_var/ |
| D | decl-var.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/comp_arr/ |
| D | comp-arr.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/call_lmbd/ |
| D | call-lmbd.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/10.function_types_conversions/assn_var/ |
| D | assn-var.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/ |
| D | two_class_method_over_n.params.yaml | 16 - { arg: "", call: "", res: 1} 17 - { arg: "i: short", call: "1 as short", res: 2} 18 - { arg: "i: Short", call: "new Short()", res: 3} 19 - { arg: "i: int", call: "1 as int", res: 4} 20 - { arg: "i: Int", call: "new Int()", res: 5} 21 - { arg: "i: long", call: "1 as long", res: 6} 22 - { arg: "i: Long", call: "new Long()", res: 7} 23 - { arg: "i: float", call: "1.1 as float", res: 8} 24 - { arg: "i: Float", call: "new Float()", res: 9} 25 - { arg: "i: double", call: "1.2 as double", res: 10} [all …]
|
| D | static_method_over_n2.params.yaml | 17 …- { base: "i: Number|undefined|null", derived: "i: undefined|Number|null", call: "undefined", res:… 18 - { base: "i: Number|undefined|null", derived: "i: undefined|null|Number", call: "null", res: 2 } 20 …- { base: "i: Number, j: number", derived: "i: number, k: Number", call: "new Number(), 1", res: 1… 21 …- { base: "i: Number, j: number", derived: "i: number, k: Number", call: "1, new Number()", res: 2… 25 - { base: "i: Number", derived: "i: Double", call: "new Number()", res: 2 } 26 - { base: "i: Number", derived: "i: Double", call: "new Double()", res: 2 } 27 - { base: "i: Double", derived: "i: Number", call: "new Number()", res: 2 } 28 - { base: "i: Double", derived: "i: Number", call: "new Double()", res: 2 } 30 - { base: "i: A", derived: "i: B", call: "new A()", res: 1 } 31 - { base: "i: A", derived: "i: B", call: "new B()", res: 2 } [all …]
|
| D | instance_method_over_n2.params.yaml | 17 …- { base: "i: Number|undefined|null", derived: "i: undefined|Number|null", call: "undefined", res:… 18 - { base: "i: Number|undefined|null", derived: "i: undefined|null|Number", call: "null", res: 2 } 20 …- { base: "i: Number, j: number", derived: "i: number, k: Number", call: "new Number(), 1", res: 1… 21 …- { base: "i: Number, j: number", derived: "i: number, k: Number", call: "1, new Number()", res: 2… 25 - { base: "i: Number", derived: "i: Double", call: "new Number()", res: 2 } 26 - { base: "i: Number", derived: "i: Double", call: "new Double()", res: 2 } 27 - { base: "i: Double", derived: "i: Number", call: "new Number()", res: 2 } 28 - { base: "i: Double", derived: "i: Number", call: "new Double()", res: 2 } 30 - { base: "i: A", derived: "i: B", call: "new A()", res: 1 } 31 - { base: "i: A", derived: "i: B", call: "new B()", res: 2 } [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/ |
| D | two_interfaces.params.yaml | 16 - { arg: "", call: "", res: 1} 17 - { arg: "i: short", call: "1 as short", res: 2} 18 - { arg: "i: Short", call: "new Short()", res: 3} 19 - { arg: "i: int", call: "1 as int", res: 4} 20 - { arg: "i: Int", call: "new Int()", res: 5} 21 - { arg: "i: long", call: "1 as long", res: 6} 22 - { arg: "i: Long", call: "new Long()", res: 7} 23 - { arg: "i: float", call: "1.1 as float", res: 8} 24 - { arg: "i: Float", call: "new Float()", res: 9} 25 - { arg: "i: double", call: "1.2 as double", res: 10} [all …]
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedcollectionsexception/ |
| D | expect_output.txt | 15 call boundAt fail. err: BusinessError: The at method cannot be bound., errCode: 10200011 16 Call boundConcat fail. err: BusinessError: The concat method cannot be bound., errCode: 10200011 17 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 [all …]
|
| D | sharedcollectionsexception.ts | 41 print("call boundAt success."); 43 print("call boundAt fail. err: " + err + ", errCode: " + err.code); 50 print("Call boundConcat succeed."); 52 print("Call boundConcat fail. err: " + err + ", errCode: " + err.code); 59 print("Call boundEntries succeed."); 61 print("Call boundEntries failed. err: " + err + ", errCode: " + err.code); 68 print("Call boundFill succeed."); 70 print("Call boundFill failed. err: " + err + ", errCode: " + err.code); 77 print("Call boundFilter succeed."); 79 print("Call boundFilter failed. err: " + err + ", errCode: " + err.code); [all …]
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | stack-9-params.pa | 23 call.short IO.printString, v0, v0 24 call.short IO.printI64, a0, a0 25 call.short IO.printString, v0, v0 26 call.short IO.printI64, a1, a1 27 call.short IO.printString, v0, v0 28 call.short IO.printI64, a2, a2 29 call.short IO.printString, v0, v0 30 call.short IO.printI64, a3, a3 31 call.short IO.printString, v0, v0 32 call.short IO.printI64, a4, a4 [all …]
|
| /arkcompiler/runtime_core/static_core/tests/regression/ |
| D | stack-9-params.pa | 23 call.short IO.printString, v0, v0 24 call.short IO.printI64, a0, a0 25 call.short IO.printString, v0, v0 26 call.short IO.printI64, a1, a1 27 call.short IO.printString, v0, v0 28 call.short IO.printI64, a2, a2 29 call.short IO.printString, v0, v0 30 call.short IO.printI64, a3, a3 31 call.short IO.printString, v0, v0 32 call.short IO.printI64, a4, a4 [all …]
|