713 Commits

Author SHA1 Message Date
zhouwenxuan
b46c3913af Move connect_ server to toolchain and remove boost
issue: https://gitee.com/openharmony/arkcompiler_toolchain/issues/I6B0YL

Signed-off-by: zhouwenxuan <zhouwenxuan1@huawei.com>
2023-02-02 16:13:54 +08:00
openharmony_ci
31dc1850ed
!145 add import variables to module scope
Merge pull request !145 from 杨阳/import_module1
2023-01-30 17:17:06 +00:00
openharmony_ci
7f9318f5b2
!143 fix asan_FUZZ Case failed
Merge pull request !143 from 杨阳/fuzz
2023-01-30 10:07:08 +00:00
openharmony_ci
91c6a0e174
!144 Add openssl and libuv to third_party_gn for standalone build
Merge pull request !144 from Gongyuhang/local_br_1
2023-01-19 16:07:09 +00:00
yangyang
9f46fb020e add import variables to module scope
Issue:#I6B3AM

Signed-off-by: yangyang <yangyang585@huawei.com>
Change-Id: I3ee628644a607e17cff5e53259b96e47b85ed0bd
2023-01-19 15:51:12 +08:00
gongyuhang
46256d22a0 Add openssl and libuv to third_party_gn for standalone build
Add gn files for these two repositories. Change the depended cjson
library for ark_standalone_build from static library to shared
library, cause the special treatment for ark_standalone_build is not
suggested. Add ldflags "-fuse-ld=lld" to config
"./build/config/compiler:compiler".

Issue: https://gitee.com/openharmony/arkcompiler_toolchain/issues/I6AYHU
Test: unittest and 262-test of ark_standalone_build's targets
Signed-off-by: gongyuhang <gongyuhang7@huawei.com>
Change-Id: I0b57524139b18e6934778192eef93de06687f68f
2023-01-19 15:28:11 +08:00
yangyang
b334fe3803 fix fix asan_FUZZ Case failed
Issue:#I6APUK

Signed-off-by: yangyang <yangyang585@huawei.com>
Change-Id: Idce048163b9dd05454463fe2c5d1a254ecf2ffe0
2023-01-19 09:26:56 +08:00
lordwithcc
2dfde0648c Add aot_stub_compiler for Standalone Build
Signed-off-by: lordwithcc <zhoucong40@huawei.com>
2023-01-13 18:27:17 +08:00
openharmony_ci
54b6e545e6
!142 restore code for master
Merge pull request !142 from bwx1148593/master
2023-01-13 03:42:41 +00:00
buzhuyu
e9e6abb415 restore code for master
description:restore code for master

issue:https://gitee.com/openharmony/arkcompiler_toolchain/issues/I6ADDK

Signed-off-by: buzhuyu <buzhuyu@huawei.com>
2023-01-13 11:10:56 +08:00
openharmony_ci
930f5cceff
!140 heapprofiler support GC
Merge pull request !140 from cwx1148594/master
2023-01-12 06:16:44 +00:00
cwx1148594
d860b0a7fe Descriptor: heapprofiler support GC
details: heapprofiler support GC
issue:https://gitee.com/openharmony/xts_acts/issues/I6A4AG

Signed-off-by: cwx1148594 <caolili14@huawei.com>
2023-01-12 11:32:49 +08:00
openharmony_ci
a091fd5e64
!139 websocket support client disconnection reconnects fix x86 compile bug
Merge pull request !139 from wanghuan2022/master
2023-01-11 09:12:12 +00:00
wanghuan
5d972cedc9 websocket support client disconnection reconnects fix x86 compile bug
desc:websocket support client disconnection reconnects fix x86 compile bug

solu:x86 use std::print log

issue: https://gitee.com/openharmony/arkcompiler_toolchain/issues/I6A05M
Signed-off-by: wanghuan <wanghuan80@huawei.com>
Change-Id: I261d25a5656895052998dd1911764c91c05f33ec
2023-01-11 16:25:49 +08:00
openharmony_ci
b560df7822
!134 heapprofiler support GC
Merge pull request !134 from cwx1148594/master
2023-01-10 11:54:32 +00:00
cwx1148594
df244da4f2 Descriptor: heapprofiler support GC
details: heapprofiler support GC
issue:https://gitee.com/openharmony/arkcompiler_toolchain/issues/I69TDC

