Commit Graph

13414 Commits

Author SHA1 Message Date
openharmony_ci
2bad4b8658
!9060 Add ut for shared object factory
Merge pull request !9060 from li_jianfei/dev_lijf
2024-09-04 04:34:35 +00:00
openharmony_ci
0761db87a7
!9057 Optimize code
Merge pull request !9057 from 杨阳/Optimize_code
2024-09-04 04:30:43 +00:00
openharmony_ci
593898f3c5
!9004 UT模块化覆盖part4
Merge pull request !9004 from 杨云飞/master
2024-09-04 04:26:43 +00:00
openharmony_ci
e16ba80a20
!8649 Fixed is losted case GC with native pointers
Merge pull request !8649 from Mikhail Kaskov/fix_of_fix_native_pointers
2024-09-04 04:15:31 +00:00
openharmony_ci
6c60061d97
!8995 [BugFix] Fix the JsCrash of multi-hsp application performing hot reload
Merge pull request !8995 from ZitongLi/hot_reload_hsp
2024-09-04 04:12:54 +00:00
openharmony_ci
168ad2baab
!8906 Fix UT failed in rk3568
Merge pull request !8906 from 贺存茂/UT_failed_0826
2024-09-04 04:04:57 +00:00
openharmony_ci
f87fd7f329
!8921 Fix SIGSEGV when PGOProfileTypeInfo is Undefined
Merge pull request !8921 from 陆佳慧/FixMoveExtraInfoMap
2024-09-03 03:48:16 +00:00
openharmony_ci
d4750bee87
!8944 Fix incorrectly overloaded operator less-than
Merge pull request !8944 from yuanxupeng/opetatorless
2024-09-03 03:45:59 +00:00
openharmony_ci
3aac3a4c04
!8964 fix gc code check
Merge pull request !8964 from zhou-wenxuan/gc_code_check
2024-09-03 03:43:25 +00:00
openharmony_ci
c4fad9e846
!8960 fix sendable code check.
Merge pull request !8960 from zhou-wenxuan/sendable_code_check
2024-09-03 03:41:02 +00:00
openharmony_ci
8faea49627
!9034 修复Equal的递归死循环问题
Merge pull request !9034 from shilei91/master
2024-09-02 14:30:26 +00:00
li_jianfei
99ec241d27 add shared_object_factory ut
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IANV9D
Signed-off-by: lijianfei <lijianfei20@huawei.com>
2024-09-02 18:17:21 +08:00
shilei91
f210ac931e fix infinite recrusion loop of Equal function
issue:https://e.gitee.com/open_harmony/dashboard?issue=IANUFV

Signed-off-by: shilei91 <shilei91@huawei.com>
Change-Id: Ia73706a21e8dcfe6ac6d7954522f2af67b0a920b
2024-09-02 16:08:07 +08:00
yang-19970325
6b62c7a779 Optimize code
Issue:  #IAO16M
Signed-off-by: yang-19970325 <yangyang585@huawei.com>
2024-09-02 15:09:13 +08:00
hecunmao
100d8dab18 fix UT failed in rk3568
fix EcmaVm_001_Test,EcmaVm_002_Test,Ecma_Vm_013_Test fail in rk3568

Issue: https://gitee.com/open_harmony/dashboard?issue_id=IAMF1L

Signed-off-by: hecunmao <hecunmao@huawei.com>
Change-Id: I3d679236d442bfeb3cba463d119b59608b061a8c
2024-09-02 14:09:14 +08:00
openharmony_ci
b77ed0e804
!9025 Update ignored (KFL) lists 20240830
Merge pull request !9025 from shirunova_viktoria/regress/update-kfl-20240830
2024-09-01 14:58:15 +00:00
openharmony_ci
9ec9a0f31d
!9031 decodeURIComponent process invalid utf-8
Merge pull request !9031 from chenjingxiang/decodeuri_br
2024-08-31 17:36:36 +00:00
openharmony_ci
fd4b66e679
!9033 临时下线错误用例
Merge pull request !9033 from 陈涵韬/local2
2024-08-31 17:34:10 +00:00
openharmony_ci
7ebcc00c1a
!8752 Add dfx_jsnapi testcase
Merge pull request !8752 from daiweihao/master
2024-08-31 17:29:07 +00:00
openharmony_ci
49048b612e
!9007 Fix warning for different types of comparisons
Merge pull request !9007 from zhangtianqi/fixEncodeDts
2024-08-31 17:25:37 +00:00
openharmony_ci
802668e64e
!8851 DigitGen optimize
Merge pull request !8851 from duoml/dtoa_opt
2024-08-31 17:23:22 +00:00
openharmony_ci
810340b0a8
!9026 Remove unused method
Merge pull request !9026 from zhouguangyuan0718/master-remove-join
2024-08-31 12:06:50 +00:00
openharmony_ci
20419bc65b
!8999 Adding mutex lock to variable hapArgs in AotCompilerImpl
Merge pull request !8999 from ChenYC009/mut_fix
2024-08-31 12:04:43 +00:00
openharmony_ci
1a479f5580
!8827 Fix Segmentation Fault Caused by Collection Objects
Merge pull request !8827 from MothBuzzing/master
2024-08-31 11:59:44 +00:00
openharmony_ci
4e41346ba1
!9010 Remove false UT
Merge pull request !9010 from Sandee/bugfix/remove_false_ut
2024-08-31 11:56:23 +00:00
openharmony_ci
8e36d12a3f
!8832 delete unused code in opcodes for coverage
Merge pull request !8832 from suyue/sy_mr2
2024-08-31 11:53:30 +00:00
openharmony_ci
10ca049e76
!8997 Update AOT/JIT Escape Threshold
Merge pull request !8997 from dingding/update_escape
2024-08-31 11:51:00 +00:00
zhouwenxuan
5f425cbbe2 fix gc code check
issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAMK97

