From a1d9f921025578171916a69d14e214b8c4bad1b5 Mon Sep 17 00:00:00 2001 From: cllvly Date: Fri, 6 Jun 2025 16:53:10 +0800 Subject: [PATCH] Add UT with cmc-gc Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICD2FX Signed-off-by: chenlong --- ...ignored-app_workload-cmc-gc-fastverify-qemu-int.txt | 4 ++++ .../ignored-jsperf-cmc-gc-release-qemu-int.txt | 5 +++++ ...gnored-third_lib_js-cmc-gc-fastverify-arm64-int.txt | 10 ++++++++++ ...ored-weekly_workload-cmc-gc-fastverify-qemu-int.txt | 8 ++++++++ test262/ignored-test262-cmc-gc-fastverify-qemu-int.txt | 4 ++++ 5 files changed, 31 insertions(+) create mode 100644 test/workload/ignored-app_workload-cmc-gc-fastverify-qemu-int.txt create mode 100644 test/workload/ignored-jsperf-cmc-gc-release-qemu-int.txt create mode 100644 test/workload/ignored-third_lib_js-cmc-gc-fastverify-arm64-int.txt create mode 100644 test/workload/ignored-weekly_workload-cmc-gc-fastverify-qemu-int.txt create mode 100644 test262/ignored-test262-cmc-gc-fastverify-qemu-int.txt 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 new file mode 100644 index 0000000000..1ca281cb46 --- /dev/null +++ b/test/workload/ignored-app_workload-cmc-gc-fastverify-qemu-int.txt @@ -0,0 +1,4 @@ +# 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 new file mode 100644 index 0000000000..4086047402 --- /dev/null +++ b/test/workload/ignored-jsperf-cmc-gc-release-qemu-int.txt @@ -0,0 +1,5 @@ +# 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 new file mode 100644 index 0000000000..691283e3cb --- /dev/null +++ b/test/workload/ignored-third_lib_js-cmc-gc-fastverify-arm64-int.txt @@ -0,0 +1,10 @@ +# Known failures list for third_lib_js-cmc-gc-fastverify-arm64-int + +#26315 +jBox2d_test +jsDiff_test +crypto-js_test +brotli_test +memory-cache_test +mathjs_test +lodash_test \ No newline at end of file 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 new file mode 100644 index 0000000000..d736b82390 --- /dev/null +++ b/test/workload/ignored-weekly_workload-cmc-gc-fastverify-qemu-int.txt @@ -0,0 +1,8 @@ +# Known failures list for weekly workload - cmc-gc-fastverify-qemu-int + +#26315 +fastarepeat +float-mm +typescript-compiler +wsl +json-parse-inspector diff --git a/test262/ignored-test262-cmc-gc-fastverify-qemu-int.txt b/test262/ignored-test262-cmc-gc-fastverify-qemu-int.txt new file mode 100644 index 0000000000..5e1d0f139b --- /dev/null +++ b/test262/ignored-test262-cmc-gc-fastverify-qemu-int.txt @@ -0,0 +1,4 @@ +# Known failure list for test262 - cmc-gc-fastverify-qemu-int + +#26315 +test262/data/test_es2021/intl402/supportedLocalesOf-unicode-extensions-ignored.js -- Gitee