From f1d0c284ded2d6e3b4278fcc17bdf8801dc7a5b5 Mon Sep 17 00:00:00 2001 From: Rokashevich Svetlana Date: Wed, 18 Jun 2025 23:24:34 +0800 Subject: [PATCH] Enable test Signed-off-by: Rokashevich Svetlana Change-Id: Ia474d51aabf56c785c18854e2b92e96de034e161 --- .../tests/test-lists/ets-cts/ets-cts-ignored-JIT-REPEATS.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 af53ce5513..722ecc3712 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 @@ -25,7 +25,7 @@ 05.generics/03.utility_types/03.readonly_utility_type/readonly_type_of_union_4.ets 05.generics/03.utility_types/03.readonly_utility_type/readonly_type_of_union_6.ets 05.generics/03.utility_types/03.readonly_utility_type/readonly_type_2.ets -05.generics/03.utility_types/03.readonly_utility_type/readonly_type_6.ets +05.generics/03.utility_types/03.readonly_utility_type/readonly_type_6.ets #25658 05.generics/03.utility_types/03.readonly_utility_type/readonly_type_0.ets @@ -39,9 +39,6 @@ #24200 test behavior need to corrected for JIT mode. 13.compilation_units/06.compilation_unit_initialization/package/init_once/test.ets -#26027 -17.experimental_features/03.array_creation_expressions/01.runtime_evaluation_of_array_creation_expressions/expr_5.ets - #24004 ASSERTION FAILED: ic != nullptr 17.experimental_features/15.coroutines/create_and_launch_coroutine/c_meth_0.ets 17.experimental_features/15.coroutines/create_and_launch_coroutine/c_meth_18.ets -- Gitee