• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#24352
2algorithms/SampleAppTest.ets
3
4#24357 Koala related issues
5koala-related-benchmarks/benchmark-lambda-no-lambda-original.ets
6
7#24358 Koala related issues
8koala-related-benchmarks/arkts-phase1.ets
9
10#19807
11regression/12581_custom_class_Engine_array.ets
12
13#25112
14regression/25112.ets
15
16#25425
17regression/15278_0.ets
18regression/15278_1.ets
19
20#22791
21regression/16158_0.ets
22regression/16158_2.ets
23
24#19666  (Feature: Null safety tests)
25spec/03.types/References_Types/3.8.12.Nullish_Types/nullable-function-default-param_2.ets
26spec/03.types/References_Types/3.8.12.Nullish_Types/nullable-function-default-param_8.ets
27spec/03.types/References_Types/3.8.12.Nullish_Types/nullable-function-result_2.ets
28spec/03.types/References_Types/3.8.12.Nullish_Types/nullable-method-default-param_2.ets
29spec/03.types/References_Types/3.8.12.Nullish_Types/nullable-method-default-param_8.ets
30spec/03.types/References_Types/3.8.12.Nullish_Types/nullable-method-result_2.ets
31spec/nullables/nullable-member_2.ets
32
33#19663 (Feature: Null safety tests)
34spec/03.types/References_Types/3.8.12.Nullish_Types/nullable-lambda-default-param_0.ets
35spec/03.types/References_Types/3.8.12.Nullish_Types/nullable-lambda-default-param_1.ets
36spec/03.types/References_Types/3.8.12.Nullish_Types/nullable-lambda-default-param_3.ets
37spec/03.types/References_Types/3.8.12.Nullish_Types/nullable-lambda-default-param_4.ets
38spec/03.types/References_Types/3.8.12.Nullish_Types/nullable-lambda-default-param_5.ets
39spec/03.types/References_Types/3.8.12.Nullish_Types/nullable-lambda-default-param_6.ets
40
41### Undefined type
42spec/03.types/References_Types/Type_undefined/define/define-class-member-as-undefined-in-other-class_1.ets
43spec/03.types/References_Types/Type_undefined/undefined-and-array-of-class-and-undefined_10.ets
44spec/03.types/References_Types/Type_undefined/undefined-and-array-of-class-and-undefined_9.ets
45
46#19963
47spec/03.types/References_Types/Type_undefined/array-of-complex-type.ets
48spec/03.types/References_Types/Type_undefined/complex-type.ets
49
50#19936
51spec/03.types/References_Types/Type_undefined/array-of-type_0.ets
52spec/03.types/References_Types/Type_undefined/array-of-type_1.ets
53
54#19961
55spec/03.types/References_Types/Type_undefined/assign/assign-undefined-to-undefined_1.ets
56spec/03.types/References_Types/Type_undefined/assign/assign-undefined-to-untyped_1.ets
57
58#19947
59spec/03.types/References_Types/Type_undefined/array-of-class-and-undefined_4.ets
60
61#19960
62spec/03.types/References_Types/Type_undefined/set-add/add-undefined-to-undefined.ets
63
64#19962
65spec/03.types/References_Types/Type_undefined/undefined-union-array-type_2.ets
66spec/03.types/References_Types/Type_undefined/undefined-union-array-type_3.ets
67
68### tuples
69spec/03.types/References_Types/Tuples_type/tuple_as_rest_param_0.ets
70
71#19931
72spec/03.types/References_Types/Tuples_type/func_tuple_1.ets
73
74#15394
75spec/03.types/References_Types/Tuples_type/tuple_write_6.ets
76
77# Union issues: undefined not supported yet
78spec/03.types/References_Types/unions/union_generics_03.ets
79
80# Union issues: generics + unions not everything supported yet
81spec/03.types/References_Types/unions/union_generics_02.ets
82
83# Union issues: Negative tests
84spec/03.types/References_Types/unions/union_param_n_01.ets
85spec/03.types/References_Types/unions/union_param_n_02.ets
86
87#19952  Feature: Rest Params
88spec/04.Names_Declarations_and_Scopes/4.8.Function_Declarations/4.8.5.Rest_Parameter/RestParamsTest_PassInterfaceArgs.ets
89spec/04.Names_Declarations_and_Scopes/4.8.Function_Declarations/4.8.5.Rest_Parameter/RestParamsTest_PassLambdas_0.ets
90spec/04.Names_Declarations_and_Scopes/4.8.Function_Declarations/4.8.5.Rest_Parameter/RestParamsTest_PassLambdas_1.ets
91
92#23815
93spec/05.Generics/5.6.Utility_Types/5.6.1.Partial_Utility_Type/partial_utility_type_0001.ets
94spec/05.Generics/5.6.Utility_Types/5.6.1.Partial_Utility_Type/partial_utility_type_0002.ets
95spec/05.Generics/5.6.Utility_Types/5.6.1.Partial_Utility_Type/partial_utility_type_0003.ets
96spec/05.Generics/5.6.Utility_Types/5.6.1.Partial_Utility_Type/partial_utility_type_0004.ets
97spec/05.Generics/5.6.Utility_Types/5.6.1.Partial_Utility_Type/partial_utility_type_0005.ets
98spec/05.Generics/5.6.Utility_Types/5.6.1.Partial_Utility_Type/partial_utility_type_0006.ets
99spec/05.Generics/5.6.Utility_Types/5.6.1.Partial_Utility_Type/partial_utility_type_0007.ets
100spec/05.Generics/5.6.Utility_Types/5.6.1.Partial_Utility_Type/partial_utility_type_0008.ets
101spec/05.Generics/5.6.Utility_Types/5.6.1.Partial_Utility_Type/partial_utility_type_0009.ets
102spec/05.Generics/5.6.Utility_Types/5.6.1.Partial_Utility_Type/partial_utility_type_0010.ets
103spec/05.Generics/5.6.Utility_Types/5.6.1.Partial_Utility_Type/partial_utility_type_0011.ets
104
105#16696
106spec/05.Generics/genericTypeArgumentWithDefaultParameterValue_07_04.ets
107spec/05.Generics/genericTypeArgumentWithDefaultParameterValue_08_00.ets
108spec/05.Generics/genericTypeArgumentWithDefaultParameterValue_08_01.ets
109spec/05.Generics/genericTypeArgumentWithDefaultParameterValue_08_02.ets
110spec/05.Generics/issue15089_05.ets
111spec/05.Generics/issue15089_06.ets
112spec/05.Generics/issue15089_08.ets
113
114#22831
115spec/05.Generics/function_as_type_generic_0010.ets
116spec/05.Generics/function_as_type_generic_0020.ets
117spec/05.Generics/function_as_type_generic_0030.ets
118
119#20687
120spec/05.Generics/tuple_as_generic_args_0030.ets
121
122#19932 (object-literals)
123spec/07.expressions/7.5.Object_Literal/issue14687.ets
124
125### Negative tests
126spec/07.expressions/7.19.Nullish-Coalescing_Expressions/issue14609_01.ets
127
128#16535
129spec/07.expressions/7.19.Nullish-Coalescing_Expressions/issue14609_02.ets
130
131#23719 lambda issues
132spec/07.expressions/7.32.Lambda_Expressions/callMethodFromAsyncLambda1.ets
133
134#19964 lambda issues
135spec/07.expressions/7.32.Lambda_Expressions/callRegularLambdaWithAsyncOverload.ets
136
137#23445 lambda issues
138spec/07.expressions/7.32.Lambda_Expressions/issue15579_0.ets
139spec/07.expressions/7.32.Lambda_Expressions/issue15579_1.ets
140spec/07.expressions/7.32.Lambda_Expressions/issue15579_2.ets
141spec/07.expressions/7.32.Lambda_Expressions/issue15579_3.ets
142spec/07.expressions/7.32.Lambda_Expressions/issue15579_4.ets
143
144### Negative tests lambda issues
145spec/07.expressions/7.32.Lambda_Expressions/incorrectVariableDeclaration.ets
146
147#19958 lambda issues
148spec/07.expressions/7.32.Lambda_Expressions/propertyLookupWithTypeAlias_01.ets
149spec/07.expressions/7.32.Lambda_Expressions/propertyLookupWithTypeAlias_02.ets
150spec/07.expressions/7.32.Lambda_Expressions/propertyLookupWithTypeAlias_03.ets
151
152#24349 (accessors)
153spec/09.classes/Accessor_Declarations/issue-15142_7.ets
154spec/09.classes/Accessor_Declarations/issue-15142_8.ets
155
156#19722 (accessors)
157spec/09.classes/Accessor_Declarations/issue-15142_5.ets
158
159#23815 (Class constructor inheritance)
160spec/09.classes/constructor-inheritance/issue14720_2.ets
161
162#19811
163spec/09.classes/constructor-inheritance/issue14720_6.ets
164
165#24361
166spec/09.classes/constructor-inheritance/issue14720_4.ets
167spec/09.classes/constructor-inheritance/issue14720_5.ets
168
169#21176
170spec/09.classes/9.5.Field_Declaration/class_with_optional_attributes_0006.ets
171
17219725
173spec/09.classes/9.6.Method_Declarations/Issue-14273_3.ets
174
175### Negative tests (Interfaces overriding issues)
176spec/09.classes/9.6.Method_Declarations/10.Overriding_by_Instance_Methods/interface_overriding_02.ets
177spec/09.classes/9.6.Method_Declarations/10.Overriding_by_Instance_Methods/interface_overriding_03.ets
178spec/09.classes/9.6.Method_Declarations/10.Overriding_by_Instance_Methods/interface_overriding_04.ets
179
180#16622
181spec/09.classes/9.6.Method_Declarations/10.Overriding_by_Instance_Methods/interfaces_overriding/override_static_instance_0011.ets
182
183#19728 (Overriding issues)
184spec/09.classes/9.6.Method_Declarations/10.Overriding_by_Instance_Methods/override_optional_param_01_05.ets
185
186#19727
187spec/10.Interfaces/Interface_Methods_Declarations/method_overload1.ets
188spec/10.Interfaces/Interface_Methods_Declarations/method_overload2.ets
189spec/10.Interfaces/Interface_Methods_Declarations/method_overload3.ets
190spec/10.Interfaces/Interface_Methods_Declarations/method_overload4.ets
191spec/10.Interfaces/Interface_Methods_Declarations/method_overload6.ets
192spec/10.Interfaces/Interface_Methods_Declarations/method_overload7.ets
193spec/10.Interfaces/method_overload1.ets
194spec/10.Interfaces/method_overload2.ets
195spec/10.Interfaces/method_overload3.ets
196spec/10.Interfaces/method_overload4.ets
197spec/10.Interfaces/method_overload6.ets
198spec/10.Interfaces/method_overload7.ets
199
200#19954 enum issue
201spec/11.Enumerations/enumCallToStringFromAsyncLambda.ets
202
203#22825 enum issue
204spec/11.Enumerations/enum_const_expr_01_01.ets
205spec/11.Enumerations/enum_const_expr_01_02.ets
206spec/11.Enumerations/enum_const_expr_01_03.ets
207spec/11.Enumerations/enum_const_expr_01_04.ets
208spec/11.Enumerations/enum_const_expr_01_05.ets
209spec/11.Enumerations/enum_const_expr_01_06.ets
210spec/11.Enumerations/enum_const_expr_02_01.ets
211spec/11.Enumerations/enum_const_expr_02_02.ets
212spec/11.Enumerations/enum_const_expr_02_03.ets
213regression/14654_0.ets
214
215
216### cannot create runtime (compound tests not supported) (Import-export)
217spec/13.Compilation_Units_Packages_and_Modules/03.import_directives/05.default_import_binding/default_import_binding.ets
218
219#22167 (Import-export)
220spec/13.Compilation_Units_Packages_and_Modules/03.import_directives/06.import_path/import_path_02.ets
221
222#19935 (Import-export)
223spec/13.Compilation_Units_Packages_and_Modules/03.import_directives/06.import_path/import_path_03.ets
224spec/13.Compilation_Units_Packages_and_Modules/03.import_directives/non_linux_path_separators.ets
225
226# 19934 (Import-export)
227spec/13.Compilation_Units_Packages_and_Modules/03.import_directives/t_isnt_exported_but_func_takes_t_as_param_exported.ets
228
229#19712 (Import-export)
230spec/13.Compilation_Units_Packages_and_Modules/03.import_directives/t_is_proxed_through_chain_of_files.ets
231spec/13.Compilation_Units_Packages_and_Modules/03.import_directives/t_is_proxed_through_chain_of_files_2.ets
232
233#19967 (Import-export)
234spec/13.Compilation_Units_Packages_and_Modules/03.import_directives/05.default_import_binding/default_import_binding.ets
235spec/13.Compilation_Units_Packages_and_Modules/03.import_directives/06.import_path/import_path_01.ets
236spec/13.Compilation_Units_Packages_and_Modules/03.import_directives/t_isnt_exported_but_func_takes_t_as_return_value_exported.ets
237spec/13.Compilation_Units_Packages_and_Modules/03.import_directives/t_isnt_exported_but_subtype_of_t_exported.ets
238spec/13.Compilation_Units_Packages_and_Modules/03.import_directives/t_isnt_exported_but_var_of_t_exported.ets
239spec/13.Compilation_Units_Packages_and_Modules/06.Export_Directives/03.re-export_directives/re-export_directive_02.ets
240spec/13.Compilation_Units_Packages_and_Modules/06.Export_Directives/03.re-export_directives/re_export_all_2.ets
241spec/13.Compilation_Units_Packages_and_Modules/06.Export_Directives/03.re-export_directives/re_export_directive_04.ets
242
243### Negative tests (Import-export)
244spec/13.Compilation_Units_Packages_and_Modules/03.import_directives/import_unexported_class.ets
245spec/13.Compilation_Units_Packages_and_Modules/06.Export_Directives/01.selective_export_directive/selective_export_directive_02.ets
246
247#19710
248spec/13.Compilation_Units_Packages_and_Modules/06.Export_Directives/02.export_type_directives/export_type_directive_01.ets
249
250#19933 (Import-export)
251spec/13.Compilation_Units_Packages_and_Modules/06.Export_Directives/03.re-export_directives/re-export_directive_01.ets
252
253#19715 (Import-export)
254spec/13.Compilation_Units_Packages_and_Modules/06.Export_Directives/03.re-export_directives/re_export_directive_03.ets
255
256# undefined functionality is not implemented
257spec/15.Semantic_Rules/Compatibility_Features/Extended_Conditional_Expressions/nullish_expr/loop/undefined-expression-loop-while.ets
258
259#19953
260spec/15.Semantic_Rules/Compatibility_Features/Extended_Conditional_Expressions/numeric/expr/numeric-double-object-zero-expression.ets
261spec/15.Semantic_Rules/Compatibility_Features/Extended_Conditional_Expressions/numeric/expr/numeric-short-nonzero-expres
262
263#14040 Annotations not yet implemented
264spec/16.Support_for_GUI_Programming/annotations/annotation_@Builder.ets
265spec/16.Support_for_GUI_Programming/annotations/annotation_@Builder_2.ets
266spec/16.Support_for_GUI_Programming/annotations/annotation_@Component.ets
267spec/16.Support_for_GUI_Programming/annotations/annotation_@Consume.ets
268spec/16.Support_for_GUI_Programming/annotations/annotation_@Entry.ets
269spec/16.Support_for_GUI_Programming/annotations/annotation_@Link.ets
270spec/16.Support_for_GUI_Programming/annotations/annotation_@Link_2.ets
271spec/16.Support_for_GUI_Programming/annotations/annotation_@LocalStorageLink.ets
272spec/16.Support_for_GUI_Programming/annotations/annotation_@ObjectLink.ets
273spec/16.Support_for_GUI_Programming/annotations/annotation_@Observed.ets
274spec/16.Support_for_GUI_Programming/annotations/annotation_@Prop.ets
275spec/16.Support_for_GUI_Programming/annotations/annotation_@Provide.ets
276spec/16.Support_for_GUI_Programming/annotations/annotation_@State.ets
277spec/16.Support_for_GUI_Programming/annotations/annotation_@StorageLink.ets
278spec/16.Support_for_GUI_Programming/annotations/annotation_@Watch.ets
279spec/16.Support_for_GUI_Programming/annotations/annotation_@Watch_2.ets
280
281#19966 Feature: Callable classes
282spec/16.Support_for_GUI_Programming/callable-classes/type-call-instantiate_7.ets
283
284#14040  ArkUI struct: Annotations not yet implemented
285spec/16.Support_for_GUI_Programming/struct-type/anno/test-builder-func_0.ets
286spec/16.Support_for_GUI_Programming/struct-type/anno/test-builder-func_1.ets
287spec/16.Support_for_GUI_Programming/struct-type/anno/test-struct-builder-param.ets
288spec/16.Support_for_GUI_Programming/struct-type/anno/test-struct-component.ets
289spec/16.Support_for_GUI_Programming/struct-type/anno/test-struct-entry.ets
290spec/16.Support_for_GUI_Programming/struct-type/anno/test-struct-field-consume.ets
291spec/16.Support_for_GUI_Programming/struct-type/anno/test-struct-field-link.ets
292spec/16.Support_for_GUI_Programming/struct-type/anno/test-struct-field-local-storage-link.ets
293spec/16.Support_for_GUI_Programming/struct-type/anno/test-struct-field-local-storage-prop.ets
294spec/16.Support_for_GUI_Programming/struct-type/anno/test-struct-field-prop.ets
295spec/16.Support_for_GUI_Programming/struct-type/anno/test-struct-field-provide.ets
296spec/16.Support_for_GUI_Programming/struct-type/anno/test-struct-field-state.ets
297spec/16.Support_for_GUI_Programming/struct-type/anno/test-struct-field-watch.ets
298spec/16.Support_for_GUI_Programming/struct-type/builder/test-struct-call-conditional-in-build.ets
299spec/16.Support_for_GUI_Programming/struct-type/builder/test-struct-call-function-in-build_2.ets
300spec/16.Support_for_GUI_Programming/struct-type/builder/test-struct-call-function-in-build_3.ets
301spec/16.Support_for_GUI_Programming/struct-type/test-struct-define-constructor.ets
302spec/16.Support_for_GUI_Programming/struct-type/test-struct-implements-interface.ets
303spec/16.Support_for_GUI_Programming/struct-type/test-struct-invoke_0.ets
304spec/16.Support_for_GUI_Programming/struct-type/test-struct-invoke_1.ets
305spec/16.Support_for_GUI_Programming/struct-type/test-use-struct-as-name_2.ets
306
307### Trailing lambda issues: Valid cases but not supported features
308spec/16.Support_for_GUI_Programming/trailing_lambdas/trailing_only_fn_03_03.ets
309spec/16.Support_for_GUI_Programming/trailing_lambdas/trailing_only_fn_03_04.ets
310
311#19719
312spec/17.Experimental_Features/17.3.Indexable_Types/idx-s01-0030.ets
313spec/17.Experimental_Features/17.3.Indexable_Types/idx-s01-0080.ets
314
315#19716
316spec/17.Experimental_Features/17.3.Indexable_Types/idx-s03-0000.ets
317
318#17149
319spec/17.Experimental_Features/17.9.Default_and_Static_Interface_Methods/17.9.2.Static_Method_Declarations/static_method_0003.ets
320
321### for of is not implemented
322spec/17.Experimental_Features/Iterable_Types/for_of_08.ets
323spec/17.Experimental_Features/Iterable_Types/for_of_09.ets
324spec/17.Experimental_Features/Iterable_Types/for_of_10.ets
325spec/17.Experimental_Features/Iterable_Types/for_of_11.ets
326spec/17.Experimental_Features/Iterable_Types/for-of-s01-array-08.ets
327
328### Type Erasure
329std/containers/BuiltinArrayMapTest.ets
330
331#25264
332std/core/ConsoleArrayTest.ets
333
334#25014
335std/core/ConsoleErrorTest.ets
336std/core/ConsoleAssertTest.ets
337
338#11468
339std/core/std_core_array_forEach_boolean_array_func_boolean.ets
340std/core/std_core_array_forEach_byte_array_func_byte.ets
341std/core/std_core_array_forEach_char_array_func_char.ets
342std/core/std_core_array_forEach_char_array_func_char_int_char_array.ets
343std/core/std_core_array_forEach_double_array_func_double.ets
344std/core/std_core_array_forEach_float_array_func_float.ets
345std/core/std_core_array_forEach_int_array_func_int.ets
346std/core/std_core_array_forEach_long_array_func_long.ets
347std/core/std_core_array_forEach_short_array_func_short.ets
348
349#23988
350std/core/std_core_typedarrays_bignum__BigInt64Array.ets
351
352#23989
353std/core/std_core_typedarrays_bignum__BigUint64Array.ets
354
355#22948 TypeApi produces invalid bytecode
356std/core/TypeCreateClassTest.ets
357std/core/TypeCreateInterfaceTest.ets
358std/core/TypeCreatePrimitiveNameTest.ets
359
360### Negative tests (Import-export)
361spec/import_export/07.export_directives/02.export_type_directives/to_export_negative.ets
362
363### Not-a-test (Import-export)
364spec/import_export/03.import_directives/to_export.ets
365spec/import_export/03.import_directives/05.default_import_binding_additional/default_to_export.ets
366spec/import_export/03.import_directives/06.import_path/to_export.ets
367spec/import_export/06.top-level_declarations/01.exported_declarations/to_export.ets
368spec/import_export/07.export_directives/01.selective_export_directive/to_export.ets
369spec/import_export/07.export_directives/03.re-export_directives/re-export_all.ets
370spec/import_export/07.export_directives/03.re-export_directives/re-export_not_all.ets
371spec/import_export/07.export_directives/03.re-export_directives/to_export.ets
372spec/import_export/07.export_directives/03.re-export_directives/to_export_2.ets
373spec/import_export/07.export_directives/02.export_type_directives/to_export_for_import_type_alias_with_qualified_access.ets
374
375#11544
376std/math/std_math_asin_double.ets
377std/math/std_math_atan2_double_double.ets
378std/math/std_math_cbrt_double.ets
379std/math/std_math_hypot_double_double.ets
380std/math/std_math_imul_float_float.ets
381std/math/std_math_log10_int.ets
382std/math/std_math_mod_double_double.ets
383std/math/std_math_power2_double.ets
384std/math/std_math_power_double_double.ets
385std/math/std_math_rem_double_double.ets
386std/math/std_math_sinh_double.ets
387std/math/std_math_tan_double.ets
388
389#10874
390std/math/std_math_clz64_long.ets
391
392#18766
393spec/partial_type/partialType_main.ets
394
395std/containers/concurrent_hash_map/ConcurrentHashMap_MoreTypeTest.ets
396
397#25053
398std/core/IntlPluralRulesTest.ets
399std/core/dateformat/IntlDateFormatRangeToPartsOptionsTest.ets
400std/core/dateformat/IntlDateFormatToPartsOptionsTest.ets
401