| /arkcompiler/ets_frontend/es2panda/test/ |
| D | test_tsc_ignore_list.txt | 1 es2panda/test/TypeScript/tests/cases/compiler/ambientClassOverloadForFunction.ts 2 es2panda/test/TypeScript/tests/cases/compiler/arrowFunctionWithObjectLiteralBody5.ts 3 es2panda/test/TypeScript/tests/cases/compiler/arrowFunctionWithObjectLiteralBody6.ts 4 es2panda/test/TypeScript/tests/cases/compiler/assertionFunctionsCanNarrowByDiscriminant.ts 5 es2panda/test/TypeScript/tests/cases/compiler/bom-utf16be.ts 6 es2panda/test/TypeScript/tests/cases/compiler/castTest.ts 7 es2panda/test/TypeScript/tests/cases/compiler/classFunctionMerging.ts 8 es2panda/test/TypeScript/tests/cases/compiler/collisionArgumentsInType.ts 9 es2panda/test/TypeScript/tests/cases/compiler/collisionArgumentsInterfaceMembers.ts 10 es2panda/test/TypeScript/tests/cases/compiler/computedPropertiesTransformedInOtherwiseNonTSClasses.… [all …]
|
| D | runner.py | 59 help='run test262 tests') 65 default=False, help='run regression tests') 68 default=False, help='run compiler tests') 71 default=False, help='run tsc tests') 109 help='use skiplist for tests failing on aarch64 in AOT or JIT mode') 118 help='run tests listed in file') 134 help='run hotfix tests') 136 help='run hotreload tests') 138 help='run base64 tests') 398 self.tests = [] [all …]
|
| /arkcompiler/runtime_core/verification/util/ |
| D | Util.cmake | 18 ${VERIFICATION_SOURCES_DIR}/util/tests/environment.cpp 19 ${VERIFICATION_SOURCES_DIR}/util/tests/equiv_classes_test.cpp 20 ${VERIFICATION_SOURCES_DIR}/util/tests/lazy_test.cpp 21 ${VERIFICATION_SOURCES_DIR}/util/tests/relation_test.cpp 22 ${VERIFICATION_SOURCES_DIR}/util/tests/addr_map_test.cpp 23 ${VERIFICATION_SOURCES_DIR}/util/tests/tagged_index_test.cpp 24 ${VERIFICATION_SOURCES_DIR}/util/tests/flags.cpp 25 ${VERIFICATION_SOURCES_DIR}/util/tests/obj_pool_test.cpp 26 ${VERIFICATION_SOURCES_DIR}/util/tests/enum_array_test.cpp 27 ${VERIFICATION_SOURCES_DIR}/util/tests/index_test.cpp [all …]
|
| /arkcompiler/runtime_core/compiler/ |
| D | CMakeLists.txt | 287 tests/adjust_arefs_test.cpp 288 tests/alias_analysis_test.cpp 289 tests/aot_test.cpp 290 tests/balance_expressions_test.cpp 291 tests/basicblock_test.cpp 292 tests/bounds_analysis_test.cpp 293 tests/branch_elimination_test.cpp 294 tests/call_input_types_test.cpp 295 tests/checks_elimination_test.cpp 296 tests/cleanup_test.cpp [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 …]
|
| D | generate-cts.rb | 34 def get_chunk(tests, chunk, chunks) argument 35 chunk_size = tests.length / chunks 36 if chunk_size > tests.length || chunk_size < 1 || chunk.negative? 41 last_idx = chunk >= chunks - 1 ? tests.length : (chunk + 1) * chunk_size 44 result.push(tests[i]) 56 opts.on('-t', '--template FILE', 'Path to template yaml file to generate tests (required)') 59 opts.on('-o', '--output DIR', 'Path to directory where tests will be generated (required)') 61 …opts.on('-f', '--file FILE', 'Generate tests from the specified yaml file only, for example: fmod2… 90 data['tests'] = get_chunk data['tests'], chunk, chunks 92 data['tests'] = [{"include" => "#{file}"}] if file [all …]
|
| D | test-runner.rb | 72 …opts.on('-t', '--test-dir DIR', 'Path to test directory to search tests recursively, or path to si… 80 opts.on('--verify-tests', 'Run verifier against positive tests (option for test checking)') 83 opts.on('-a', '--run-all', 'Run all tests, ignore "runner-option: ignore" tag in test definition') 84 …opts.on('--run-ignored', 'Run ignored tests, which have "runner-option: ignore" tag in test defini… 88 opts.on('-e', '--exclude-tag TAG', Array, 'Exclude tags for tests') do |f| 94 opts.on('-i', '--include-tag TAG', Array, 'Include tags for tests') do |f| 97 opts.on('-b', '--bug_id BUGID', Array, 'Include tests with specified bug ids') do |f| 168 $force_verifier = !!options['verify-tests'] 178 # path_to_tests = '/mnt/d/linux/work/panda/tests/cts-generator/cts-generated/' 180 TestRunner::log 2, "Path to tests: #{path_to_tests}"
|
| /arkcompiler/runtime_core/runtime/ |
| D | CMakeLists.txt | 156 tests/arch/aarch64/stack_walker_test_bridge_aarch64.S) 446 tests/interpreter/test_interpreter_impl.cpp 494 SET(INVOKE_HELPER tests/arch/arm/invokation_helper.S) 496 SET(INVOKE_HELPER tests/arch/arm/invokation_helper_hf.S) 498 SET(INVOKE_HELPER tests/arch/aarch64/invokation_helper.S) 500 #SET(INVOKE_HELPER tests/arch/x86/invokation_helper.S) 502 SET(INVOKE_HELPER tests/arch/amd64/invokation_helper.S) 555 tests/multithreaded_intern_string_table_test.cpp 560 tests/bitmap_clear_range_test.cpp 565 tests/bitmap_order_object_alignment_test.cpp [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/runtime_core/runtime/tooling/inspector/ |
| D | CMakeLists.txt | 65 tests/breakpoint_test.cpp 66 tests/client.cpp 67 tests/combined_event_loop.cpp 68 tests/expect_pauses.cpp 69 tests/inspector_test_base.cpp 70 tests/inspector_test.cpp 71 tests/instruction_pointer.cpp 72 tests/json_property_test.cpp 73 tests/server_test.cpp 74 tests/step_test.cpp [all …]
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | CMakeLists.txt | 265 add_dependencies(tests test_arkbase_lto_writable_sections) 285 tests/list_test.cpp 286 tests/bit_helpers_test.cpp 287 tests/bit_memory_region_test.cpp 288 tests/bit_table_test.cpp 289 tests/bit_utils_test.cpp 290 tests/bit_vector_test.cpp 291 tests/string_helpers_test.cpp 292 tests/type_converter_tests.cpp 293 tests/logger_test.cpp [all …]
|
| /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/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/libpandafile/ |
| D | CMakeLists.txt | 20 file(MAKE_DIRECTORY "${GEN_INCLUDE_DIR}/tests") 28 tests/bytecode_emitter_tests_gen.h.erb 97 tests/bytecode_instruction_tests.cpp 98 tests/file_test.cpp 99 tests/file_item_container_test.cpp 100 tests/file_items_test.cpp 101 tests/bytecode_emitter_tests.cpp 102 tests/debug_info_extractor_test.cpp 103 tests/panda_cache_test.cpp 104 tests/file_format_version_test.cpp [all …]
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/templates/ |
| D | report.erb | 14 Tests Summary: 15 Total number of tests: <%= rep['tests']['total']%> 16 Tests accepted for coverage: <%= rep['tests']['counted_for_coverage']%> 17 Tests with not matching assertions: <%= rep['tests']['orphaned']%>
|
| /arkcompiler/runtime_core/ |
| D | BUILD.gn | 297 …deps = [ "$ark_root/bytecode_optimizer/tests:bcopt_type_adapter_unit_test($build_root/toolchain/ma… 299 …deps = [ "$ark_root/bytecode_optimizer/tests:bcopt_type_adapter_unit_test($build_root/toolchain/ma… 303 …"$ark_root/bytecode_optimizer/tests:bcopt_type_adapter_unit_test($build_root/toolchain/linux:clang… 304 …"$ark_root/bytecode_optimizer/tests:bcopt_type_adapter_unit_test($build_root/toolchain/mingw:mingw… 320 …deps += [ "$ark_root/libark_defect_scan_aux/tests/unittest:defect_scan_aux_unittest(${host_toolcha… 327 "$ark_root/libpandabase/tests:unittest", 328 "$ark_root/libpandafile/tests:unittest", 329 "$ark_root/libziparchive/tests:unittest", 330 "$ark_root/plugins/ecmascript/tests:unittest", 331 "$ark_root/runtime/tests:unittest", [all …]
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/ |
| D | README.md | 21 --testdir (-d) - directory with tests, required 22 --testglob (-g) - glob for selecting test files in tests directory ("**/*.pa" for example), required 27 --uncovered (-u) - output yaml document listing the spec areas not covered by tests 37 tests/cts-coverage-tool/bin/spectrac.rb \ 39 -d tests/cts-generator/cts-generated/ \ 44 -n tests/cts-coverage-tool/config/non_testable.yaml
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | full_md.rb | 47 "#{md(desc['assertion'])} [#{test_list(desc['tests'])}]#{non_testable}" 55 "#{md(@verification_hash[ver['verification']])} [#{test_list(ver['tests'])}]" 59 "#{md(@exceptions_hash[entry['exception']])} [#{test_list(entry['tests'])}]" 62 def test_list(tests) argument 63 tests.any? ? tests.join(', ') : '\`not covered\`'
|
| D | summary.rb | 22 # Tests 42 'tests' => { 89 if assertion['tests'].length.positive? 91 @accepted += assertion['tests'] 120 …uncovered_for_group['instructions'] = not_covered_assertions.map { |a| except(a, %w[tests non_test…
|
| /arkcompiler/runtime_core/cmake/ |
| D | Testing.cmake | 26 # Target for building all Googletest-based tests: 30 # Googletest-based tests depends on building them: 35 add_dependencies(tests gtests) 39 # Add Googletest-based tests to the source tree. 46 # tests/unit1_test.c 47 # tests/unit2_test.c
|
| /arkcompiler/ets_runtime/ |
| D | BUILD.gn | 86 "ecmascript/pgo_profiler/tests:unittest", 87 "//arkcompiler/ets_runtime/ecmascript/base/tests:unittest", 88 "//arkcompiler/ets_runtime/ecmascript/builtins/tests:unittest", 89 "//arkcompiler/ets_runtime/ecmascript/containers/tests:unittest", 90 "//arkcompiler/ets_runtime/ecmascript/debugger/tests:unittest", 91 "//arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests:unittest", 92 "//arkcompiler/ets_runtime/ecmascript/ic/tests:unittest", 93 "//arkcompiler/ets_runtime/ecmascript/interpreter/tests:unittest", 94 "//arkcompiler/ets_runtime/ecmascript/jobs/tests:unittest", 95 "//arkcompiler/ets_runtime/ecmascript/jspandafile/tests:unittest", [all …]
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| D | README.md | 18 --testdir TESTDIR Directory with tests (*.class or *.pa). Default: 19 './bytecode_optimizer/tests/benchmark/suite' 36 bytecode_optimizer/tests/benchmark/run_benchmark.py --testdir=../benchmark-input --compiler-options… 90 Tests : 10 144 bytecode_optimizer/tests/benchmark/compare.py --old=reference.json --new=new.json --failed=error.js… 168 Failed tests on baseline: 1 169 Failed tests compared to baseline: 0
|
| /arkcompiler/runtime_core/assembler/ |
| D | CMakeLists.txt | 19 set(PANDASM_BIN_TESTS ${CMAKE_CURRENT_BINARY_DIR}/tests) 92 tests/lexer_test.cpp 93 tests/parser_test.cpp 94 tests/emitter_test.cpp 95 tests/mangling_tests.cpp
|
| /arkcompiler/ets_frontend/ts2panda/scripts/ |
| D | run_tests.py | 99 if os.path.exists(f'{self.dist_dir}/tests'): 100 run_command(['rm', '-rf', f'{self.dist_dir}/tests']) 101 run_command(['cp', '-rf', f'{self.src_dir}/tests', self.dist_dir]) 107 cmd = [tsc, '-b', 'src', 'tests'] 111 'tests/tsconfig.win.json'] 115 'tests/tsconfig.mac.json'] 129 tests_args = "tests/**/*.test.js"
|