Signed-off-by: zhouwenxuan <zhouwenxuan1@huawei.com>
2024-08-31 17:15:40 +08:00
chenhantao
e980737177 Remove error UT temp
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IANUFM

Signed-off-by: chenhantao <chenhantao3@huawei.com>
Change-Id: Iaa2e541aeb4175144500a8fbbe980ac159737ec0
2024-08-31 16:15:59 +08:00
l00799755
efa863d1f4 Fix SIGSEGV when PGOProfileTypeInfo is Undefined
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IAN5Z2
Description
Add if statement, when PGOProfileTypeInfo is undefined,the process will go to return directly.

Signed-off-by: l00799755 <lujiahui4@huawei.com>
Change-Id: Ie6d59c3ae509c9baca13fba31ac827368cde11d5
2024-08-31 16:11:07 +08:00
chenjx-huawei
de115a2e65 decodeURIComponent process invalid utf-8
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IANTYK?from=project-issue

Signed-off-by: chenjx-huawei <chenjingxiang1@huawei.com>
Change-Id: I71b221ebae125a5b175588a064c021ee5b878745
2024-08-31 15:41:34 +08:00
openharmony_ci
a4627d1327
!9013 Add include array
Merge pull request !9013 from fantianqi3/master
2024-08-31 05:42:28 +00:00
ZitongLi
700e076bef Fix jscrash of multi-hsp app
Issue:      https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IANFM2
Signed-off-by: zitongli <lizitong1@huawei.com>
2024-08-31 11:30:58 +08:00
zhangtianqi
1800c74129 Fix alerts for different types of comparisons
Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IANL1W

Signed-off-by: zhangtianqi <zhangtianqi3@huawei.com>
Change-Id: If6a9713fb4f63059ecd9ce0ce1ddcdaaa494becf
2024-08-31 09:30:46 +08:00
zhouguangyuan
797a742853 Remove unused method
The string join is done by BuiltinsArray::Join, this method is unused, remove it to avoid misleading

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IANRSP
Signed-off-by: ZhouGuangyuan <zhouguangyuan1@huawei.com>
Change-Id: I689017374ada679fcd4c163c8181619e8dcdec39
2024-08-31 09:02:32 +08:00
openharmony_ci
d20d3c2103
!8860 Optimize unnecessary barriers
Merge pull request !8860 from 张力/barrier
2024-08-30 19:56:16 +00:00
openharmony_ci
ba30670166
!9014 补充 shared_obejct 模块UT分支覆盖率
Merge pull request !9014 from li_jianfei/dev_lijf
2024-08-30 19:51:28 +00:00
openharmony_ci
44b777fb5c
!8934 Add UT
Merge pull request !8934 from 陈涵韬/local2
2024-08-30 19:49:09 +00:00
openharmony_ci
65f7c113f0
!8982 refactor overflow to delete use of struct
Merge pull request !8982 from huangyan/delete_struct_hy
2024-08-30 19:46:48 +00:00
openharmony_ci
d85e9acdbf
!9008 修复gc-dfx开关编译失败
Merge pull request !9008 from huangzhenghua/master20240830
2024-08-30 19:44:31 +00:00
openharmony_ci
54ed1b9411
!8986 Fix JSApiArrayList clear overflow bug
Merge pull request !8986 from dingwen/master
2024-08-30 19:42:06 +00:00
openharmony_ci
ab0dbd4af8
!8908 jsnapi.cpp补充用例
Merge pull request !8908 from wangbowen36/addutimprovecoverage
2024-08-30 19:39:44 +00:00
openharmony_ci
0288949216
!8996 Fix arkui build, revert PR 8687
Merge pull request !8996 from Sidorov Aleksei/arkui_fix
2024-08-30 19:30:13 +00:00
openharmony_ci
4c62133018
!8963 Fix security warnings
Merge pull request !8963 from yy/master
2024-08-30 19:28:00 +00:00
openharmony_ci
64dd931480
!8976 Allow undefined when define property on sendable
Merge pull request !8976 from diartyz/allow_undefined_on_sendable
2024-08-30 19:25:49 +00:00
openharmony_ci
72b5976852
!8949 Use TreeString for JSStableArray Join
Merge pull request !8949 from zhouguangyuan0718/master-json-stringfy-treestring
2024-08-30 19:23:16 +00:00
openharmony_ci
144aa04541
!8970 Fix inconsistent store size
Merge pull request !8970 from KasonChan/ck_fix_storesize
2024-08-30 19:20:44 +00:00
openharmony_ci
b71fd71fd1
!8989 Add shared object ut test cases
Merge pull request !8989 from 留红尘/ets_runtime/lhc/0830
2024-08-30 19:15:52 +00:00
openharmony_ci
0a30927827
!8984 modifying an alarm
Merge pull request !8984 from 韦国庆/master
2024-08-30 19:13:39 +00:00
openharmony_ci
d32c575183
!8893 Add some unit tests
Merge pull request !8893 from lvninglei/master
2024-08-30 17:24:44 +00:00