Commit Graph

3091 Commits

Author SHA1 Message Date
openharmony_ci
f3e0e0628b
!2712 [ArkTS][Frontend] Multiple error reporting in parser/expressionParser.cpp
Merge pull request !2712 from isharonov/feature-multiple-errors-expr
2024-11-02 21:20:18 +00:00
openharmony_ci
0e36fa4879
!2464 Export is allowed only for declarations
Merge pull request !2464 from Maxim Logaev/export-only-decls
2024-11-02 21:13:07 +00:00
openharmony_ci
277ef1a6f1
!2763 [URunner]: fix codecheck
Merge pull request !2763 from shirunova_viktoria/urunner/fix-codecheck-02
2024-11-02 21:01:24 +00:00
openharmony_ci
a54ca7e7df
!2607 Fix/suppress codecheck warnings in libpandabase
Merge pull request !2607 from Rokashevich Svetlana/suppress_warnings_libpandabase
2024-11-02 09:27:36 +00:00
openharmony_ci
ab52a8ce25
!2758 Split TypedUArray tests due timeout
Merge pull request !2758 from templin.konstantin/split-typeuarray-tests
2024-11-02 09:24:24 +00:00
openharmony_ci
b7170ef1e3
!2682 [ArkTS][StdLib] String.substr
Merge pull request !2682 from dr-irina/substr-fix
2024-11-02 09:22:22 +00:00
openharmony_ci
b8f67368ff
!2708 Fix object allocation in tenured region
Merge pull request !2708 from Panferov Ivan/pinned-bug
2024-11-02 09:19:28 +00:00
openharmony_ci
d0850a02e0
!2125 Implement type alias type
Merge pull request !2125 from stanislavmalishevskiy/type_alias_type
2024-11-02 09:14:34 +00:00
openharmony_ci
9841c08bc6
!2737 Add Tests for 15584, 15588, 16169 and 17934
Merge pull request !2737 from Maksim Khramov/issue-16169
2024-11-02 09:11:32 +00:00
openharmony_ci
d0f0cdba65
!2566 [Concurrency] Taskpool part 4
Merge pull request !2566 from Petrov Igor/taskpool_part_4
2024-11-01 14:39:19 +00:00
openharmony_ci
722087d3b8
!2570 Silencing ets_tests
Merge pull request !2570 from AEVoronin/cmakeBranch
2024-11-01 08:45:12 +00:00
Viktoria Shirunova
0e55dc8534 URunner: fix codecheck - part2
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB19D0

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-01 10:33:20 +03:00
Igor Sharonov
d534621c22 Multiple errors in parser/expressionParser
Allow several messages on success in test262.

Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IAV6DT
Change-Id: I3f67444e1a95b89086005220134e38ce7aadf354
Signed-off-by: Igor Sharonov <isharonov576@gmail.com>
2024-11-01 08:30:14 +03:00
openharmony_ci
a2083faee2
!2746 [MM] Reduce get_object_address test time
Merge pull request !2746 from Petrov Igor/reduce_get_object_address_test_time
2024-10-31 22:22:12 +00:00
Petrov Igor
5bcd550b9f [Concurrency] Taskpool part 4
Issue: #IAUVVV

Testing: `ninja all tests`

Signed-off-by: Petrov Igor <petrov.826961@huawei.com>
2024-10-31 21:26:44 +03:00
openharmony_ci
50f177ddef
!2578 VMB add js lang to ArkJS platform
Merge pull request !2578 from mr_aramis/vmb-arkjs-update
2024-10-31 14:16:43 +00:00
openharmony_ci
68bc175e00
!2563 Fixes for arktsconfig parsing
Merge pull request !2563 from Orlovsky Maxim/morlovsky/arktsconfig-validation-10.2.24
2024-10-31 09:46:45 +00:00
openharmony_ci
3e2b7e5876
!2716 Refactoring folder structure for frontend functional tests (chapter 7)
Merge pull request !2716 from gorlovaleksandr/I1825-C
2024-10-31 09:38:57 +00:00
openharmony_ci
7edae685ce
!2713 Set up test env for NARK
Merge pull request !2713 from kurnevichstanislav/setup_nark_tests
2024-10-31 09:32:24 +00:00
openharmony_ci
8811583c2f
!2743 [abckit] Separate libabckit tests into separate targets
Merge pull request !2743 from Nazarov Konstantin/feature/abckit-separate-clang
2024-10-31 09:27:08 +00:00
Rokashevich Svetlana
d581a35caa Suppress/fix warnings in libpandabase
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IAVTX5

