| /arkcompiler/runtime_core/static_core/ |
| D | codecheck_ignore.json | 15 "libpandabase/tests/taskmanager": "*", 37 "plugins/ets/playground/backend/tests/fixtures/__init__.py": "*", 52 "plugins/ets/tests/benchmarks/promise/bu_j2a/bench_j2a.js": "*", 53 "plugins/ets/tests/benchmarks/promise/bu_j2j/bench_j2j.js": "*", 54 "plugins/ets/tests/common": "*", 55 "plugins/ets/tests/checked/CMakeLists.txt": {"bc-40001": "*"}, 56 "plugins/ets/tests/debugger/CMakeLists.txt": {"bc-40001": "*"}, 57 "plugins/ets/tests/debugger/src/arkdb/debug_client.py": "*", 58 "plugins/ets/tests/compiler/inst_generator_test_ext.inc": {"G.INC.02": "*"}, 59 "plugins/ets/tests/equals": "*", [all …]
|
| D | REVIEWERS | 56 static_core/tests/ @Prof1983 57 static_core/tests/cts-* @igelhaus 58 static_core/tests/irtoc-interpreter-* @mbolshov ^igelhaus 59 static_core/tests/vm-benchmarks @ignatenkooleg @Prof1983 ^asidorov 65 static_core/libpandabase/tests/*mem* @udav 80 static_core/tests/benchmarks/ @igelhaus 81 static_core/tests/checked/ @Prof1983 82 static_core/tests/panda/ @igelhaus 83 static_core/tests/test-lists/ ^amate ^sergeyandreev @kuchkovairina 84 static_core/tests/tests-u-runner/ ^amate @sergeyandreev @anton-sysoev [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test_tsc_ignore_list.txt | 1 es2panda/test/TypeScript/tests/cases/compiler/bom-utf16be.ts 2 es2panda/test/TypeScript/tests/cases/compiler/collisionArgumentsInType.ts 3 es2panda/test/TypeScript/tests/cases/compiler/collisionArgumentsInterfaceMembers.ts 4 es2panda/test/TypeScript/tests/cases/compiler/elidedEmbeddedStatementsReplacedWithSemicolon.ts 5 es2panda/test/TypeScript/tests/cases/compiler/emitBundleWithShebang1.ts 6 es2panda/test/TypeScript/tests/cases/compiler/isLiteral1.ts 7 es2panda/test/TypeScript/tests/cases/compiler/isLiteral2.ts 8 es2panda/test/TypeScript/tests/cases/compiler/letAsIdentifier2.ts 9 es2panda/test/TypeScript/tests/cases/compiler/letInVarDeclOfForIn_ES5.ts 10 es2panda/test/TypeScript/tests/cases/compiler/letInVarDeclOfForIn_ES6.ts [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/ |
| D | arktsconfig.in.json | 7 "module": ["${PANDA_ROOT}/plugins/ets/tests/interop_js/tests/class_operations/module.js"] 10 …"${PANDA_ROOT}/plugins/ets/tests/interop_js/tests/test_intrins/test_intrins.js": { "language": "js… 11 …"${PANDA_ROOT}/plugins/ets/tests/interop_js/tests/test_frontend/test_frontend_package.js": { "lang… 12 …"${PANDA_ROOT}/plugins/ets/tests/interop_js/tests/number_subtypes/module.js": { "language": "js", … 13 …"${PANDA_ROOT}/plugins/ets/tests/interop_js/tests/strict_equality/strict_equality.js": { "language… 14 …"${PANDA_ROOT}/plugins/ets/tests/interop_js/tests/test_undefined/test_undefined.js": { "language":… 15 …"${PANDA_ROOT}/plugins/ets/tests/interop_js/tests/class_composite/js/class_composite.js": { "langu… 16 …"${PANDA_ROOT}/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/scenarios.js": { "language":… 17 …"${PANDA_ROOT}/plugins/ets/tests/interop_js/tests/es_object/to_string/test_to_string_method.js": {… 18 …"${PANDA_ROOT}/plugins/ets/tests/interop_js/tests/checked/example/strings.js": { "language": "js",… [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | CMakeLists.txt | 307 tests/analysis_test.cpp 308 tests/adjust_arefs_test.cpp 309 tests/alias_analysis_test.cpp 310 tests/aot_test.cpp 311 tests/balance_expressions_test.cpp 312 tests/basicblock_test.cpp 313 tests/bounds_analysis_test.cpp 314 tests/branch_elimination_test.cpp 315 tests/call_input_types_test.cpp 316 tests/catch_inputs_test.cpp [all …]
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | Util.cmake | 18 ${VERIFICATION_SOURCES_DIR}/util/tests/environment.cpp 19 ${VERIFICATION_SOURCES_DIR}/util/tests/lazy_test.cpp 20 ${VERIFICATION_SOURCES_DIR}/util/tests/addr_map_test.cpp 21 ${VERIFICATION_SOURCES_DIR}/util/tests/tagged_index_test.cpp 22 ${VERIFICATION_SOURCES_DIR}/util/tests/flags.cpp 23 ${VERIFICATION_SOURCES_DIR}/util/tests/obj_pool_test.cpp 24 ${VERIFICATION_SOURCES_DIR}/util/tests/index_test.cpp 25 ${VERIFICATION_SOURCES_DIR}/util/tests/optional_ref_test.cpp 26 ${VERIFICATION_SOURCES_DIR}/util/tests/saturated_enum_test.cpp 27 ${VERIFICATION_SOURCES_DIR}/util/tests/shifted_vector_test.cpp [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/ |
| D | README.md | 6 Tests are being generated during building. 18 -t, --template FILE Path to template yaml file to generate tests (required) 21 -o, --output DIR Path to directory where tests will be generated (required) 28 ${PANDA_SRC_ROOT}/tests/cts-generator/generate-cts.rb \ 29 -t ${PANDA_SRC_ROOT}/tests/cts-generator/cts-template/template.yaml \ 30 -s ${PANDA_SRC_ROOT}/tests/cts-generator/cts-template/yaml-schema.json \ 34 This command will generate CTS tests using provided template file. Template is validated using sche… 43 …-t, --test-dir DIR Path to test directory to search tests recursively, or path to si… 50 --verify-tests Run verifier against positive tests (option for test checking) 53 …-a, --run-all Run all tests, ignore "runner-option: ignore" tag in test definit… [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | README.md | 6 Tests are being generated during building. 18 -t, --template FILE Path to template yaml file to generate tests (required) 21 -o, --output DIR Path to directory where tests will be generated (required) 28 ${PANDA_SRC_ROOT}/tests/cts-generator/generate-cts.rb \ 29 -t ${PANDA_SRC_ROOT}/tests/cts-generator/cts-template/template.yaml \ 30 -s ${PANDA_SRC_ROOT}/tests/cts-generator/cts-template/yaml-schema.json \ 34 This command will generate CTS tests using provided template file. Template is validated using sche… 43 …-t, --test-dir DIR Path to test directory to search tests recursively, or path to si… 50 --verify-tests Run verifier against positive tests (option for test checking) 53 …-a, --run-all Run all tests, ignore "runner-option: ignore" tag in test definit… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/ |
| D | README.md | 1 # How to run ets-func-tests and cts tests locally 8 ## Run ets-func-tests in INT mode 10 $ $ARK_ROOT/tests/tests-u-runner/runner.sh --ets-func-tests --build-dir $BUILD --processes=`nproc` 13 ## Run ets-func-tests in JIT mode 15 $ $ARK_ROOT/tests/tests-u-runner/runner.sh --ets-func-tests --build-dir $BUILD --jit --ark-args='--… 18 ## Run cts tests 20 $ $ARK_ROOT/tests/tests-u-runner/runner.sh --ets-cts --build-dir $BUILD --processes=`nproc`
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | CMakeLists.txt | 519 list(APPEND STACK_WALKER_HOOK_BRIDGE_SOURCE tests/arch/arm/stack_walker_hook_bridge.S) 521 list(APPEND STACK_WALKER_HOOK_BRIDGE_SOURCE tests/arch/arm/stack_walker_hook_bridge.S) 523 list(APPEND STACK_WALKER_HOOK_BRIDGE_SOURCE tests/arch/aarch64/stack_walker_hook_bridge.S) 525 list(APPEND STACK_WALKER_HOOK_BRIDGE_SOURCE tests/arch/amd64/stack_walker_hook_bridge.S) 628 tests/interpreter/test_interpreter_impl.cpp 686 SET(INVOKE_HELPER tests/arch/arm/invokation_helper.S) 688 SET(INVOKE_HELPER tests/arch/arm/invokation_helper_hf.S) 690 SET(INVOKE_HELPER tests/arch/aarch64/invokation_helper.S) 692 #SET(INVOKE_HELPER tests/arch/x86/invokation_helper.S) 694 SET(INVOKE_HELPER tests/arch/amd64/invokation_helper.S) [all …]
|
| /arkcompiler/runtime_core/libabckit/scripts/ |
| D | abckit_status.py | 36 help=f'Fill table with tests for cpp api') 40 help=f'Fill table with tests for c api') 56 abckit_tests = os.path.join(libabckit_dir, 'tests') 61 'tests/canary', 'tests/helpers', 'tests/internal', 'tests/null_args_tests', 62 'tests/sanitizers', 'tests/scenarios', 'tests/scenarios_c_api_clean', 63 'tests/stress', 'tests/ut tests/wrong_ctx_tests', 'tests/wrong_mode_tests' 69 'tests/cpp/tests', 70 'tests/mock', 71 'tests/regression', 72 'tests/scenarios_cpp_api_clean' [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/ |
| D | readme.md | 10 It is possible to run tests either using script `runner.sh` or `main.py` directly. 23 $PROJECT/tests/tests-u-runner/runner.sh <test-suite-name> --build-dir $BUILD 37 python3 $PROJECT/tests/tests-u-runner/main.py <test-suite-name> --build-dir $BUILD 43 Tests folders: 46 - `--ets-func-tests` - tests for ArkTS: standard library and sts func tests 47 Tests folder: `plugins/ets/tests/ets_func_tests/` 62 - `--ets-es-checked` - `STS tests that cross validate results with ts` 63 `--ets-gc-stress` - `GC stress tests` 64 - `--ets-runtime` - `STS runtime tests` 65 Tests folder: `ets_frontend/ets2panda/test/runtime/ets` [all …]
|
| /arkcompiler/ets_frontend/testTs/ |
| D | test-case.patch | 212 tests/cases/conformance/jsdoc/extendsTag1.ts | 1 + 220 tests/cases/conformance/jsdoc/seeTag3.ts | 7 + 221 tests/cases/conformance/jsdoc/thisTag2.ts | 11 + 253 tests/cases/conformance/node/nodeModules1.ts | 321 ++++++++++++ 504 …create mode 100644 tests/cases/conformance/ambient/ambientDeclarationsPatterns/ambientDeclarations… 505 create mode 100644 tests/cases/conformance/ambient/ambientDeclarationsPatterns/declarations.d.ts 506 …create mode 100644 tests/cases/conformance/ambient/ambientShorthand_merging/ambientShorthand_mergi… 507 create mode 100644 tests/cases/conformance/ambient/ambientShorthand_merging/declarations1.d.ts 508 create mode 100644 tests/cases/conformance/ambient/ambientShorthand_merging/declarations2.d.ts 509 …create mode 100644 tests/cases/conformance/ambient/ambientShorthand_reExport/ambientShorthand_reEx… [all …]
|
| /arkcompiler/ets_runtime/test/ut/ |
| D | ignore-ut-release-qemu-ets_runtime.txt | 13 obj/arkcompiler/ets_runtime/ecmascript/tests/GC_NewToOldPromotion_Test 59 obj/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/AOTFileTest/aot_file_test.o 60 obj/arkcompiler/ets_runtime/ecmascript/base/tests/JSHelper_NumberHelper_TestWithQemu 61 obj/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/HeapTrackerThirdTest/heap_tracker_third_test… 62 obj/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/HeapDumpTest/heap_dump_test.o 63 obj/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/HeapTrackerSecondTest/heap_tracker_second_te… 64 obj/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/HeapSnapShotTest/heap_snapshot_test.o 65 obj/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/HeapTrackerFirstTest/heap_tracker_first_test… 66 obj/arkcompiler/ets_runtime/ecmascript/builtins/tests/Builtins_DateTimeFormat_Second_TestWithQemu 67 obj/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/JSMetadataTest/js_metadata_test.o [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | CMakeLists.txt | 352 tests/list_test.cpp 353 tests/bit_helpers_test.cpp 354 tests/bit_memory_region_test.cpp 355 tests/bit_table_test.cpp 356 tests/bit_utils_test.cpp 357 tests/bit_vector_test.cpp 358 tests/string_helpers_test.cpp 359 tests/type_converter_tests.cpp 360 tests/logger_test.cpp 361 tests/dfx_test.cpp [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/ |
| D | test_stress_gc_humongous.sts | 128 let tests = new ArrayAsListObject(); 130 tests.pushBack(new TestHumongousStress(4, 3, 1.1)); 131 tests.pushBack(new TestHumongousStress(16, 5, 2.1)); 132 tests.pushBack(new TestHumongousStress(32, 4, 0.6)); 134 tests.pushBack(new TestHumongousStress(4, 12, 1.1)); 135 tests.pushBack(new TestHumongousStress(16, 7, 2.1)); 136 tests.pushBack(new TestHumongousStress(32, 18, 0.6)); 138 tests.pushBack(new TestHumongousStress(16, 3, 1.1)); 139 tests.pushBack(new TestHumongousStress(48, 2, 2.1)); 141 tests.pushBack(new TestHumongousStress(4, 3, 1.1)); [all …]
|
| D | test_stress_gc_humongous_bq.sts | 115 let tests = new ArrayAsListObject(); 117 tests.pushBack(new TestHumongousStress(4, 3, 1.1)); 118 tests.pushBack(new TestHumongousStress(16, 5, 2.1)); 119 tests.pushBack(new TestHumongousStress(32, 4, 0.6)); 121 tests.pushBack(new TestHumongousStress(4, 12, 1.1)); 122 tests.pushBack(new TestHumongousStress(16, 7, 2.1)); 123 tests.pushBack(new TestHumongousStress(32, 18, 0.6)); 125 tests.pushBack(new TestHumongousStress(16, 3, 1.1)); 126 tests.pushBack(new TestHumongousStress(48, 2, 2.1)); 128 tests.pushBack(new TestHumongousStress(4, 3, 1.1)); [all …]
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | CMakeLists.txt | 80 tests/bitops_bitwise_and_test.cpp 81 tests/bc_lowering_test.cpp 82 tests/codegen_test.cpp 83 tests/reg_acc_alloc_test.cpp 84 tests/reg_encoder_test.cpp 85 tests/runtime_adapter_test.cpp 86 tests/const_array_resolver_test.cpp 87 tests/bytecodeopt_peepholes_test.cpp 88 tests/check_resolver_test.cpp 89 tests/canonicalization_test.cpp [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ |
| D | ets_test_dir.py | 29 def tests(self) -> Path: member in EtsTestDir 30 return self.root / "tests" 34 return self.tests / "ets-templates" 38 return self.tests / "ets_func_tests" 42 return self.tests / "stdlib-templates" 46 return self.tests / "ets-func-tests-templates" 50 return self.tests / "ets_test_suite" / "gc" / "stress" 54 return self.tests / "ets_es_checked" 58 return self.tests / "sts_ts_subset"
|
| /arkcompiler/runtime_core/tests/ |
| D | CMakeLists.txt | 16 add_custom_target(cts-assembly COMMENT "Running compliance tests for Panda Assembly") 17 add_custom_target(regression COMMENT "Running panda compiler regression tests") 18 add_custom_target(cts-aot-tests COMMENT "Running panda aot tests") 19 add_custom_target(cts-jit-tests COMMENT "Running panda jit-enforce tests") 20 add_custom_target(irtoc-interpreter-tests COMMENT "Running irtoc interpreter tests") 23 add_dependencies(tests irtoc-interpreter-tests) 24 add_dependencies(irtoc-interpreter-tests irtoc-opcode-suite) 25 # TODO(maksenov): disable tests subdirectory for Windows build to remove this condition 27 add_dependencies(tests cts-assembly regression) 30 add_custom_target(verifier-tests COMMENT "Regression tests for verifier") [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | parser.rb | 29 # tests: Generator::TESTS 32 # Tests definitions 33 @tests = @data[Generator::TESTS] 42 updated_tests = @tests.flat_map do |test| 51 … "Schema validation error, please update template '#{file_name}' to match schema to generate tests" 56 included_data[Generator::TESTS].map do |single_test| 60 included_data[Generator::TESTS] 66 @tests = updated_tests 70 @tests.each do |raw_test| 86 LOG.info "Tests generation done in #{Time.now - start_time} sec" [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/generator/ |
| D | parser.rb | 29 # tests: Generator::TESTS 32 # Tests definitions 33 @tests = @data[Generator::TESTS] 42 updated_tests = @tests.flat_map do |test| 51 … "Schema validation error, please update template '#{file_name}' to match schema to generate tests" 56 included_data[Generator::TESTS].map do |single_test| 60 included_data[Generator::TESTS] 66 @tests = updated_tests 70 @tests.each do |raw_test| 86 LOG.info "Tests generation done in #{Time.now - start_time} sec" [all …]
|
| /arkcompiler/runtime_core/static_core/tests/irtoc-interpreter-tests/irtoc-tag/ |
| D | CMakeLists.txt | 16 project(irtoc-interpreter-tag-tests) 32 set(TAG_GENERATED_TESTS "${PROJECT_BINARY_DIR}/tests-pa/") 33 set(TAG_COMPILED_TESTS "${PROJECT_BINARY_DIR}/tests/") 38 add_custom_target(irtoc-interpreter-tests-tag-generator 39 COMMENT "Generate TAG tests files" 51 add_custom_target(irtoc-interpreter-tests-tag 52 COMMENT "Run generated TAG tests" 54 ${CMAKE_SOURCE_DIR}/tests/cts-generator/test-runner.rb 60 add_dependencies(irtoc-interpreter-tests-tag irtoc-interpreter-tests-tag-generator)
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | CMakeLists.txt | 69 tests/bitops_bitwise_and_test.cpp 70 tests/bc_lowering_test.cpp 71 tests/codegen_test.cpp 72 tests/reg_acc_alloc_test.cpp 73 tests/reg_encoder_test.cpp 74 tests/runtime_adapter_test.cpp 75 tests/const_array_resolver_test.cpp 76 tests/bytecodeopt_peepholes_test.cpp 77 tests/check_resolver_test.cpp 78 tests/canonicalization_test.cpp [all …]
|
| /arkcompiler/runtime_core/static_core/tests/ |
| D | CMakeLists.txt | 17 add_custom_target(cts-assembly COMMENT "Running compliance tests for Panda Assembly") 18 add_custom_target(regression COMMENT "Running panda compiler regression tests") 19 add_custom_target(irtoc-interpreter-tests COMMENT "Running irtoc interpreter tests") 21 add_custom_target(mm_tests COMMENT "Running memory management tests that use GC the most") 24 add_custom_target(cts-aot-tests COMMENT "Running panda aot tests") 25 add_custom_target(cts-jit-tests COMMENT "Running panda jit-enforce tests") 26 add_custom_target(cts-llvmaot-tests COMMENT "Running panda LLVM AOT tests") 28 add_dependencies(core_tests irtoc-interpreter-tests) 29 add_dependencies(irtoc-interpreter-tests irtoc-opcode-suite) 30 # TODO(maksenov): disable tests subdirectory for Windows build to remove this condition [all …]
|