Commit Graph

13814 Commits

Author SHA1 Message Date
openharmony_ci
45f888b88e
!9554 Fix lazy import shadows dynamic import
Merge pull request !9554 from yaochaonan/lazy
2024-09-28 01:03:07 +00:00
openharmony_ci
f4de2af31c
!9553 Optimize test cases
Merge pull request !9553 from hlm2001/hlm_0926_br
2024-09-28 00:55:46 +00:00
openharmony_ci
4c7021e6b0
!9505 修复weakmap类型解析失败的问题
Merge pull request !9505 from qibao/master
2024-09-28 00:52:56 +00:00
openharmony_ci
9967cc94a8
!8609 Fix regress test
Merge pull request !8609 from 刘智杰/regress_test
2024-09-28 00:50:13 +00:00
openharmony_ci
afe027a27d
!9510 add asmbirdge for AsmInterpreterEntry to call IR
Merge pull request !9510 from wpy111/master
2024-09-26 21:12:49 +00:00
openharmony_ci
aa846aea0b
!9513 Fix warning of js_api_bitvector
Merge pull request !9513 from YuliCheng/waringfix
2024-09-26 21:10:32 +00:00
openharmony_ci
a6d45b76af
!9379 Add dependedcy for the aottest command
Merge pull request !9379 from 志新/test262_other
2024-09-26 21:08:13 +00:00
openharmony_ci
6376e4ae38
!9519 Optimize String.replaceAll with ecma string concat
Merge pull request !9519 from chenjingxiang/optimize_string_replaceall_br
2024-09-26 12:17:57 +00:00
openharmony_ci
1ab61a2bd1
!9351 [regresstests]: Add --disable-force-gc option
Merge pull request !9351 from shirunova_viktoria/regress/add-disable-force-gc
2024-09-26 12:12:24 +00:00
openharmony_ci
2916db6c10
!9520 修复taskpool触发GC频繁的问题
Merge pull request !9520 from lvninglei/master
2024-09-26 12:08:34 +00:00
openharmony_ci
2644a4cc75
!9508 add js_stackinfo_test.cpp testcase
Merge pull request !9508 from duning/master
2024-09-26 11:59:50 +00:00
openharmony_ci
b6cb6139e9
!9466 Revert "temporarily add log for non ecma object error"
Merge pull request !9466 from Lasting/revert/5806
2024-09-26 11:52:45 +00:00
openharmony_ci
3a9f89f523
!9500 Rectify security alarms
Merge pull request !9500 from hlm2001/hlm_kexin0923_br
2024-09-26 11:45:07 +00:00
openharmony_ci
37fd2f5c03
!9514 修复短路求值修改错误
Merge pull request !9514 from zhangyinlu/profiler_stub_fix
2024-09-26 11:42:01 +00:00
openharmony_ci
ef341339c2
!9484 Bugfix of HotReload for ability restarted
Merge pull request !9484 from yangxiaoshuai2022/hotreload
2024-09-26 11:39:13 +00:00
openharmony_ci
c378e4d288
!9456 Add GC UT for idle_gc_trigger
Merge pull request !9456 from Sandee/ut_20240921
2024-09-26 11:37:16 +00:00
openharmony_ci
32fca92968
!9521 hoist the condition in FindLastRawData
Merge pull request !9521 from zhouguangyuan0718/master-indexof
2024-09-26 11:34:03 +00:00
openharmony_ci
9b2af35719
!9518 fix testcases xml
Merge pull request !9518 from zhouguangyuan0718/master-test
2024-09-26 11:32:22 +00:00
openharmony_ci
690dd133b8
!9507 delay the scope to the slow path
Merge pull request !9507 from zhouguangyuan0718/master-builtinsnumber
2024-09-26 11:20:15 +00:00
wupengyong
f45fa6169c Reason:add birdge AsmInterpreterEntry call ir
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAT9KF?from=project-issue
Test: Build & Boot devices