Signed-off-by: cwx1148594 <caolili14@huawei.com>
2023-01-10 17:58:15 +08:00
openharmony_ci
a4f771eae4
!118 Fix standalone UT and unify it with test262
Merge pull request !118 from Zhoucong/ut
2023-01-09 11:04:15 +00:00
lordwithcc
ced74ddb4b Merge branch 'master' into ut
Signed-off-by: lordwithcc <zhoucong40@huawei.com>
2023-01-09 17:48:50 +08:00
openharmony_ci
c877516aa1
!127 add websocket UT
Merge pull request !127 from wanghuan2022/master
2023-01-05 13:47:47 +00:00
openharmony_ci
aa52fad21a
!106 Encapsulate some interface in PandaFile
Merge pull request !106 from weng-changcheng/refactor_file
2023-01-05 07:14:47 +00:00
wanghuan
6b8d5afe1f add websocket UT
desc:add websocket UT

solu:
1.subprocess simulate client, mainprocess simulate server, and realize client and server communication;
2.add ClientWebSocket class inheritting WebSocket, and encapsulate function of client;
3.listen client websocket is or not success by server websocket is or not normal.

issue: https://gitee.com/openharmony/arkcompiler_toolchain/issues/I67EIO
Signed-off-by: wanghuan <wanghuan80@huawei.com>
Change-Id: I34daec382687d2581bf91e6bb9b5faf14e7cf654
2023-01-04 16:41:04 +08:00
lordwithcc
06b9305600 Merge branch 'master' into ut
Signed-off-by: lordwithcc <zhoucong40@huawei.com>
2022-12-29 09:33:39 +08:00
openharmony_ci
a66784182e
!129 fix data duplication
Merge pull request !129 from 杨阳/fix_mem_leaks
2022-12-28 04:22:24 +00:00
yang-19970325
65531776b0 Fix memory leaks
Issue:#I67S5D

Signed-off-by: yang-19970325 <yangyang585@huawei.com>
Change-Id: I6fa909e169c76399c6673873222c2e7c7f3292d7
2022-12-28 10:54:15 +08:00
lordwithcc
90ed83d7e9 Unify ut and test262
Signed-off-by: lordwithcc <zhoucong40@huawei.com>
2022-12-27 09:31:53 +08:00
openharmony_ci
0043224957
!128 change the dependency of ssl
Merge pull request !128 from huangfeijie/master
2022-12-26 09:57:15 +00:00
huangfeijie
cbc1ba3097 Change the dependency of ssl
use shared instead of static

issue: https://gitee.com/openharmony/arkcompiler_toolchain/issues/I67IZD

Signed-off-by: huangfeijie <huangfeijie@huawei.com>
2022-12-26 17:33:56 +08:00
openharmony_ci
80c9e50c08
!114 [arkcompiler_toolchain]Change the dependency on cjson_static to cjson in standard system
Merge pull request !114 from 张亚菲/zyf
2022-12-25 08:31:21 +00:00
openharmony_ci
d91895f5e1
!123 Configure mingw content for standalone build
Merge pull request !123 from Zhoucong/mingw
2022-12-21 03:13:33 +00:00
openharmony_ci
98951eae8a
!124 Fix DevEco Studio display exceptions
Merge pull request !124 from 杨阳/fixdis
2022-12-20 13:13:31 +00:00
yang-19970325
82317bae53 Fix DevEco Studio display exceptions
Issue:#I66VGA

Signed-off-by: yang-19970325 <yangyang585@huawei.com>
Change-Id: I1e913ee8effd0b26a41b75346aea120ed81a3c79
2022-12-20 20:38:34 +08:00
lordwithcc
be58a86ee6 Merge branch 'master' into mingw 2022-12-20 20:24:27 +08:00
zhangyafei.echo
abfec029c1 IssueNo:#I65M0O
Description:Change the dependency on cjson_static to cjson in standard system.
Sig:SIG_ApplicationFramework
Feature or BugFix: Feature
Binary Source: No

