From cd1cb5e1db7cb48835687389482e5079737d0069 Mon Sep 17 00:00:00 2001 From: Rokashevich Svetlana Date: Wed, 18 Jun 2025 19:35:27 +0800 Subject: [PATCH] Enable lambda benchmark Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICG63C Signed-off-by: Rokashevich Svetlana Change-Id: Ib917112fb0eb395553db21f58e5a8d283457cf43 --- .../test-lists/ets-func-tests/ets-func-tests-ignored.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static_core/plugins/ets/tests/test-lists/ets-func-tests/ets-func-tests-ignored.txt b/static_core/plugins/ets/tests/test-lists/ets-func-tests/ets-func-tests-ignored.txt index b8fffa3593..63dbda9818 100644 --- a/static_core/plugins/ets/tests/test-lists/ets-func-tests/ets-func-tests-ignored.txt +++ b/static_core/plugins/ets/tests/test-lists/ets-func-tests/ets-func-tests-ignored.txt @@ -1,9 +1,6 @@ #24352 algorithms/SampleAppTest.ets -#24357 Koala related issues -koala-related-benchmarks/benchmark-lambda-no-lambda-original.ets - #24358 Koala related issues koala-related-benchmarks/arkts-phase1.ets @@ -489,7 +486,7 @@ spec/17.Experimental_Features/Iterable_Types/for-of-s01-array-03.ets std/core/NumberTest.ets # 9. -# other fails +# other fails escompat/JsonStringifyTest.ets escompat/escompat_BigInt_instance_BigInt_toString_011.ets spec/03.types/References_Types/Bigint/bigint-arithmetic-comparison-11.ets -- Gitee