From 9c87bc735a8d0df26f56cf0ae43d8cd36252e00c Mon Sep 17 00:00:00 2001 From: cllvly Date: Tue, 10 Jun 2025 09:37:31 +0800 Subject: [PATCH] Update Kfl 0609 Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICDV7C Signed-off-by: chenlong --- test/workload/ignored-third_lib_js-release-x64-jit.txt | 3 +++ test262/ignored-test262-cmc-gc-fastverify-qemu-int.txt | 1 + test262/ignored-test262-other-cmc-gc-fastverify-x64-int.txt | 4 ++++ 3 files changed, 8 insertions(+) create mode 100644 test262/ignored-test262-other-cmc-gc-fastverify-x64-int.txt diff --git a/test/workload/ignored-third_lib_js-release-x64-jit.txt b/test/workload/ignored-third_lib_js-release-x64-jit.txt index 63994fd7dd..8e46369b43 100644 --- a/test/workload/ignored-third_lib_js-release-x64-jit.txt +++ b/test/workload/ignored-third_lib_js-release-x64-jit.txt @@ -1,3 +1,6 @@ # Known failures list for third_lib_js - release-x64-jit #19623 rebound_test + +#23235 +pdfview_test diff --git a/test262/ignored-test262-cmc-gc-fastverify-qemu-int.txt b/test262/ignored-test262-cmc-gc-fastverify-qemu-int.txt index 5e1d0f139b..436f9331f2 100644 --- a/test262/ignored-test262-cmc-gc-fastverify-qemu-int.txt +++ b/test262/ignored-test262-cmc-gc-fastverify-qemu-int.txt @@ -2,3 +2,4 @@ #26315 test262/data/test_es2021/intl402/supportedLocalesOf-unicode-extensions-ignored.js +test262/data/test_es2021/intl402/supportedLocalesOf-consistent-with-resolvedOptions.js diff --git a/test262/ignored-test262-other-cmc-gc-fastverify-x64-int.txt b/test262/ignored-test262-other-cmc-gc-fastverify-x64-int.txt new file mode 100644 index 0000000000..6c816946ae --- /dev/null +++ b/test262/ignored-test262-other-cmc-gc-fastverify-x64-int.txt @@ -0,0 +1,4 @@ +# Known failure list for test262 -other -cmc-gc-fastverify-x64-int + +#25907 +test262/data/other_tests/built-ins/RegExp/property-escapes/generated/Script_Extensions_-Pau_Cin_Hau.js \ No newline at end of file -- Gitee