From 79484b3137d8ed209abffbfaea4edf5455f143ed Mon Sep 17 00:00:00 2001 From: cllvly Date: Fri, 6 Jun 2025 10:51:26 +0800 Subject: [PATCH] Add UT with cmc-gc Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICD2FX Signed-off-by: chenlong --- test/workload/ignored-jsperf-cmc-gc-release-qemu-int.txt | 4 ++++ .../ignored-third_lib_js-cmc-gc-fastverify-arm64-int.txt | 5 +++++ ...ignored-weekly_workload-cmc-gc-fastverify-qemu-int.txt | 8 ++++++++ test262/ignored-test262-cmc-gc-fastverify-qemu-int.txt | 4 ++++ 4 files changed, 21 insertions(+) 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-jsperf-cmc-gc-release-qemu-int.txt b/test/workload/ignored-jsperf-cmc-gc-release-qemu-int.txt new file mode 100644 index 0000000000..3f3757e108 --- /dev/null +++ b/test/workload/ignored-jsperf-cmc-gc-release-qemu-int.txt @@ -0,0 +1,4 @@ +# Known failures list for jsperf - cmc-gc-release-qemu-int + +#26315 +Math_abs 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..e4c9f1f0b6 --- /dev/null +++ b/test/workload/ignored-third_lib_js-cmc-gc-fastverify-arm64-int.txt @@ -0,0 +1,5 @@ +# Known failures list for third_lib_js-cmc-gc-fastverify-arm64-int + +#26315 +jBox2d_test +jsDiff_test 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..eb895d24de --- /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..6f3041ed78 --- /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/test262_es2021/intl402/supportedLocalsOf_unicode-extensions-ignored.js -- Gitee