| /arkcompiler/runtime_core/static_core/compiler/ |
| D | compiler.yaml | 23 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/ |
| D | compiler.yaml | 23 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/ |
| D | test_metadata.py | 34 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/ |
| D | sequenced.params.yaml | 71 - { 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/ |
| D | tagged_index.h | 101 …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/ |
| D | pos.params.yaml | 20 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/ |
| D | access_modifier_over.params.yaml | 45 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 …]
|
| D | constructor_overload.params.yaml | 73 - 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/ |
| 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/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/17.experimental_features/05.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/15.semantic_rules/04.type_compatibility/ |
| 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/tests/vm-benchmarks/tests/ |
| D | test_doclet.py | 65 * @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/ |
| D | constructor_implementation.params.yaml | 16 - tags: |- 24 - tags: |- 33 - tags: |- 40 - tags: |- 113 - tags: |- 124 - tags: |- 135 - tags: |- 146 - tags: |-
|
| D | different_access_modifiers.params.yaml | 15 - tags: |- 23 - tags: |- 31 - tags: |- 39 - tags: |- 47 - tags: |- 55 - tags: |- 64 - tags: |-
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | ldstatic.64.yaml | 78 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 …]
|
| D | ldstatic.yaml | 79 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 …]
|
| D | ststatic.64.yaml | 59 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 …]
|
| D | ldstatic.obj.yaml | 90 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/ |
| 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' 151 tags: 'compile-only, negative' 161 tags: 'compile-only, negative' [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | ststatic.64.yaml | 65 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 …]
|
| D | fldarr.64.yaml | 45 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 …]
|
| D | fldarr.32.yaml | 45 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/ |
| D | fc.params.yaml | 30 - 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/ |
| D | doclet.py | 74 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 …]
|