Signed-off-by: zhangyafei.echo <zhangyafei12@huawei.com>
Change-Id: I3d90e5b3fe997ffd03a0b8df88a719231dd4d74c
2022-12-19 14:08:37 +08:00
openharmony_ci
9d096a13ec
!121 fix FUZZ Case failed
Merge pull request !121 from 杨阳/fix_fuzz
2022-12-17 13:36:01 +00:00
yang-19970325
7d1d795e7d fix FUZZ Case failed
Issue:#I66KJU

Signed-off-by: yang-19970325 <yangyang585@huawei.com>
Change-Id: Ib49c5475e80814686567e5c0e412d9216c433543
2022-12-17 16:39:27 +08:00
openharmony_ci
fe76f13482
!120 fix asan_FUZZ Case failed
Merge pull request !120 from 杨阳/fix_FUZZ
2022-12-16 13:07:50 +00:00
yang-19970325
63d9ac9284 fix asan_FUZZ Case failed
Issue:#I66J4X

Signed-off-by: yang-19970325 <yangyang585@huawei.com>
Change-Id: I5661b5c557186f644d3330ce6477296363dfb634
2022-12-16 20:15:13 +08:00
yang-19970325
8e59e820cf add import variables to module scope
Issue:#I66E0O

Signed-off-by: yang-19970325 <yangyang585@huawei.com>
Change-Id: I1427272f991bdbcf16e2c0193adf6f869ab192eb
2022-12-16 11:00:17 +08:00
openharmony_ci
d4b35a7511
!117 Fix this value when getting local scope chain
Merge pull request !117 from Gymee/fix_this_value
2022-12-15 01:48:39 +00:00
openharmony_ci
9b4b890018
!115 websocket support client disconnection reconnects
Merge pull request !115 from wanghuan2022/master
2022-12-14 09:54:26 +00:00
wanghuan
ef4e271a68 websocket support client disconnection reconnects
desc: websocket support client disconnection reconnects

solu:
1.check client is or not connecting;
2.While client disconnect, return accept to prepare next connection

issue: https://gitee.com/openharmony/arkcompiler_toolchain/issues/I65Q5W
Signed-off-by: wanghuan <wanghuan80@huawei.com>
Change-Id: Ic7fafcf2c5562d4c1751e133d0b64ca3f8cc6cff
2022-12-14 16:20:28 +08:00
Gymee
2f7032741e Fix this value when getting local scope chain
Issue: #I665YR
Signed-off-by: Gymee <yumeijie@huawei.com>
Change-Id: I16fc9a562c70bc815307cd4fdb0dd6bd8cd22b76
2022-12-14 16:07:22 +08:00
openharmony_ci
09c702bda3
!116 fix codestyle
Merge pull request !116 from Gymee/fix_codestyle
2022-12-13 11:32:51 +00:00
Gymee
eba5893517 fix codestyle
Issue: #I65XYU
Signed-off-by: Gymee <yumeijie@huawei.com>
Change-Id: I4e45385881e5881ab1019ad6df157c04b6e5eef7
2022-12-13 12:06:06 +08:00
lordwithcc
81feef098b Config mingw file
Signed-off-by: lordwithcc <zhoucong40@huawei.com>
2022-12-09 17:21:35 +08:00
openharmony_ci
2b94f37888
!113 Fix PtTypesTest failed
Merge pull request !113 from Gymee/fix_ut
2022-12-09 04:29:46 +00:00
Gymee
983c415913 Fix PtTypesTest failed
Issue: #I65BGP
Signed-off-by: Gymee <yumeijie@huawei.com>
Change-Id: I12970e6a79a9390cf099c5d9e22c013a5d82b8fa
2022-12-08 17:03:54 +08:00
openharmony_ci
5d5ab29b09
!112 Add ut testcases for coverage
Merge pull request !112 from hunili/master
2022-12-08 08:48:44 +00:00
openharmony_ci
3a8ec71ff4
!111 Bugfix for getValue
Merge pull request !111 from 杨阳/Bugfix
2022-12-08 08:25:11 +00:00
lihucheng
eadd42f47d Add ut testcases for coverage
issue: https://gitee.com/openharmony/arkcompiler_toolchain/issues/I65B1C

Signed-off-by: lihucheng <lihucheng1@huawei.com>
2022-12-08 15:58:05 +08:00