| /arkcompiler/toolchain/tooling/client/tcpServer/test/js_test_case/ |
| D | js_test.py | 73 def test_set_and_delete_breakpoints(self): argument 85 def test_repeat_breakpoints(self): argument 98 def test_dispaly(self): argument 112 def test_break_and_resume(self): argument 126 def test_step_into(self): argument 167 def test_step_out(self): argument 224 def test_step_over(self): argument 264 def test_step_into_and_step_out(self): argument 307 def test_watch(self): argument 334 def test_repeat_watch(self): argument [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/ |
| D | options_general.py | 39 def __str__(self) -> str: argument 43 def qemu_cmd_line(self) -> str: argument 52 def chunksize(self) -> int: argument 56 def static_core_root(self) -> str: argument 64 def generate_config(self) -> Optional[str]: argument 69 def processes(self) -> int: argument 74 def build(self) -> Optional[str]: argument 79 def test_root(self) -> Optional[str]: argument 84 def list_root(self) -> Optional[str]: argument 89 def work_dir(self) -> Optional[str]: argument [all …]
|
| D | options_test_lists.py | 33 def __str__(self) -> str: argument 36 def to_dict(self) -> Dict[str, object]: argument 57 def architecture(self) -> ArchitectureKind: argument 66 def sanitizer(self) -> SanitizerKind: argument 75 def operating_system(self) -> OSKind: argument 84 def build_type(self) -> BuildTypeKind: argument 89 def explicit_file(self) -> Optional[str]: argument 94 def explicit_list(self) -> Optional[str]: argument 99 def filter(self) -> str: argument 104 def skip_test_lists(self) -> bool: argument [all …]
|
| D | options_report.py | 27 def __str__(self) -> str: argument 30 def to_dict(self) -> Dict[str, object]: argument 47 def report_format(self) -> ReportFormat: argument 56 def detailed_report(self) -> bool: argument 65 def detailed_report_file(self) -> Optional[str]: argument 74 def spec_report(self) -> bool: argument 83 def spec_report_file(self) -> Optional[str]: argument 92 def spec_report_yaml(self) -> Optional[str]: argument 101 def spec_file(self) -> Optional[str]: argument 104 def get_command_line(self) -> str: argument
|
| D | options_custom.py | 29 def __str__(self) -> str: argument 32 def to_dict(self) -> Dict[str, object]: argument 43 def suite_name(self) -> Optional[str]: argument 48 def test_root(self) -> Optional[str]: argument 53 def list_root(self) -> Optional[str]: argument 58 def generator(self) -> Optional[str]: argument 63 def generator_options(self) -> List[str]: argument 66 def validate(self) -> None: argument 75 def get_command_line(self) -> str: argument 86 def __validate(self) -> bool: argument
|
| D | options_es2panda.py | 28 def __str__(self) -> str: argument 31 def to_dict(self) -> Dict[str, object]: argument 43 def timeout(self) -> int: argument 48 def opt_level(self) -> int: argument 53 def custom_path(self) -> Optional[str]: argument 58 def arktsconfig(self) -> Optional[str]: argument 63 def es2panda_args(self) -> List[str]: argument 68 def system(self) -> bool: argument 71 def get_command_line(self) -> str: argument
|
| D | options_groups.py | 28 def __str__(self) -> str: argument 31 def to_dict(self) -> Dict[str, object]: argument 41 def quantity(self) -> int: argument 46 def number(self) -> int: argument 49 def get_command_line(self) -> str: argument 58 def chapters(self) -> List[str]: argument 63 def chapters_file(self) -> str: argument
|
| D | options_coverage.py | 25 def __str__(self) -> str: argument 28 def to_dict(self) -> Dict[str, object]: argument 41 def use_llvm_cov(self) -> bool: argument 50 def llvm_profdata_out_path(self) -> Optional[str]: argument 59 def llvm_cov_html_out_path(self) -> Optional[str]: argument 62 def get_command_line(self) -> str: argument
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/test/chapters_test/ |
| D | chapters_test.py | 48 def test_ch1(self) -> None: argument 65 def test_ch2(self) -> None: argument 82 def test_ch3(self) -> None: argument 98 def test_ch4_1(self) -> None: argument 110 def test_ch4(self) -> None: argument 123 def test_ch5(self) -> None: argument 136 def test_ch6(self) -> None: argument 158 def test_ch7(self) -> None: argument 168 def test_ch8(self) -> None: argument 184 def test_ch9(self) -> None: argument [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ |
| D | test_ets.py | 34 def __init__(self, test_env: TestEnv, test_path: str, flags: List[str], test_id: str) -> None: argument 53 def is_negative_runtime(self) -> bool: argument 59 def is_negative_compile(self) -> bool: argument 64 def is_compile_only(self) -> bool: argument 69 def is_valid_test(self) -> bool: argument 74 def ark_extra_options(self) -> List[str]: argument 78 def ark_timeout(self) -> int: argument 82 def dependent_files(self) -> Sequence[TestETS]: argument 102 def runtime_args(self) -> List[str]: argument 108 def verifier_args(self) -> List[str]: argument [all …]
|
| D | ets_test_dir.py | 24 def __init__(self, static_core_root: str, root: Optional[str] = None) -> None: argument 29 def tests(self) -> Path: argument 33 def ets_templates(self) -> Path: argument 37 def ets_func_tests(self) -> Path: argument 41 def stdlib_templates(self) -> Path: argument 45 def gc_stress(self) -> Path: argument 49 def ets_es_checked(self) -> Path: argument 53 def root(self) -> Path: argument
|
| D | ets_test_suite.py | 42 …def __init__(self, config: Config, work_dir: WorkDir, suite_name: str, default_list_root: str) -> … argument 55 def test_root(self) -> Path: argument 59 def default_list_root_suite_name(self) -> Path: argument 75 def name(self) -> str: argument 79 def list_root(self) -> Path: argument 83 def set_preparation_steps(self) -> None: argument 86 def process(self, force_generate: bool) -> None: argument 107 def __init__(self, config: Config, work_dir: WorkDir, default_list_root: str): argument 113 def default_list_root_suite_name(self) -> Path: argument 116 def set_preparation_steps(self) -> None: argument [all …]
|
| D | preparation_step.py | 47 def __init__(self, test_source_path: Path, test_gen_path: Path, config: Config) -> None: argument 53 def test_source_path(self) -> Path: argument 57 def test_gen_path(self) -> Path: argument 61 def transform(self, force_generated: bool) -> List[str]: argument 66 def __str__(self) -> str: argument 69 def transform(self, force_generated: bool) -> List[str]: argument 75 …def __init__(self, test_source_path: Path, test_gen_path: Path, config: Config, extension: str) ->… argument 79 def __str__(self) -> str: argument 82 def transform(self, force_generated: bool) -> List[str]: argument 115 def __str__(self) -> str: argument [all …]
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | platform.py | 41 def __init__(self, args: Args) -> None: argument 79 def name(self) -> str: argument 85 def required_tools(self) -> List[str]: argument 91 def langs(self) -> List[str]: argument 96 def template(self) -> Optional[GenSettings]: argument 101 def required_hooks(self) -> List[str]: argument 106 def dev_dir(self) -> Path: argument 111 def sh(self) -> ShellUnix: argument 116 def andb(self) -> ShellDevice: argument 124 def hdc(self) -> ShellDevice: argument [all …]
|
| D | lang.py | 36 def __init__(self): argument 41 def re_import(self): argument 47 def re_state(self) -> re.Pattern: argument 52 def re_param(self) -> re.Pattern: argument 57 def re_func(self) -> re.Pattern: argument 60 def get_import_line(self, lib: str, what: str) -> str: argument 65 def get_method_call(self, name: str, typ: str) -> str: argument 72 self, values: Dict[str, Any], custom_values: Dict[str, Any] argument 77 def parse_state(self, line: str) -> str: argument 83 def parse_param(self, line: str) -> Optional[Tuple[str, str]]: argument [all …]
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/ |
| D | test_gc_ark_reporter.py | 25 def test_generate_report(self): argument 74 def test_generate_report_no_events(self): argument 87 def test_generate_report_with_adjust_time(self): argument 133 def test_generate_report_with_adjust_time_in_future(self): argument 165 def test_generate_report_with_late_gc_pause(self): argument 208 def test_generate_report_with_only_late_gc_pause(self): argument 234 def test_generate_report_with_late_gc_pause_and_adjust(self): argument 282 def test_generate_report_with_late_gc_pause_and_adjust_in_future(self): argument 323 def test_generate_report_with_gc_pause_ending_too_late(self): argument
|
| /arkcompiler/runtime_core/static_core/scripts/intrusive-testing/ |
| D | intrusive_instrumentator.py | 44 def __init__(self): argument 73 def get_src_dir(self): argument 83 def get_clade_file(self): argument 93 def get_test_suite_dir(self): argument 106 def __init__(self, msg, *args): argument 110 def __str__(self): argument 113 def get_err_msg(self): argument 178 def __init__(self, file, index, cl=None, method=None, source=None): argument 186 def __hash__(self): argument 189 def __eq__(self, other): argument [all …]
|
| /arkcompiler/ets_frontend/test262/ |
| D | run_sunspider.py | 133 def __init__(self, args): argument 163 def proce_parameters(self): argument 226 def check_compile_mode(self, file): argument 243 def get_all_skip_force_gc_tests(self): argument 252 def gen_dependency_proto(self, dependency): argument 286 def gen_apart_abc(self, dependencies): argument 305 def gen_merged_abc(self, dependencies, file_name_pre, proto_bin_file): argument 346 def gen_abc_for_merge_abc_mode(self, js_file, dependencies): argument 355 def gen_abc_for_script_mode(self, cmd_args, retcode): argument 362 def gen_abc_for_dynamic_import(self, js_file, retcode): argument [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | runner.py | 200 def __init__(self, test_path, flags): argument 209 def log_cmd(self, cmd): argument 212 def get_path_to_expected(self): argument 217 def run(self, runner): argument 247 def __init__(self, test_path, flags): argument 251 def parse_options(self): argument 283 def run(self, runner): argument 302 def __init__(self, cmd, compare_str, compare_abc_str, remove_file): argument 314 def log_cmd(self, cmd): argument 317 def run(self, runner): argument [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/code_coverage/ |
| D | coverage_dir.py | 24 def __init__(self, general: GeneralOptions, work_dir: Path): argument 29 def html_report_dir(self) -> Path: argument 38 def info_file(self) -> Path: argument 42 def profdata_files_list_file(self) -> Path: argument 46 def profdata_merged_file(self) -> Path: argument 50 def root(self) -> Path: argument 56 def profdata_dir(self) -> Path: argument 65 def coverage_work_dir(self) -> Path: argument
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/test/multiple_config_test/ |
| D | multiple_config_test.py | 27 def compare_dicts(self, dict1: Dict[str, Any], dict2: Dict[str, Any]) -> None: argument 45 def test_load_one_config(self) -> None: argument 75 def test_load_independent_configs(self) -> None: argument 112 def test_load_configs_repeated_values(self) -> None: argument 147 def test_load_configs_repeated_values_inverse(self) -> None: argument 182 def test_load_configs_different_types(self) -> None: argument 218 def test_load_configs_merging_lists(self) -> None: argument 256 def test_load_configs_many(self) -> None: argument 298 def test_non_exiting_config(self) -> None: argument
|
| /arkcompiler/toolchain/test/autotest/aw/ |
| D | taskpool.py | 27 def __init__(self): argument 33 def submit(self, coroutine, callback=None): argument 41 def await_taskpool(self): argument 44 def task_join(self): argument 47 def _task_add(self, item=1): argument 50 def _task_done(self, future): argument 62 def _set_and_run_loop(self, loop): argument 67 async def _stop_loop(self, interval=1): argument 75 def _start_event_loop(self): argument
|
| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | performance_build.py | 31 def __init__(self, config_input, mail_obj): argument 46 def start(self): argument 58 def init(self): argument 100 def add_incremental_code(self, lines): argument 107 def revert_incremental_code(self): argument 110 def reset(self): argument 119 def clean_project(self): argument 126 def get_bytecode_size(self, is_debug): argument 144 def collect_build_data(self, is_debug, report_path): argument 175 def start_build(self, is_debug): argument [all …]
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
| D | runner_file_based.py | 69 …def __init__(self, runner_name: str, build_dir: str, config: Config, conf_kind: ConfigurationKind)… argument 76 def es2panda(self) -> str: argument 84 def runtime(self) -> str: argument 90 def verifier(self) -> str: argument 96 def ark_aot(self) -> str: argument 100 def ark_quick(self) -> str: argument 110 def __get_binary_path(self, binary: str) -> str: argument 115 …def __init__(self, config: Config, name: str, panda_binaries: Type[PandaBinaries] = PandaBinaries)… argument 154 def default_work_dir_root(self) -> Path: argument 179 def work_dir(self) -> WorkDir: argument [all …]
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/platforms/ |
| D | v_8_device.py | 30 def __init__(self, args: Args) -> None: argument 37 def name(self) -> str: argument 41 def target(self) -> Target: argument 45 def required_tools(self) -> List[str]: argument 49 def required_hooks(self) -> List[str]: argument 53 def langs(self) -> List[str]: argument 56 def run_unit(self, bu: BenchUnit) -> None: argument
|