From ddc0de3ea6309b1727a8a146098f7c0310681eb2 Mon Sep 17 00:00:00 2001 From: guanmingyue Date: Wed, 16 Jul 2025 18:32:00 +0800 Subject: [PATCH] Update kfl 0716 Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICMSEN Signed-off-by: guanmingyue --- test262/ignored-test262-fastverify-qemu-int.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test262/ignored-test262-fastverify-qemu-int.txt b/test262/ignored-test262-fastverify-qemu-int.txt index b1ba6cf9a7..fb61f536e8 100644 --- a/test262/ignored-test262-fastverify-qemu-int.txt +++ b/test262/ignored-test262-fastverify-qemu-int.txt @@ -165,3 +165,6 @@ test262/data/test_es2021/intl402/DisplayNames/options-style-toString-abrupt-thro #25907 test262/data/test_es2021/built-ins/Object/create/15.2.3.5-4-194.js + +#27389 +test262/data/test_es2021/built-ins/Array/prototype/reduce/call-with-boolean.js -- Gitee