Home
last modified time | relevance | path

Searched full:tags (Results 1 – 25 of 2625) sorted by relevance

12345678910>>...105

/arkcompiler/runtime_core/static_core/compiler/
Dcompiler.yaml23 tags: [perf]
30 tags: [perf]
38 tags: [perf]
45 tags: [debug]
49 tags: [debug]
82 tags: [debug]
109 tags: [debug]
115 tags: [debug]
121 tags: [debug]
127 tags: [test]
[all …]
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml23 tags: [perf]
29 tags: [perf]
35 tags: [debug]
39 tags: [debug]
68 tags: [debug]
95 tags: [debug]
101 tags: [debug]
107 tags: [debug]
113 tags: [test]
151 tags: [debug]
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/
Dtest_metadata.py34 class Tags: class
41 def __init__(self, tags: Optional[List[str]] = None) -> None:
42 self.__compile_only = Tags.__contains(Tags.EtsTag.COMPILE_ONLY.value, tags)
43 self.__negative = Tags.__contains(Tags.EtsTag.NEGATIVE.value, tags)
44 self.__not_a_test = Tags.__contains(Tags.EtsTag.NOT_A_TEST.value, tags)
45 self.__no_warmup = Tags.__contains(Tags.EtsTag.NO_WARMUP.value, tags)
64 def __contains(tag: str, tags: Optional[List[str]]) -> bool:
65 return tag in tags if tags is not None else False
70 tags: Tags
96 metadata['tags'] = Tags(metadata.get('tags'))
/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/runtime_core/static_core/verification/util/
Dtagged_index.h101 …static constexpr void SetTags(const typename T::Type &tag, const typename Tag::Type &...tags, Int … in SetTags() argument
112 Base::template SetTags<Int, SHIFT>(std::forward<const typename Tag::Type>(tags)..., val); in SetTags()
119 template <typename... Tags, typename Int>
120 class TaggedIndexHelper0<Int, TagPack<Tags...>> {
121 using AllTags = TagPack<Tags...>;
160 explicit TaggedIndexHelper0(typename Tags::Type... tags, Int idx) in TaggedIndexHelper0() argument
162 … AllTags::template SetTags<UInt, INT_BITS>(std::forward<typename Tags::Type>(tags)..., value_); in TaggedIndexHelper0()
296 template <typename Int, typename... Tags>
298 …lass TaggedIndexSelectorH<First, Int, std::tuple<Tags...>> : public TaggedIndexHelper0<Int, TagPac…
299 using Base = TaggedIndexHelper0<Int, TagPack<Tags...>>;
[all …]
/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
109 tags: negative, compile-only
117 - tags: negative, compile-only
125 - tags: negative, compile-only
153 tags: negative, compile-only
[all …]
Dconstructor_overload.params.yaml73 - tags: negative, compile-only
79 - tags: negative, compile-only
83 - tags: negative, compile-only
93 - tags: negative, compile-only
105 - tags: negative, compile-only
117 - tags: negative, compile-only
127 - tags: negative, compile-only
137 - tags: negative, compile-only
147 - tags: negative, compile-only
/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/tests/vm-benchmarks/tests/
Dtest_doclet.py65 * @Tags Ohos
74 * @Tags StdLib, StdLib_String, Ohos
151 * @Tags StdLib, StdLib_Math
267 tags = parser.state.tags
268 test.assertTrue(2 == len(tags))
269 test.assertTrue('StdLib' in tags)
270 test.assertTrue('StdLib_Math' in tags)
276 * @Tags Before, More
281 * @Tags StdLib
290 tags = parser.state.tags
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/09.constructor_declaration/02.constructor_overload_signatures/
Dconstructor_implementation.params.yaml16 - tags: |-
24 - tags: |-
33 - tags: |-
40 - tags: |-
113 - tags: |-
124 - tags: |-
135 - tags: |-
146 - tags: |-
Ddifferent_access_modifiers.params.yaml15 - tags: |-
23 - tags: |-
31 - tags: |-
39 - tags: |-
47 - tags: |-
55 - tags: |-
64 - tags: |-
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dldstatic.64.yaml78 tags: [verifier]
83 tags: [verifier]
88 tags: [verifier]
93 tags: [verifier]
98 tags: [verifier]
103 tags: [verifier]
108 tags: [verifier]
113 tags: [verifier]
118 tags: [verifier]
123 tags: [verifier]
[all …]
Dldstatic.yaml79 tags: [verifier]
84 tags: [verifier]
89 tags: [verifier]
94 tags: [verifier]
99 tags: [verifier]
104 tags: [verifier]
109 tags: [verifier]
114 tags: [verifier]
119 tags: [verifier]
124 tags: [verifier]
[all …]
Dststatic.64.yaml59 tags: ['verifier']
100 tags: [verifier]
105 tags: [verifier]
110 tags: [verifier]
115 tags: [verifier]
120 tags: [verifier]
125 tags: [verifier]
130 tags: [verifier]
135 tags: [verifier]
140 tags: [verifier]
[all …]
Dldstatic.obj.yaml90 tags: [verifier]
95 tags: [verifier]
100 tags: [verifier]
105 tags: [verifier]
110 tags: [verifier]
115 tags: [verifier]
120 tags: [verifier]
125 tags: [verifier]
130 tags: [verifier]
135 tags: [verifier]
[all …]
/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/tests/cts-generator/cts-template/
Dststatic.64.yaml65 tags: ['verifier']
109 tags: [verifier]
114 tags: [verifier]
119 tags: [verifier]
124 tags: [verifier]
129 tags: [verifier]
134 tags: [verifier]
139 tags: [verifier]
144 tags: [verifier]
149 tags: [verifier]
[all …]
Dfldarr.64.yaml45 tags: ['irtoc_ignore']
56 tags: ['tsan']
67 tags: ['irtoc_ignore']
80 tags: ['tsan']
89 tags: ['tsan', 'verifier']
141 tags: ['tsan', 'verifier', 'pa-verifier']
190 tags: ['irtoc_ignore']
234 tags: ['irtoc_ignore']
269 tags: ['tsan']
271 tags: ['tsan']
[all …]
Dfldarr.32.yaml45 tags: ['irtoc_ignore']
56 tags: ['tsan']
68 tags: ['irtoc_ignore']
80 tags: ['tsan']
89 tags: ['tsan', 'verifier']
141 tags: ['tsan', 'verifier', 'pa-verifier']
190 tags: ['irtoc_ignore']
235 tags: ['irtoc_ignore']
270 tags: ['tsan']
272 tags: ['tsan']
[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/tests/vm-benchmarks/src/vmb/
Ddoclet.py74 TAGS = "Tags" variable in Doclet
88 tags: List[str] = field(default_factory=list) variable in BenchFunc
100 tags: List[str] = field(default_factory=list) variable in BenchClass
179 self.state = BenchClass(name=class_name, tags=self.__pending_tags,
203 tags=self.__pending_tags, bugs=self.__pending_bugs))
224 # only for @State + @Tags
225 self.state.tags += self.__pending_tags
240 @Tags, @Bugs, @Import could co-exist with other @Stuff
251 for _, value in filter_doclets(Doclet.TAGS):
327 tags: Any = None variable in TemplateVars
[all …]

12345678910>>...105