Signed-off-by: Rokashevich Svetlana <rokashevich.svetlana1@huawei-partners.com>
2024-10-31 11:19:54 +03:00
templin.konstantin
ae101d7817
Split typeduarray tests due timeout
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB14JP

Changes:
- Split typeduarray tests into parts due timeout

All required pre-merge tests passed. Results are available in the internal CI.

Signed-off-by: templin.konstantin <templin.konstantin@huawei-partners.com>
2024-10-31 10:44:53 +03:00
Maxim Logaev
37e8f0273e Export is allowed only for declarations
Description: Removed a test from the ignore list after adding a
syntax error "Export is only allowed for declarations", according to
sections of the ArkTS specification:
- 13.8 Top-Level Declarations;
- 13.9 Export Directives.
Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IAQ198
Testing: run all tests

Signed-off-by: Maxim Logaev <logaevmax@gmail.com>
2024-10-30 15:06:08 +03:00
Maksim Khramov
f72f7a6bd1 Add Test for 15584, 15588, 16169 and 17934
Test two members of a class can have the same name if one is static while the other is not.
Same test for read-only fields with same name
Test method code reachable when class defined in method body
Extend bigint AND operator test with more cases

Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB0C2K

Test: CI build

Signed-off-by: Maksim Khramov <khramov.wx1235557@huawei-partners.com>
2024-10-30 17:37:12 +08:00
openharmony_ci
13c815cb9d
!2688 [CallbackPoster]: Update of CallbackPoster for multiple usage
Merge pull request !2688 from Molotkov Mikhail/event-loop-update
2024-10-30 01:34:03 +00:00
openharmony_ci
859e574a58
!2726 Suppress/fix codecheck warnings in interop tests
Merge pull request !2726 from Rokashevich Svetlana/fix_cc_in_interop_tests
2024-10-30 01:31:47 +00:00
openharmony_ci
b24af241ab
!2595 [Compiler] Fix loop analyses
Merge pull request !2595 from Daniil Kofanov/loops_fix_analyses
2024-10-30 01:29:14 +00:00
openharmony_ci
70bba6552e
!2723 [RUNTIME] Need to merge 10.25 PR shuttle dev to master
Merge pull request !2723 from Amosov Alexey/fe_dev_stable_to_master
2024-10-30 01:26:49 +00:00
openharmony_ci
6c01663648
!2735 [static_core] Fix python scripts codecheck
Merge pull request !2735 from ivagin/abckit-tidy-codecheck-fix
2024-10-29 17:03:26 +00:00
Petrov Igor
3386b4d596 [MM] Reduce get_object_address test time
Issue: #IB0NXP

Testing: `ninja all tests`

Signed-off-by: Petrov Igor <petrov.826961@huawei.com>
2024-10-29 16:51:32 +03:00
Nazarov Konstantin
9ec1a97f7c Separate abckit tests from clang tests
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IAZ1HX

Change-Id: I04c55f23563a6a9b3329ba482a8aac5d9f275f58
Signed-off-by: Nazarov Konstantin <nazarov.konstantin1@huawei.com>
2024-10-29 21:18:43 +08:00
kurnevichstanislav
29347b8454 Prepare testing environment for NARK
Issue: #IAZM3E

Signed-off-by: kurnevichstanislav <kurnevich.stanislav@huawei-partners.com>
2024-10-29 16:06:50 +03:00
ivagin
163416594d [static_core] Fix clang tidy script codecheck
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB09AU

Signed-off-by: ivagin <vagin.ivan1@huawei-partners.com>
2024-10-29 10:26:55 +01:00
openharmony_ci
aa0829a272
!2675 [ArkTS CTS] Create CTS tests covering 5.2.1 Implicit Generic Instantiations
Merge pull request !2675 from fotograf/cts-impl-gen-inst
2024-10-29 08:33:59 +00:00
openharmony_ci
87a2fce1d7
!2660 [ArkTS CTS] Add tests for 7.24.5 Enumeration Relational Operators
Merge pull request !2660 from fotograf/cts-enum-rel-ops
2024-10-29 08:31:36 +00:00
mr_aramis
02fd1e2d5a VMB add js to es2abc tool
Issue: #IAUYCI:[新需求]: VMB: add js lang to ArkJs platform