Signed-off-by: wupengyong <wupengyong@huawei.com>
Change-Id: I6b8368c6c0aca6e62b3b7b3000915804686a7e98
2024-09-26 17:22:55 +08:00
yaochaonan
958f45120e Fix lazy import shadows dynamic import
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IATV4V?from=project-issue

Signed-off-by: yaochaonan <yaochaonan@huawei.com>
Change-Id: I9d0a2a702c8c5ca65ee932d476242e2b59fd6914
2024-09-26 17:20:22 +08:00
刘智杰
a3e553891a Fix regress test
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAJ0YZ?from=project-issue
Signed-off-by: 刘智杰 <liuzhijie9@huawei.com>
Change-Id: I6118689f0c766c5adfd855981adec895ad879292
2024-09-26 15:32:41 +08:00
hlm2001
faa6a411bb Optimize test cases
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IATUY3

Signed-off-by: hlm2001 <huanglimin10@huawei.com>
2024-09-26 15:19:30 +08:00
l00483465
763cad1b11 Fix weakmap decode failed when do raw heap dump
Fix weakmap decode failed when do raw heap dump

Issue:           https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAT8A6?from=project-issue
Signed-off-by: l00483465 <laiqishengbao@huawei.com>
2024-09-26 10:07:07 +08:00
lvninglei
bb1423a229 Fix bug of taskpool trigger GC frequently
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IATEJJ

Signed-off-by: lvninglei <lvninglei@huawei.com>
Change-Id: Iea1b0e02043d6dae59d959e62a8064114e078510
2024-09-25 21:24:11 +08:00
chenjx-huawei
8158895685 Optimize String.replaceAll with concat
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IATECS

Signed-off-by: chenjx-huawei <chenjingxiang1@huawei.com>
Change-Id: Id44b2d496f142743d604716483cedc5c406ed01e
2024-09-25 18:04:25 +08:00
YuliCheng
fea2efd477 Fix warning of js_api_bitvector
Issue:   https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IATA6X
Signed-off-by: yulicheng <chengyuli1@huawei.com>
2024-09-25 16:33:16 +08:00
duning
42970e5551 add js_stackinfo_test.cpp testcase
add js_stackinfo_test.cpp testcase

Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAT04R

Signed-off-by: duning <duning6@h-partners.com>
Change-Id: I84b2dc1d89b4ef64c2261e89d2561f696d83a6ad
2024-09-25 13:38:46 +08:00
openharmony_ci
fd401c22e5
!9511 Fix cocurrent mark trigger problem in cold start
Merge pull request !9511 from xiongluo/mark_trigger_fix_cold
2024-09-25 03:54:08 +00:00
openharmony_ci
22bc2d5dc1
!9331 cpu profiler可用性修改
Merge pull request !9331 from transparent123123/tzr_cpu2
2024-09-25 03:48:18 +00:00
openharmony_ci
f42c783763
!9494 modify heapdump ide do not fork
Merge pull request !9494 from zhanheng/fix_idmap
2024-09-25 03:41:09 +00:00
openharmony_ci
db05f9e94a
!9133 UT模块化覆盖part5
Merge pull request !9133 from 杨云飞/master
2024-09-25 03:37:36 +00:00
openharmony_ci
20b038329c
!9493 FIX FUZZ CASE
Merge pull request !9493 from 王笑佳/master
2024-09-25 03:33:16 +00:00
openharmony_ci
5445f62ca9
!9374 Support normalize mode using two level alias
Merge pull request !9374 from chenlincl3/twoAlias
2024-09-25 03:31:26 +00:00
openharmony_ci
58fcde3742
!9446 Check pos
Merge pull request !9446 from yaochaonan/sync
2024-09-24 16:56:53 +00:00
Viktoria Shirunova
bb9b7a5b7a [regresstests]Add disable-force-gc opt
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IARNT9

Testing: All required pre-merge tests passed. Results are available in the ggwatcher.

