| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/01.assignment-like_contexts/ |
| D | widening_refs_call.params.yaml | 25 - { totype: "B[]", fromtype: "C[]", fromval: "new C[1]", tags: 'compile-only, negative' } 26 - { totype: "A[]", fromtype: "B[]", fromval: "new B[2]", tags: 'compile-only, negative' } 27 - { totype: "A[][]", fromtype: "C[][]", fromval: "new C[3][3]", tags: 'compile-only, negative' } 28 - { totype: "J[]", fromtype: "B[]", fromval: "new B[4]", tags: 'compile-only, negative' } 29 … "J[][][][]", fromtype: "C[][][][]", fromval: "new C[5][5][5][5]", tags: 'compile-only, negative' } 30 - { totype: "I[]", fromtype: "A[]", fromval: "new A[6]", tags: 'compile-only, negative' } 31 - { totype: "I[]", fromtype: "B[]", fromval: "new B[7]", tags: 'compile-only, negative' } 32 - { totype: "I[]", fromtype: "C[]", fromval: "new C[8]", tags: 'compile-only, negative' } 34 - { totype: "Object[]", fromtype: "C[]", fromval: "new C[0]", tags: 'compile-only, negative' } 35 - { totype: "Object[]", fromtype: "B[]", fromval: "new B[0]", tags: 'compile-only, negative' } [all …]
|
| D | widening_refs_unbox_call.params.yaml | 16 …- { tags: "compile-only, negative", ptype: [short, int, long, float, double], type: Short, val: "4… 18 …- { tags: "compile-only, negative", ptype: [int, long, float, double], type: Int, val: "0x5A as by… 19 …- { tags: "compile-only, negative", ptype: [int, long, float, double], type: Int, val: "-128 as sh… 21 …- { tags: "compile-only, negative", ptype: [long, float, double], type: Long, val: "0o177 as byte"… 22 …- { tags: "compile-only, negative", ptype: [long, float, double], type: Long, val: "0x0000 as shor… 23 - { tags: "compile-only, negative", ptype: [long, float, double], type: Long, val: "0x7AFAFBFB" } 25 - { tags: "compile-only, negative", ptype: [float, double], type: Float, val: "127 as byte" } 26 - { tags: "compile-only, negative", ptype: [float, double], type: Float, val: "128 as short" } 27 - { tags: "compile-only, negative", ptype: [float, double], type: Float, val: "Long.MAX_VALUE" }
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | sendable_function.ets.migrate.json | 24 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" function (arkts-sendable-functio… 34 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" function (arkts-sendable-functio… 44 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" typeAlias (arkts-sendable-typeal… 54 …"rule": "Only \"FunctionType\" can declare \"Sendable\" typeAlias (arkts-sendable-typeAlias-declar… 64 …"rule": "Only \"FunctionType\" can declare \"Sendable\" typeAlias (arkts-sendable-typeAlias-declar… 74 …"rule": "Only \"FunctionType\" can declare \"Sendable\" typeAlias (arkts-sendable-typeAlias-declar… 84 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 94 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 104 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco… 114 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" function (arkts-sendable-functio… [all …]
|
| D | sendable_function.ets.json | 24 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" function (arkts-sendable-functio… 44 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" function (arkts-sendable-functio… 54 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" typeAlias (arkts-sendable-typeal… 64 …"rule": "Only \"FunctionType\" can declare \"Sendable\" typeAlias (arkts-sendable-typeAlias-declar… 74 …"rule": "Only \"FunctionType\" can declare \"Sendable\" typeAlias (arkts-sendable-typeAlias-declar… 84 …"rule": "Only \"FunctionType\" can declare \"Sendable\" typeAlias (arkts-sendable-typeAlias-declar… 94 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 104 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 114 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco… 124 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" function (arkts-sendable-functio… [all …]
|
| D | sendable_function.ets.autofix.json | 24 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" function (arkts-sendable-functio… 51 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" function (arkts-sendable-functio… 61 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" typeAlias (arkts-sendable-typeal… 71 …"rule": "Only \"FunctionType\" can declare \"Sendable\" typeAlias (arkts-sendable-typeAlias-declar… 81 …"rule": "Only \"FunctionType\" can declare \"Sendable\" typeAlias (arkts-sendable-typeAlias-declar… 91 …"rule": "Only \"FunctionType\" can declare \"Sendable\" typeAlias (arkts-sendable-typeAlias-declar… 101 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 111 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 121 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-class-deco… 131 …"rule": "Only \"@Sendable\" decorator can be used on \"Sendable\" function (arkts-sendable-functio… [all …]
|
| D | shared_module.ets.json | 24 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 34 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 44 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 54 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 64 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 74 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 84 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 94 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 114 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 124 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… [all …]
|
| D | sendable_captured_variables.ets.json | 24 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 34 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 44 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 54 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 64 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 74 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 84 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 94 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 104 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… 114 …"rule": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-imported-va… [all …]
|
| D | object_literals_properties.ets.migrate.json | 34 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)", 44 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 64 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)", 74 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)", 84 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 104 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)", 114 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)", 124 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 144 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)", 164 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)", [all …]
|
| D | sendable_decorator_limited.ets.json | 24 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 34 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 44 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 54 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 64 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"… 74 …"rule": "The \"@Sendable\" decorator can only be used on \"class\", \"function\" and \"typeAlias\"…
|
| D | unary_wrong_types.ets.json | 24 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)", 34 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)", 44 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)", 54 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)", 64 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)", 74 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/05.object_literal/03.object_literal_of_record_type/ |
| D | re_n.params.yaml | 15 - tags: ['compile-only', 'negative'] 26 - tags: ['compile-only', 'negative'] 35 - tags: ['compile-only', 'negative'] 43 - tags: ['compile-only', 'negative'] 51 - tags: ['compile-only', 'negative'] 58 - tags: ['compile-only', 'negative'] 65 - tags: ['compile-only', 'negative'] 72 - tags: ['compile-only', 'negative'] 76 - tags: ['compile-only', 'negative'] 83 - tags: ['compile-only', 'negative'] [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/01.overload-equivalent_signatures/ |
| D | pos.params.yaml | 20 tags: [compile-only] 25 tags: [compile-only] 35 tags: [compile-only] 41 tags: [compile-only] 47 tags: [compile-only] 52 tags: [compile-only] 59 tags: [compile-only] 69 tags: [compile-only] 78 tags: [compile-only] 87 tags: [compile-only] [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule71.ets.json | 24 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 34 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 44 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 54 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 64 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 74 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 84 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 94 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 104 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 114 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… [all …]
|
| D | rule163.ets.json | 24 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 34 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 44 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 54 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 64 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 74 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 84 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 104 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)… 114 …"rule": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-exports)…
|
| D | rule71.ets.autofix.json | 24 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 34 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 44 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 54 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 64 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 74 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 91 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 108 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 118 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… 135 …"rule": "The comma operator \",\" is supported only in \"for\" loops (arkts-no-comma-outside-loops… [all …]
|
| D | rule55.ets.json | 24 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)", 34 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)", 44 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)", 54 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)", 64 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)", 74 …"rule": "Unary operators \"+\", \"-\" and \"~\" work only on numbers (arkts-no-polymorphic-unops)",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/ |
| D | different_access_modifiers.params.yaml | 16 negative, compile-only 24 compile-only 32 compile-only 40 compile-only 48 compile-only 56 compile-only 65 compile-only
|
| /arkcompiler/ets_runtime/test/moduletest/functionapply/ |
| D | expect_output.txt | 25 TypeError: Cannot assign to read only property 26 TypeError: Cannot assign to read only property 27 TypeError: Cannot assign to read only property 28 TypeError: Cannot assign to read only property 29 TypeError: Cannot assign to read only property 32 TypeError: Cannot assign to read only property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/10.final_classes_and_methods/02.final_methods/ |
| D | fm.params.yaml | 33 - tags: 'compile-only, negative' 44 - tags: 'compile-only, negative' 75 - tags: 'compile-only, negative' 91 - tags: 'compile-only, negative' 107 - tags: 'compile-only, negative' 125 - tags: 'compile-only, negative' 134 - tags: 'compile-only, negative' 143 - tags: 'compile-only, negative' 155 - tags: 'compile-only, negative' 166 - tags: 'compile-only, negative' [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 | access_modifier_over.params.yaml | 45 tags: negative, compile-only 52 tags: negative, compile-only 59 tags: negative, compile-only 66 tags: negative, compile-only 73 tags: negative, compile-only 80 tags: negative, compile-only 87 - doc: Internal member can be overridden by the internal one only 96 - doc: Internal member can be overridden by the internal one only 97 tags: negative, compile-only 103 - tags: negative, compile-only [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/06.casting_conversions_from_union/ |
| D | impl.params.yaml | 29 tags: 'compile-only, negative' 39 tags: 'compile-only, negative' 82 tags: 'compile-only, negative' 94 tags: 'compile-only, negative' 113 tags: 'compile-only, negative' 118 tags: 'compile-only, negative' 129 tags: 'compile-only, negative' 134 tags: 'compile-only, negative' 140 tags: 'compile-only, negative' 152 tags: 'compile-only, negative' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/03.assignability/ |
| D | functions_compatibility.params.yaml | 17 - { assign: bars, call: 1, res: -1, tags: "compile-only, negative" } 18 - { assign: bars, call: "1, \"some str\"", res: -1, tags: "compile-only, negative" } 19 - { assign: barf, call: 1, res: -1, tags: "compile-only, negative" } 20 - { assign: barl, call: 1, res: -1, tags: "compile-only, negative" } 21 - { assign: barretstr, call: 1, res: "\"str\"", tags: "compile-only, negative" }
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.callable_types/ |
| D | ct.params.yaml | 15 - tags: 'compile-only, negative' 25 - tags: 'compile-only, negative' 38 - tags: 'compile-only, negative' 51 - tags: 'compile-only, negative' 64 - tags: 'compile-only, negative' 75 - tags: 'compile-only, negative' 86 - tags: 'compile-only, negative' 97 - tags: 'compile-only, negative'
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/ |
| D | scope.params.yaml | 18 tags: 'compile-only, negative' 26 tags: 'compile-only, negative' 34 tags: 'compile-only, negative' 51 tags: 'compile-only, negative' 75 tags: 'compile-only, negative' 99 tags: 'compile-only, negative' 116 tags: 'compile-only, negative' 124 tags: 'compile-only, negative' 132 tags: 'compile-only, negative' 142 tags: 'compile-only, negative' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/02.class_or_interface_casting_conversions/ |
| D | userdef_ref.params.yaml | 123 tags: 'compile-only, negative' 150 tags: 'compile-only, negative' 158 tags: 'compile-only, negative' 166 tags: 'compile-only, negative' 175 tags: 'compile-only, negative' 183 tags: 'compile-only, negative' 190 tags: 'compile-only, negative' 203 tags: 'compile-only, negative' 212 tags: 'compile-only, negative' 220 tags: 'compile-only, negative' [all …]
|