Commit Graph

7 Commits

Author SHA1 Message Date
swx1282997
d45758536e aottest关于assert_equal还原(6277 6327 6380)
Signed-off-by: shiminnan@huawei.com <shiminnan@huawei.com>
2024-04-08 16:36:37 +08:00
swx1282997
9b5d12c9c6 aottest部分测试用例切换
Signed-off-by: shiminnan@huawei.com <shiminnan@huawei.com>
2024-03-06 14:21:30 +08:00
dingding
020ffb62d7 Reopen builtins_stub test case and Clean AOTTest gn
1. Reopen builtins_stub test case, should only be ran under typed path.
   (The output of the test case verifies the execution paths by logs,
    and it should be tested in slow path mode.)
2. Delete unused gn arg is_disable_type_lowering.

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

Signed-off-by: dingding <dingding5@huawei.com>
Change-Id: Ief4e927b16012b078683d1536ad149dd37da67a4
2023-04-03 16:24:25 +08:00
dingding
67791cca8f Fix AOT RuntimeOptCopyRestArgs
The variable actualRestNum in RuntimeOptCopyRestArgs computed mistakely and may out of uint32_t range.
The Bug causes the startup of cocos application crash with OOM error.
Add minimal regression test case.

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

Signed-off-by: dingding <dingding5@huawei.com>
Change-Id: Ie7118a9cc83514e9e0c23c5c6c2bed53dd53c1c2
2023-03-15 14:22:28 +08:00
K0u1hw
44f6e0f38d description: lower load/store obj by index/name
detais: lower load/store obj by index/name
        lower neg
	fix enable-type-lowering
issues: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5XF00
Signed-off-by: K0u1hw <wangchunyang15@huawei.com>

Change-Id: Id32d209268cdd89e486306be8785fcbc9749fbf4
2022-10-28 19:37:14 +08:00
dingwen
bf637c1f41 modify arkcompiler_ets_runtime path
Description:modify arkcompiler_ets_runtime path
issue:https://gitee.com/openharmony/arkcompiler_runtime_core/issues/I5GE38

Signed-off-by: dingwen <dingwen6@huawei.com>
Change-Id: I43e2aae687a4f05fe6505b0b0f70f0846d047b84
2022-07-14 12:35:04 +08:00
lijincheng
d8269682d2 Add Aot Lowering CopyRestArgs
1.Add aot lowering for bytecode: COPYRESTARGS_PREF_IMM16
2.Add test case fot bytecode: COPYRESTARGS_PREF_IMM16

issue:https://gitee.com/openharmony/ark_js_runtime/issues/I55UH1

Signed-off-by: lijincheng <lijincheng13@huawei.com>
2022-05-06 20:57:28 +08:00