From b8986b0c1cccda90f7607d7c9aa21169819974cc Mon Sep 17 00:00:00 2001 From: guanmingyue Date: Fri, 15 Aug 2025 17:13:46 +0800 Subject: [PATCH] Update kfl 0815 Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICT7NC 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 5b3bad07cc..4e9f4815d1 100644 --- a/test262/ignored-test262-fastverify-qemu-int.txt +++ b/test262/ignored-test262-fastverify-qemu-int.txt @@ -171,3 +171,6 @@ test262/data/test_es2021/built-ins/Array/prototype/reduce/call-with-boolean.js #27389 test262/data/test_es2021/built-ins/GeneratorPrototype/return/try-catch-following-catch.js + +#27689 +test262/data/test_es2021/language/function-code/10.4.3-1-102-s.js -- Gitee