openharmony_ci
d344e49a8f
!2815 [LIBABCKIT] introduce mock API
...
Merge pull request !2815 from nsizov/abckit_mock_api
2024-11-11 14:15:54 +00:00
openharmony_ci
beb9b7b9e6
!2812 Add null pointer check for header in ValidateChecksum
...
Merge pull request !2812 from LiYue/1108-add-nullptr-check
2024-11-11 14:10:57 +00:00
ignatenkooleg
84872fa13f
[Interop benchmarking] Get value for primitive
...
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IAWP7T
Testing: all pre-merge tests passed, logs available in ggWatcher
Signed-off-by: ignatenkooleg <ignatenko.oleg@huawei-partners.com>
2024-11-11 16:26:13 +03:00
ignatenkooleg
a32232c1fc
Interop benchmarking Promise resolution\rejection
...
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IAVIG1
Testing: all pre-merge tests passed, logs available in ggWatcher
Signed-off-by: ignatenkooleg <ignatenko.oleg@huawei-partners.com>
2024-11-11 16:07:21 +03:00
Sizov Nikita
69732d3423
Separate destroyGraph from FunctionSetGraph
...
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB2B48
Change-Id: I1cc7a695dd040f75c89ed9f1834ff96598eb9e32
Signed-off-by: Sizov Nikita <sizov.nikita@huawei.com>
2024-11-11 15:31:20 +03:00
Rokashevich Svetlana
b6f3831703
[InteropJS] Fix ets to js Boolean conversion test
...
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB3H84
Testing: ninja ets_interop_js_test__scenarios_gtests
Signed-off-by: Rokashevich Svetlana <rokashevich.svetlana1@huawei-partners.com>
2024-11-11 11:32:23 +03:00
Viktoria Shirunova
3c5df64142
URunner: fix code check - part 3
...
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB2BYS
Testing: All required pre-merge tests passed. Results are available in the ggwatcher.
Signed-off-by: Viktoria Shirunova <shirunova.viktoria1@huawei-partners.com>
2024-11-11 11:05:07 +03:00
Konstantin Kuznetsov
600815f4c1
Add more tests for reexports
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/I9VZKU
Testing: new func tests to check incorrect reexports and ambiguous reexports
Signed-off-by: Konstantin Kuznetsov <kkon.kuznetsov@gmail.com>
2024-11-11 10:26:27 +03:00
menjiaheng@h-partners.com
ecfb658db3
FIX:remove issue 19686 files from the ignore list
...
Issue:https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB1BWQ
Description:
08.statements/04.local_declarations/negative_local_class.sts
08.statements/11.continue_statements/continue_do1_neg.sts
08.statements/11.continue_statements/continue_for_of1_neg.sts
08.statements/11.continue_statements/continue_for1_neg.sts
08.statements/11.continue_statements/continue_while1_neg.sts
Signed-off-by:menjiaheng <menjiaheng@h-partners.com>
2024-11-11 14:59:09 +08:00
liyue
bcc8802b6e
Add null pointer check for header
...
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB31LW
Signed-off-by: liyue <liyue210@huawei.com>
Change-Id: I9ee8f4103cd811b0cb5e3196a3114f7742f4b3b1
2024-11-11 11:25:53 +08:00
Sizov Nikita
62c2689294
[libabckit] Introduce mock api
...
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB33VH?from=project-issue
Change-Id: If834d2cb42c508d8360cdc6977621ae476530119
Signed-off-by: Sizov Nikita <sizov.nikita@huawei.com>
2024-11-10 19:40:42 +03:00
openharmony_ci
f0c28fb0ee
!2811 remove disassemble test
...
Merge pull request !2811 from ElevenDuan/remove_release_test
2024-11-09 19:20:49 +00:00
openharmony_ci
bf0f99a921
!2662 [ArkTS] Src dumper test system
...
Merge pull request !2662 from zhelyapovaleksey/src-dumper-test-system
2024-11-09 19:15:56 +00:00
openharmony_ci
9f42f91525
!2666 [PT] Support conditional breakpoints
...
Merge pull request !2666 from slynkodenis/support_conditional_breakpoints
2024-11-09 00:42:12 +00:00
openharmony_ci
dd5b3a5085
!2779 [PT] Update Profiler and Debugger docs
...
Merge pull request !2779 from slynkodenis/arkts_sampler_docs
2024-11-08 18:23:23 +00:00
openharmony_ci
996530ddac
!2788 [PT] Fix arkdb codecheck
...
Merge pull request !2788 from slynkodenis/arkdb_fix_codecheck_warnings
2024-11-08 18:19:47 +00:00
openharmony_ci
17ae4925ab
!2537 [ArkTS][StdLib] Fix AggreagteError creation from Iterable
...
Merge pull request !2537 from Ivan Tyulyandin/aggregate_error_fix
2024-11-08 18:17:29 +00:00
openharmony_ci
8708e5e779
!2691 Fix somes test cases
...
Merge pull request !2691 from xuxinjie4/fix-19670
2024-11-08 18:10:22 +00:00
openharmony_ci
6f7c20c102
!2768 Remove NewArray/StoreArray
...
Merge pull request !2768 from Mikhail Ivanov/20372-remove-newarray-storearray-after-optimizestringconcat
2024-11-08 18:05:40 +00:00
openharmony_ci
795083c267
!2546 Implement and test TA API for Big*Int arrays
...
Merge pull request !2546 from templin.konstantin/bigint-ta-apis
2024-11-08 18:03:14 +00:00
openharmony_ci
4f0d71b340
!2701 [ArkTS CTS] Add tests for 6.5.14 Literal Type to Type of Literal Conversions
...
Merge pull request !2701 from fotograf/cts-lit-conv
2024-11-08 18:00:49 +00:00
openharmony_ci
91603dca50
!2741 Libabckit win64 build
...
Merge pull request !2741 from Shimenkov Mikhail/abckit_win
2024-11-08 17:58:26 +00:00
openharmony_ci
a96e9965a8
!2548 [PG] Backend
...
Merge pull request !2548 from AleksanderSotov/playground-backend
2024-11-08 17:54:24 +00:00
openharmony_ci
26ad6cdd26
!2791 Fix codecheck warning in disassembler
...
Merge pull request !2791 from Rokashevich Svetlana/fix_cc_warning_in_disassembler
2024-11-08 17:50:41 +00:00
openharmony_ci
7e48ac0596
!2751 Fix astchecker, added skip
...
Merge pull request !2751 from Amosov Alexey/astchecker_match
2024-11-08 17:48:16 +00:00
electronick
4d4c1ca2bf
Implement String indexOf(char) by IrToc
...
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IAUWIJ
Test: build
Signed-off-by: electronick <electro.nick@huawei.com>
Change-Id: Iabeeb7dd260c84714e6e2f2e4e41291da9dbaf01
2024-11-08 22:23:20 +08:00
openharmony_ci
f1a3bec166
!2643 Remove acc_read from ets.ldobj
...
Merge pull request !2643 from groshevmaksim/b_opt
2024-11-08 11:11:11 +00:00
openharmony_ci
94a5c3da84
!2745 [abckit] Clean C scenarios; +4 new API; more unit-tests; bugfixes; some clean up
...
Merge pull request !2745 from ivagin/libmanipulasm-poc-dev-1
2024-11-08 11:02:52 +00:00
openharmony_ci
c53ffa1d87
!2747 [ArkTS Docs] Update spec(spec228)
...
Merge pull request !2747 from Amosov Alexey/new_spec228
2024-11-08 10:57:18 +00:00
openharmony_ci
4f729297bb
!2754 Add Test for 15732 and 15765
...
Merge pull request !2754 from Maksim Khramov/issue-14377
2024-11-08 10:46:57 +00:00
openharmony_ci
ca29236720
!2653 Suppress/fix codecheck warnings in runtime folder
...
Merge pull request !2653 from Rokashevich Svetlana/suppress_warnings_runtime
2024-11-08 10:44:41 +00:00
Maksim Khramov
04772d5aff
Add Tests for 16052, 20454, 17510
...
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB2SSA
Covers:
Issue 16052: Lambda in static method segfault
Issue 20454: Bad interface implementation crashed compiler
Issue 17510: Ternary operator segfault
Test: CI build
Signed-off-by: Maksim Khramov <khramov.wx1235557@huawei-partners.com>
2024-11-08 18:32:36 +08:00
Ishin Pavel
371f30c601
Change arm build for panda_sdk
...
And remove build test for qemu in install-dep script
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB2JVV?from=project-issue
Tests: panda sdk job
Signed-off-by: Ishin Pavel <ishin.pavel@huawei.com>
2024-11-08 12:45:42 +03:00
ElevenDuan
a3e7fa89fc
Remove release line test
...
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB310H
Signed-off-by: ElevenDuan <duanshiyi1@huawei.com>
Change-Id: Ife246f5fa06f966ff9db045d2f1b4d35db56c386
2024-11-08 17:15:43 +08:00
wangyuxin
26bd2f6728
Update ignored test
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IB2T37
Reason:
Fix bug of importing packages recursively and update the ignored list
Description:
Remove recursvie_import_binds_all.sts from ignored list
Signed-off-by: wangyuxin <wangyuxin53@huawei.com>
2024-11-08 16:43:54 +08:00
openharmony_ci
3ede1cecd3
!2707 [PT] Handle server disconnect
...
Merge pull request !2707 from slynkodenis/pt_debugger_framework_fix_client_disconnect
2024-11-08 07:04:29 +00:00
openharmony_ci
e356fd6cf2
!2736 Support inter-app hsp deps bytecode har
...
Merge pull request !2736 from ElevenDuan/inter_hsp
2024-11-08 02:43:13 +00:00
openharmony_ci
c17b4c143d
!2766 Add new test cases against es2panda issue 12597
...
Merge pull request !2766 from gorlovaleksandr/I1825-D
2024-11-08 02:09:39 +00:00
Zhelyapov Aleksey
6287147716
Src dumper test system
...
Issue:
https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IAV6JJ
Signed-off-by: Zhelyapov Aleksey <zhelyapov.aleksey@huawei-partners.com>
2024-11-07 20:10:54 +03:00
ElevenDuan
9a026fe965
Support inter-app hsp deps bytecode har
...
Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IAZT2E
Signed-off-by: ElevenDuan <duanshiyi1@huawei.com>
Change-Id: I5b7c9b02658e0b54d15a345e3bb1682f0b27de6a
2024-11-07 22:22:19 +08:00
kuchkova irina
e4b95d098c
Title: Update kfl lists 20241106
...
Description: Update ets-cts tests kfl lists
Issue: #IB2H8B
Reason: failed test should be added to kfl list, ignored but passes
tests should be removed from ignore list
Tests: All required pre-merge test passed Results are available in the
ggwatcher
Signed-off-by: kuchkova irina <kuchkova.irina@huawei-partners.com>
2024-11-07 16:32:04 +03:00
Shimenkov Mikhail
ad22c0bbcb
Fixes for abckit win build
...
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB0DK5
Tests: python ark.py mingw_x86_64.debug libabckit_packages
--gn-args="is_standard_system=true enable_libabckit=true"
Signed-off-by: Shimenkov Mikhail <shimenkov.mikhail@huawei-partners.com>
Change-Id: I1a9ea2d7a71b10ced629a87c559dd734f8455b43
2024-11-07 13:15:49 +03:00
Amosov Alexey
b41c77a6df
Fix astchecker, added skip
...
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB0W9A
Signed-off-by: Amosov Alexey <amosov.alexey1@huawei-partners.com>
2024-11-07 11:28:21 +03:00
ivagin
b6b09de021
[abckit] Dev branch
...
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB0NKT
Signed-off-by: ivagin <vagin.ivan1@huawei-partners.com>
2024-11-07 07:42:25 +01:00
openharmony_ci
044121aa1f
!2773 URunner: fix report saving
...
Merge pull request !2773 from shirunova_viktoria/urunner/fix-report-xml
2024-11-07 03:15:59 +00:00
openharmony_ci
e7ce89fba5
!2728 [ArkTS][StdLib] Runtime error on Array with T|null
...
Merge pull request !2728 from AleksanderSotov/array-set-null
2024-11-07 03:07:46 +00:00
openharmony_ci
a7dfbd8fca
!2621 Print Inheritance info in ArkTS Debugger
...
Merge pull request !2621 from arutiunianani/arkts_debugger_fix_inherited_fields
2024-11-07 02:56:10 +00:00
openharmony_ci
55e5415fe7
!2787 Handle ASAN false-positive error
...
Merge pull request !2787 from Sidorov Aleksei/vixl_asan_fix
2024-11-07 02:39:32 +00:00
openharmony_ci
68488e336c
!2761 Intl alias types
...
Merge pull request !2761 from AleksanderSotov/intl-alias-types
2024-11-07 02:35:20 +00:00
openharmony_ci
a44f056144
!2695 Add perf counters
...
Merge pull request !2695 from rjgask/add-perf-counters
2024-11-06 22:08:57 +00:00