Home
last modified time | relevance | path

Searched full:only (Results 1 – 25 of 2811) sorted by relevance

12345678910>>...113

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/
Dsequenced.params.yaml71 - { stype: Byte, sval: 'new Byte()', dtype: Short, tags: 'compile-only, negative' }
72 - { stype: Byte, sval: 'new Byte()', dtype: Char, tags: 'compile-only, negative' }
73 - { stype: Byte, sval: 'new Byte()', dtype: Int, tags: 'compile-only, negative' }
74 - { stype: Byte, sval: 'new Byte()', dtype: Long, tags: 'compile-only, negative' }
75 - { stype: Byte, sval: 'new Byte()', dtype: Float, tags: 'compile-only, negative' }
76 - { stype: Byte, sval: 'new Byte()', dtype: Double, tags: 'compile-only, negative' }
84 - { stype: Char, sval: "new Char(c'X')", dtype: Byte, tags: 'compile-only, negative' }
85 - { stype: Char, sval: "new Char(c'X')", dtype: Short, tags: 'compile-only, negative' }
86 - { stype: Char, sval: "new Char(c'X')", dtype: Int, tags: 'compile-only, negative' }
87 - { stype: Char, sval: "new Char(c'X')", dtype: Long, tags: 'compile-only, negative' }
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/test/main/
Dsendable_function.ts.json24 …"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 …]
Dshared_module.ts.json24 …"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 …]
Dsendable_captured_variables.ts.json24 …"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 …]
Dunary_wrong_types.ts.json24 …"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)",
Dsendable_decorator_limited.ts.json24 …"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\"…
Dobject_literals_properties.ts.arkts2.json34 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)",
44 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)",
54 … "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": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)",
94 … "rule": "Object literal properties can only contain name-value pairs (arkts-obj-literal-props)",
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)",
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule71.ts.json24 …"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 …]
Drule163.ts.json24 …"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)…
Drule71.ts.autofix.json24 …"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 …]
Drule55.ts.json24 …"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/15.semantic_rules/07.overloading_and_overriding/02.override-compatible_signatures/
Dpos.params.yaml20 tags: [compile-only]
25 tags: [compile-only]
35 tags: [compile-only, negative]
41 tags: [compile-only, negative]
47 tags: [compile-only, negative]
52 tags: [compile-only]
59 tags: [compile-only]
69 tags: [compile-only]
78 tags: [compile-only]
87 tags: [compile-only]
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/
Daccess_modifier_over.params.yaml45 tags: negative, compile-only
54 tags: negative, compile-only
63 tags: negative, compile-only
72 tags: negative, compile-only
81 tags: negative, compile-only
90 tags: negative, compile-only
99 - doc: Internal member can be overridden by the internal one only
108 - doc: Internal member can be overridden by the internal one only
109 tags: negative, compile-only
117 - tags: negative, compile-only
[all …]
/arkcompiler/ets_runtime/test/moduletest/functionapply/
Dexpect_output.txt25 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/09.final_classes_and_methods/02.final_methods/
Dfm.params.yaml33 - 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/04.names_declarations_and_scopes/06.type_declarations/01.type_alias_declaration/
Dscope.params.yaml18 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/17.experimental_features/05.callable_types/
Dct.params.yaml15 - 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/15.semantic_rules/04.type_compatibility/
Dfunctions_compatibility.params.yaml17 - { 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/09.classes/09.constructor_declaration/02.constructor_overload_signatures/
Dconstructor_implementation.params.yaml17 negative, compile-only
25 negative, compile-only
34 negative, compile-only
41 negative, compile-only
114 negative, compile-only
125 negative, compile-only
136 negative, compile-only
147 negative, compile-only
Ddifferent_access_modifiers.params.yaml16 negative, compile-only
24 negative, compile-only
32 negative, compile-only
40 negative, compile-only
48 negative, compile-only
56 negative, compile-only
65 negative, compile-only
/arkcompiler/ets_runtime/test/sharedtest/sharedcollectionsexception/
Dexpect_output.txt64 Create with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val…
66 Create from non-sendable iterator fail. err: BusinessError: Parameter error.Only accept sendable va…
67 Create from non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val…
68 Create from mapper: non-sendable element fail. err: BusinessError: Parameter error.Only accept send…
72 concat with non-sendable array fail.err: BusinessError: Parameter error.Only accept sendable value.…
73 concat with non-sendable element fail. err: BusinessError: Parameter error.Only accept sendable val…
75 fill array with non-sendable object and position fail. err: BusinessError: Parameter error.Only acc…
76 …dable object and start position fail. err: BusinessError: Parameter error.Only accept sendable val…
77 fill array with non-sendable object fail. err: BusinessError: Parameter error.Only accept sendable …
79 map array with non-sendable fail. err: BusinessError: Parameter error.Only accept sendable value., …
[all …]
/arkcompiler/ets_frontend/arkguard/src/utils/
DMemoryUtils.ts44 // For ut only
49 // For ut only
54 // For ut only
59 // For ut only
64 // For ut only
69 // For ut only
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/04.casting_conversions_from_union/
Dimpl.params.yaml29 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'
151 tags: 'compile-only, negative'
161 tags: 'compile-only, negative'
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/09.final_classes_and_methods/01.final_classes/
Dfc.params.yaml30 - tags: 'compile-only, negative'
38 - tags: 'compile-only, negative'
46 - tags: 'compile-only, negative'
55 - tags: 'compile-only, negative'
63 - tags: 'compile-only, negative'
80 - tags: 'compile-only, negative'
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/
Dclass_variance_neg2.sts21 …ts available methods so it is only allowed to access methods that do not use T or do use ones with…
24 …cts available methods so it is only allowed to access methods that do not use T or do use ones wit…
26 tags: [compile-only, negative]

12345678910>>...113