From 4f608c7e71f5c7a451a0a1bcac951ce3c63424be Mon Sep 17 00:00:00 2001 From: Hetman Sofya Date: Fri, 12 Sep 2025 20:46:56 +0300 Subject: [PATCH] Update kfl list 2025-09-12 Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICXSXO Testing: All required pre-merge tests passed. Results are available in GGW. Signed-off-by: Sofya Hetman --- .../ets-cts/ets-cts-ignored-JIT-REPEATS.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-JIT-REPEATS.txt b/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-JIT-REPEATS.txt index ce76195f64..cd7d6bef2e 100644 --- a/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-JIT-REPEATS.txt +++ b/static_core/plugins/ets/tests/test-lists/ets-cts/ets-cts-ignored-JIT-REPEATS.txt @@ -34,9 +34,18 @@ #27987 09.classes/02.class_extension_clause/class_superclass_non_private/class_no_pri29.ets +#29991 +09.classes/07.method_declarations/method_declaration_with_existed_name_3.ets + #26038 10.interfaces/06.interface_inheritance/multiple_interface/abstract_method_same_name/abstract_method_15.ets +#29990 +10.interfaces/06.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_12.ets + +#29989 +10.interfaces/06.interface_inheritance/multi_layer_interface/complex_inheritance/complex_inheritance_22.ets + #25252 16.concurrency/03.asynchronous_api/01.async_functions/afunc_29.ets @@ -96,4 +105,4 @@ 16.concurrency/03.asynchronous_api/03.async_methods/async_method24.ets 16.concurrency/03.asynchronous_api/03.async_methods/async_method25.ets 16.concurrency/03.asynchronous_api/03.async_methods/async_method29.ets -16.concurrency/03.asynchronous_api/03.async_methods/async_method30.ets +16.concurrency/03.asynchronous_api/03.async_methods/async_method30.ets \ No newline at end of file -- Gitee