Signed-off-by: Viktoria Shirunova <shirunova.viktoria@huawei.com>
Change-Id: I9a4fd1a85df0663859f8964b1b788959f4053e26
2024-09-24 18:34:02 +03:00
zhouguangyuan
33eebac202 hoist the condition in FindLastRawData
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IATELU
Signed-off-by: ZhouGuangyuan <zhouguangyuan1@huawei.com>
Change-Id: I6832989495a438ebad716557c64f1816da001be6
2024-09-24 22:20:56 +08:00
zhixin
194778207e Add dependedcy for the aottest command
Issue:   https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IARZAP?from=project-issue
Signed-off-by: zhixin <1757149461@qq.com>
2024-09-24 21:27:10 +08:00
zhouguangyuan
98830287c6 fix testcases xml
Issue: hhttps://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IATE0Y
Signed-off-by: ZhouGuangyuan <zhouguangyuan1@huawei.com>
Change-Id: Ie79a976d5d4269c249b61fcd1128fc8a17632fe1
2024-09-24 20:00:25 +08:00
zhangyinlu
231dd835c6 修复短路求值修改错误
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IATAFB
Description:修复短路求值修改错误,导致部分函数未能正确触发JIT编译

Signed-off-by: zhangyinlu <zhangyinlu@huawei.com>
Change-Id: I1351724db4f6248dc24f70da93a973553c76cd36
2024-09-24 19:48:03 +08:00
xiongluo
831b88b0a0 Fix cocurrent mark trigger in cold start
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAT9Q4

Signed-off-by: xiongluo <xiongluo@huawei.com>
Change-Id: I3f8900f33bfce597424ee56726d92fa831f45a30
2024-09-24 15:44:30 +08:00
oh_ci
a9ed70bed4
!9206 IR 优化 Array.property.fill
Merge pull request !9206 from jiangmengyang/fill2
2024-09-24 06:55:11 +00:00
zhouguangyuan
c65a7764e8 delay the scope to the slow path
There is no heap alloc before slow path string convert, so delay the scope.

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAT8CD
Signed-off-by: ZhouGuangyuan <zhouguangyuan1@huawei.com>
Change-Id: I82bb571b04218f1949970ef5d7337537bbc3ca93
2024-09-24 11:54:27 +08:00
sandee
aa043b62e7 Add GC UT for idle_gc_trigger
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IASPZF
Signed-off-by: sandee <xieyunfei8@huawei.com>
Change-Id: Ie53e679d5186d18396a0e078c32ce89040f92212
2024-09-24 10:35:00 +08:00
Like
8ab876d45d Revert "add log for non ecma object error"
This reverts commit 1474176a52.

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IASRPN?from=project-issue
Pull-Request: https://gitee.com/openharmony/arkcompiler_ets_runtime/pulls/9466
Change-Id: If03b7c14d8a3defb6f760afc85693db8d25fae60
Signed-off-by: Like <zhenglike@huawei.com>
2024-09-24 10:31:35 +08:00
yangxiaoshuai2022
efb0852214 Bugfix of HotReload for ability restarted
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAT43N

Signed-off-by: yangxiaoshuai2022 <yangxiaoshuai@huawei.com>
2024-09-24 10:20:40 +08:00
transparent123123
d630ca2786 cpu profiler bugfix, adjust fp after stack is ready.(litecg part)
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IARFLU?from=project-issue
Signed-off-by: transparent123123 <tanzirui@huawei.com>
Change-Id: I6b8aa35d6274b20c51bf58894000a4587b1f585d
Signed-off-by: transparent123123 <tanzirui@huawei.com>
2024-09-23 18:44:27 -07:00
openharmony_ci
9b56609688
!9489 Repair typed array assert question
Merge pull request !9489 from 留红尘/ets_runtime/lhc/0923_1
2024-09-23 20:44:24 +00:00
openharmony_ci
eaeb8b009e
!9469 Bug fix of jump page of hot reload
Merge pull request !9469 from ZitongLi/hot_reload_jump_page
2024-09-23 15:57:11 +00:00
openharmony_ci
5a484dc184
!9411 Fix cpu_profiler has same function name
Merge pull request !9411 from 杨阳/fix_cpu
2024-09-23 15:51:58 +00:00