Signed-off-by: mr_aramis <loko.motiv@huawei-partners.com>
2024-10-29 09:13:44 +01:00
Igor Sharonov
c7af95e4a2
Multiple errors in parser/ETSparserExpressions
Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IAOX35
Change-Id: I90f865b7dc6febe88380469324539ad2c2a9cad3
Signed-off-by: Igor Sharonov <isharonov576@gmail.com>
2024-10-28 19:31:40 +03:00
Klimentieva
d83668fa99
Clean up ignore list for my issue
Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IAVIMD

Testing: ninja all tests

Signed-off-by: Klimentieva <klimentieva.maria@h-partners.com>
2024-10-28 19:31:39 +03:00
lirismankarina
cf71c04a06
Ignore tests for multi logging
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IAWYXW

Description: tmp ignoring tests

Signed-off-by: lirismankarina <lirisman.karina@huawei-partners.com>
2024-10-28 19:31:39 +03:00
groshevmaksim
a73dd47cbc
Titlle: Cleanning of cts-ets ignore list
Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IAUT7H

Signed-off-by: groshevmaksim <groshev.maksim@h-partners.com>
2024-10-28 19:31:38 +03:00
tengtengh
536360a3fa
Fix the test suite for readonly parameter
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IAW449

Description: The testsuit of readonly parameter need to be modified when we implement readonly parameter.

Tested-by:
ninja tests (passed)
ets_testrunner (passed)

Signed-off-by: tengtengh <tenghao9@huawei.com>
2024-10-28 19:31:37 +03:00
Igor Sharonov
2565418510
Do not ignore malformed import
Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IATNJW
Change-Id: I57e343f9fc7c15c043ac79a035fcc7967aa37753
Signed-off-by: Igor Sharonov <isharonov576@gmail.com>
2024-10-28 19:31:36 +03:00
Igor Sharonov
35223d5678
Multiple errors in parser/ETSparserClasses
Fix import issue.

Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IAOX1F
Change-Id: I65c134db53a43a208b6aa21f44165ffcf23cdb70
Signed-off-by: Igor Sharonov <isharonov576@gmail.com>
2024-10-28 19:31:35 +03:00
openharmony_ci
436cb71cb5
!2732 Fix fuzz test case failure
Merge pull request !2732 from LiYue/1026-fuzz-failed
2024-10-28 11:32:51 +00:00
molotkovmikhail
0f9d4833d0 Update CallbackPoster for multiple usage
Added internal callback queue for saving poster callbacks

Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IAYQX8

Tests: ninja all tests

Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com>
2024-10-28 18:19:46 +08:00
Panferov Ivan
d89b198b62 Fix allocation in tenured region
Description:
Fix a missing bit setting in LiveBitmap during allocation in tenured region

Issue: #IAZLYA

Signed-off-by: Panferov Ivan <panferov.ivan@huawei-partners.com>
2024-10-28 18:02:15 +08:00
gorlovaleksandr
cb4c03675b Title: Update folder struct of frontend tests
Description: Refactoring folder structure in charpter 7 (expression) for frontend tests according to ArkTS spec
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IAZLRF
Tests: All required pre-merge test passed.Results are available in the gwatcher review issue

Signed-off-by: gorlovaleksandr <gorlov.aleksandr@huawei-partners.com>
2024-10-28 12:31:47 +03:00
openharmony_ci
c9ed3bec27
!2545 Add runtime_core UT to GGW
Merge pull request !2545 from oh-rgx/ggw
2024-10-28 08:29:38 +00:00
openharmony_ci
2cd9760fab
!2714 Split StringBuilder slow checked tests
Merge pull request !2714 from Mikhail Ivanov/20132-split-string-builder-append-merge-checked-tests-2
2024-10-26 18:34:51 +00:00
openharmony_ci
22fab97cf4
!1308 libabckit
Merge pull request !1308 from ivagin/libmanipulasm-poc
2024-10-26 18:32:24 +00:00