From 17b2fa368dfb0382349fae0f7220956bea2dca63 Mon Sep 17 00:00:00 2001 From: 18157154025 Date: Mon, 23 Jun 2025 17:24:13 +0800 Subject: [PATCH] Unshielded use cases Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICH6TS?from=project-issue Signed-off-by: 18157154025 Change-Id: I806547e8a454e9ee3ec471caada7c62b3047b9b7 --- .../ignored-app_workload-cmc-gc-fastverify-qemu-int.txt | 1 - test/workload/ignored-jsperf-cmc-gc-release-qemu-int.txt | 2 -- .../ignored-third_lib_js-cmc-gc-fastverify-arm64-int.txt | 7 ++----- .../ignored-weekly_workload-cmc-gc-fastverify-qemu-int.txt | 4 +--- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/test/workload/ignored-app_workload-cmc-gc-fastverify-qemu-int.txt b/test/workload/ignored-app_workload-cmc-gc-fastverify-qemu-int.txt index 1ca281cb46..9994f0e3a4 100644 --- a/test/workload/ignored-app_workload-cmc-gc-fastverify-qemu-int.txt +++ b/test/workload/ignored-app_workload-cmc-gc-fastverify-qemu-int.txt @@ -1,4 +1,3 @@ # Known failures list for app_workload-cmc-gc-fastverify-qemu-int #26315 -shimo diff --git a/test/workload/ignored-jsperf-cmc-gc-release-qemu-int.txt b/test/workload/ignored-jsperf-cmc-gc-release-qemu-int.txt index 4086047402..1886f6b8cb 100644 --- a/test/workload/ignored-jsperf-cmc-gc-release-qemu-int.txt +++ b/test/workload/ignored-jsperf-cmc-gc-release-qemu-int.txt @@ -1,5 +1,3 @@ # Known failures list for jsperf - cmc-gc-release-qemu-int #26315 -Math_abs -TypedArray_toString diff --git a/test/workload/ignored-third_lib_js-cmc-gc-fastverify-arm64-int.txt b/test/workload/ignored-third_lib_js-cmc-gc-fastverify-arm64-int.txt index 6653de140e..659263de78 100644 --- a/test/workload/ignored-third_lib_js-cmc-gc-fastverify-arm64-int.txt +++ b/test/workload/ignored-third_lib_js-cmc-gc-fastverify-arm64-int.txt @@ -4,13 +4,10 @@ jBox2d_test jsDiff_test crypto-js_test -brotli_test memory-cache_test -mathjs_test -lodash_test #24985 -qrcodegen_test + #18745 -json-stringify-inspector + diff --git a/test/workload/ignored-weekly_workload-cmc-gc-fastverify-qemu-int.txt b/test/workload/ignored-weekly_workload-cmc-gc-fastverify-qemu-int.txt index 09c6ed869d..c99362e5b2 100644 --- a/test/workload/ignored-weekly_workload-cmc-gc-fastverify-qemu-int.txt +++ b/test/workload/ignored-weekly_workload-cmc-gc-fastverify-qemu-int.txt @@ -1,11 +1,9 @@ # Known failures list for weekly workload - cmc-gc-fastverify-qemu-int #26315 -fastarepeat +json-parse-inspector float-mm -typescript-compiler wsl -json-parse-inspector #18740 splay -- Gitee