From d35e98732ba6e18b364d3b9143efda3f1a2a630b Mon Sep 17 00:00:00 2001 From: Mikhail Kaskov Date: Thu, 4 Apr 2024 00:42:01 +0800 Subject: [PATCH 1/5] Update whitelist for tests DateNow Signed-off-by: Mikhail Kaskov --- component_compilation_whitelist.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index 4b2c0452de..6b638d015b 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -12891,6 +12891,9 @@ "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/GetTime:gen_builtinDateGetTime_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/Now:gen_builtinDateNow_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Entries:gen_builtinMapEntries_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], @@ -27414,6 +27417,9 @@ "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/GetTime:gen_builtinDateGetTime_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/date/Now:gen_builtinDateNow_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Entries:gen_builtinMapEntries_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], -- Gitee From dfea990ec01c22a2ac86b8a411807d33f2b5e5b4 Mon Sep 17 00:00:00 2001 From: Oberman Igor Date: Thu, 11 Apr 2024 16:44:23 +0800 Subject: [PATCH 2/5] Update whitelist for BigInt asIntN/asUintn builtins inlining tests Signed-off-by: Oberman Igor --- component_compilation_whitelist.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index 6b638d015b..61f3d3ce00 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -12882,6 +12882,12 @@ "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/number/Constructor:gen_builtinNumberConstructor_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/bigint/AsIntN:gen_builtinBigIntAsIntN_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/bigint/AsUintN:gen_builtinBigIntAsUintN_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/global/IsFinite:gen_builtinGlobalIsFinite_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], @@ -27408,6 +27414,12 @@ "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/number/Constructor:gen_builtinNumberConstructor_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/bigint/AsIntN:gen_builtinBigIntAsIntN_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/bigint/AsUintN:gen_builtinBigIntAsUintN_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/global/IsFinite:gen_builtinGlobalIsFinite_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], -- Gitee From dfd97984d891b3ce5200f0c00cd6c17d5a4817f3 Mon Sep 17 00:00:00 2001 From: Mikhail Ivanov Date: Mon, 25 Mar 2024 16:31:44 +0300 Subject: [PATCH 3/5] Inline TypedArray.entries/keys/values builtins Signed-off-by: Mikhail Ivanov Change-Id: Ibd8bbadc9b92870db80724a445bcf8af9ebbd9a6 --- component_compilation_whitelist.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index 61f3d3ce00..00debed57a 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -12927,6 +12927,15 @@ "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Values:gen_builtinSetValues_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Entries:gen_builtinTypedArrayEntries_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Keys:gen_builtinTypedArrayKeys_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Values:gen_builtinTypedArrayValues_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], "//arkcompiler/ets_runtime/test/aottest/builtinmath:gen_builtinmath_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], @@ -27459,6 +27468,15 @@ "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Values:gen_builtinSetValues_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Entries:gen_builtinTypedArrayEntries_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Keys:gen_builtinTypedArrayKeys_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Values:gen_builtinTypedArrayValues_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], "//arkcompiler/ets_runtime/test/aottest/builtinmath:gen_builtinmath_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], -- Gitee From 8bc8094cf6d6377f153075ad4c6bd3455e145bfa Mon Sep 17 00:00:00 2001 From: Ishin Pavel Date: Thu, 18 Apr 2024 14:59:58 +0800 Subject: [PATCH 4/5] Add Map.Delete, Set.Delete tests into whitelist Signed-off-by: Ishin Pavel --- component_compilation_whitelist.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index 00debed57a..56f78bb107 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -12918,6 +12918,9 @@ "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Values:gen_builtinMapValues_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Delete:gen_builtinMapDelete_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Entries:gen_builtinSetEntries_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], @@ -12936,6 +12939,9 @@ "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Values:gen_builtinTypedArrayValues_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Delete:gen_builtinSetDelete_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], "//arkcompiler/ets_runtime/test/aottest/builtinmath:gen_builtinmath_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], @@ -27459,6 +27465,9 @@ "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Values:gen_builtinMapValues_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Delete:gen_builtinMapDelete_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Entries:gen_builtinSetEntries_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], @@ -27477,6 +27486,9 @@ "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/typedarray/Values:gen_builtinTypedArrayValues_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/set/Delete:gen_builtinSetDelete_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], "//arkcompiler/ets_runtime/test/aottest/builtinmath:gen_builtinmath_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], -- Gitee From f95568c3ac6f681e5514dc2cf5b480d2b772ee93 Mon Sep 17 00:00:00 2001 From: Chernykh Sergey Date: Thu, 18 Apr 2024 20:02:09 +0800 Subject: [PATCH 5/5] Add bigint test to whitelist Signed-off-by: Chernykh Sergey --- component_compilation_whitelist.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index 56f78bb107..a6a5b18f60 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -12888,6 +12888,9 @@ "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/bigint/AsUintN:gen_builtinBigIntAsUintN_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/bigint/Constructor:gen_builtinBigIntConstructor_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/global/IsFinite:gen_builtinGlobalIsFinite_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], @@ -27435,6 +27438,9 @@ "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/bigint/AsUintN:gen_builtinBigIntAsUintN_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], + "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/bigint/Constructor:gen_builtinBigIntConstructor_abc": [ + "//arkcompiler/ets_frontend/es2panda:es2panda" + ], "//arkcompiler/ets_runtime/test/aottest/builtin_inlining/global/IsFinite:gen_builtinGlobalIsFinite_abc": [ "//arkcompiler/ets_frontend/es2panda:es2panda" ], -- Gitee