From 0f29dead80b4fd20d3888a06ce8e4db1264bb739 Mon Sep 17 00:00:00 2001 From: Kuchkova Irina Date: Sun, 31 Aug 2025 08:29:35 +0300 Subject: [PATCH] Title: Update kfl lists 20250731 Description: Update kfl lists Issue: #ICVLMX Reason: failed test should be added to kfl list, ignored but passes tests should be removed from ignore list Tests: All required pre-merge test passed Results are available in the ggwatcher Signed-off-by: kuchkova irina --- .../test/test-lists/ets-runtime/ets-runtime-ignored.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ets2panda/test/test-lists/ets-runtime/ets-runtime-ignored.txt b/ets2panda/test/test-lists/ets-runtime/ets-runtime-ignored.txt index 158d14d3d2..17bbb53278 100644 --- a/ets2panda/test/test-lists/ets-runtime/ets-runtime-ignored.txt +++ b/ets2panda/test/test-lists/ets-runtime/ets-runtime-ignored.txt @@ -114,8 +114,6 @@ enumConstExpression.ets local_enum03.ets overload-primitive-and-object.ets finallyTryAbruptedByReturn.ets -Recursive_Parameter_2.ets -Recursive_Parameter_3.ets # No-primitives #24986 [end] @@ -125,8 +123,8 @@ first_match/namespace.ets first_match/namespace2.ets first_match/namespace3.ets -# Issue #28214 -large_number_parse.ets +#29458 +spreadExprInNewExpr.ets # Issue #28914 non_null_number_as_index.ets -- Gitee